i do got this . could this be it ?
<VirtualHost ip1>
ServerName "ProFTPd"
ExtendedLog /var/log/proftpd/ip1.bytes WRITE,READ userlog
AuthUserFile /etc/proftpd.passwd
</VirtualHost>
<VirtualHost ip2>
ServerName "ProFTPd"
ExtendedLog /var/log/proftpd/ip2.bytes WRITE,READ userlog
AuthUserFile /usr/local/directadmin/data/users/admin/ftp.passwd
</VirtualHost>
i manually overwrote the password. cause it needed to be changed .
but there is a problem with the above thing..