Easy Hosting Control Panel (EHCP) :: Force Edition

EHCP Force Support => Bugs => Topic started by: spicer on November 19, 2020, 10:48:33 am

Title: Since EHCP update, FTP and SMTP no longer works
Post by: spicer on November 19, 2020, 10:48:33 am
Since the newest EHCP update, FTP has "Login incorrect":

Antwort:   331 Please specify the password.
Befehl:   PASS **************
Antwort:   530 Login incorrect.

OS: Debian 10

Code: [Select]
Nov 21 23:39:09 xenforo systemd[1]: Starting vsftpd FTP server...
Nov 21 23:39:09 xenforo systemd[1]: Started vsftpd FTP server.
Nov 21 23:39:12 xenforo /etc/security/pam_dbauth_vsftpd.py[12101]: Traceback (most recent call last):
Nov 21 23:39:12 xenforo /etc/security/pam_dbauth_vsftpd.py[12101]:   File "/etc/security/pam_dbauth_vsftpd.py", line 64, in <module>
Nov 21 23:39:12 xenforo /etc/security/pam_dbauth_vsftpd.py[12101]:     from passlib.hash import mysql41
Nov 21 23:39:12 xenforo /etc/security/pam_dbauth_vsftpd.py[12101]: ImportError: No module named passlib.hash
Nov 21 23:39:51 xenforo /etc/security/pam_dbauth_vsftpd.py[12103]: Traceback (most recent call last):
Nov 21 23:39:51 xenforo /etc/security/pam_dbauth_vsftpd.py[12103]:   File "/etc/security/pam_dbauth_vsftpd.py", line 64, in <module>
Nov 21 23:39:51 xenforo /etc/security/pam_dbauth_vsftpd.py[12103]:     from passlib.hash import mysql41
Nov 21 23:39:51 xenforo /etc/security/pam_dbauth_vsftpd.py[12103]: ImportError: No module named passlib.hash

The mail client ask for password when I want send a mail.

Code: [Select]
warning: SASL authentication failure: Password verification failed
Title: Re: Since EHCP update, FTP and SMTP no longer works
Post by: earnolmartin on November 24, 2020, 06:30:01 pm
This is caused by changes made in the Python packages.  It's already been fixed in Ubuntu, and now it's been fixed in Debian with the latest release.

I tested a fresh install of EHCP Force in Debian 8, 9, and 10 today, and it all worked fine.
Title: Re: Since EHCP update, FTP and SMTP no longer works
Post by: spicer on November 25, 2020, 08:39:28 am
Very good job.
Thx, you are the best ^^