• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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