• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

trouble with SMTP authorization

C

CentOS

Guest
Hello,

I don't know what is happened with Qmail and SMTP server in Plesk panel. But when i try send any emails through any domains on server i get again again request for password for SMTP (any email account on server) and when i put correct password outlook ask me again about password. I've tried send email through telnet with SMTP commands and i get error, look:

telnet mail.mydomain.com 25
Trying 200.XX.XXX.XX...
Connected to mail.mydomain.com (200.XX.XXX.XX).
Escape character is '^]'.
220 www.mydomain.com ESMTP
EHLO www.mydomain.com
250-www.mydomain.com
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-AUTH LOGIN CRAM-MD5 PLAIN
250-STARTTLS
250-PIPELINING
250 8BITMIME
AUTH LOGIN
334 VXNlcm5hbWU6
pop account base64 coded
334 UGFzc3dvcmQ6
email pass base64 coded
unable to open mail authentication database: Invalid argument
535 auth failure

End everytime this error: "unable to open mail authentication database: Invalid argument"

I've tried everything for fix it and nothing. Please help to me!
 
Thanks for reply.
Already did it. Nothing. Look i don't have trouble like this - unable to open mail authentication database: No such file or directory

I have like this - "unable to open mail authentication database: Invalid argument"

Invalid argument! You have another idea where is the problem of something solutions for fix it?
 
It looks like that psa-mail-qc-driver package was not correctly updated. Try to reinstall it with force (I mean rpm option --force). It should help.
 
When i try reinstall it i get this errror

error: Failed dependencies:
psa-qmail >= 1:1.03 is needed by psa-mail-qc-driver-1.0.0-cos5.build92091210.17.i586
 
What about adding psa-qmail package for resolving dependences?
 
Hmm, how to do that? psa-qmail already installed. Please explain.
 
Hi,

I have some problem with it:

ERROR: SWKeyExFatalError
Repository is not opened

0: common_func.php3:4480
of_get_key_by_product(string 'plesk-unix')
1: common_func.php3:4480
getPleskKey()
2: common_func.php3:4559
getKeyProp(string 'demo')
3: auth.php3:48

How to reslove this? I did not do any updates for Plesk. 1-2 month ago worked well and now i see this when i try login to plesk.

Plesk work on CentOS.

Thanks!
 
Make sure that you have following line in admin's php.ini:

# grep -i repository /usr/local/psa/admin/conf/php.ini
swkey.repository_dir = "/etc/sw/keys"
 
Back
Top