Author Topic: Since EHCP update, FTP and SMTP no longer works  (Read 1608 times)

spicer

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • ltspiceusers.ch
Since EHCP update, FTP and SMTP no longer works
« 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
« Last Edit: November 23, 2020, 01:14:04 pm by spicer »
Translator for german EHCPforce

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 302
    • View Profile
Re: Since EHCP update, FTP and SMTP no longer works
« Reply #1 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.

spicer

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • ltspiceusers.ch
Re: Since EHCP update, FTP and SMTP no longer works
« Reply #2 on: November 25, 2020, 08:39:28 am »
Very good job.
Thx, you are the best ^^
Translator for german EHCPforce