I am having problems getting ftp accounts created from within the domain to login.
Every account account I create from the user level FTP management will not loging. The FTP client always gives "login incorrect"
I checked my proftpd.conf and the line: AuthUserFile /etc/proftpd.passwd was in there.
All of the users that I create show up in proftpd.passwd and the users that are created from a domain show up with @username
My proftpd.vhosts.conf looks like this (with the IP digits ** out.)
Does that look correct?
What else should I check? my proftpd.conf looks OK. I will post it in here if I need to
Every account account I create from the user level FTP management will not loging. The FTP client always gives "login incorrect"
I checked my proftpd.conf and the line: AuthUserFile /etc/proftpd.passwd was in there.
All of the users that I create show up in proftpd.passwd and the users that are created from a domain show up with @username
My proftpd.vhosts.conf looks like this (with the IP digits ** out.)
Code:
<VirtualHost 64.251.23.***>
ServerName "ProFTPd"
ExtendedLog /var/log/proftpd/64.251.23.***.bytes WRITE,READ userlog
AuthUserFile /etc/proftpd.passwd
</VirtualHost>
<VirtualHost 64.251.23.***>
ServerName "ProFTPd"
ExtendedLog /var/log/proftpd/64.251.23.***.bytes WRITE,READ userlog
AuthUserFile /etc/proftpd.passwd
</VirtualHost>
<VirtualHost 64.251.23.***>
ServerName "ProFTPd"
ExtendedLog /var/log/proftpd/64.251.23.***.bytes WRITE,READ userlog
AuthUserFile /etc/proftpd.passwd
Does that look correct?
What else should I check? my proftpd.conf looks OK. I will post it in here if I need to