Page 1 of 1

help to config Proftpd

Posted: Tue Jun 13, 2017 3:38 am
by Sid
Hi
Iam using centos 7, I have proftpd installed and other control panel is using it, I want to configure proftpd in such a way that it should work simultaneously with both control panels.

Containt of my current /etc/proftpd.conf

Code: Select all

ServerName "ProFTPD server"
ServerIdent on "FTP Server ready."
ServerAdmin root@localhost
DefaultServer on
User nobody
Group nobody
MaxInstances 20
# Disable sendfile by default since it breaks displaying the download speeds in
# ftptop and ftpwho
UseSendfile off
# Jails the user to their home directory
DefaultRoot ~ !adm

# Define the log formats
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
<Global>
AllowOverwrite yes
</Global>
LoadModule  mod_auth_file.c
AuthOrder  mod_auth_file.c
RequireValidShell  off
AuthUserFile  /etc/ftpd.passwd
AuthGroupFile /etc/ftpd.group

Vistacp proftpd.conf

Code: Select all

ServerName                      "FTP"
ServerIdent                     on "FTP Server ready."
ServerAdmin                     root@localhost
DefaultServer                   on
VRootEngine                     on
DefaultRoot                     ~ !adm
AuthPAMConfig                   proftpd
AuthOrder                       mod_auth_pam.c* mod_auth_unix.c
UseReverseDNS                   off
User                            nobody
Group                           nobody
MaxInstances                    20
UseSendfile                     off
LogFormat                       default "%h %l %u %t \"%r\" %s %b"
LogFormat                       auth    "%v [%P] %h %t \"%r\" %s"
ListOptions                     -a
RequireValidShell               off
PassivePorts                    12000 12100

<Global>
  Umask                         002
  IdentLookups                  off
  AllowOverwrite                yes
  <Limit ALL SITE_CHMOD>
    AllowAll
  </Limit>
</Global>
Exactly what I should change so that both works simultaneously .

Re: help to config Proftpd

Posted: Fri Jun 23, 2017 8:39 am
by ScIT
Sid wrote:Iam using centos 7, I have proftpd installed and other control panel is using it,
You're inside of VestaCP Board, if you have a problem with proftpd and another control panel than vestacp, post it in the other cp or in the proftpd board.

If it is an issue with vestacp, please add more informations that we can help you (error messages, logs).