• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

email authentication error:

A

admin0

Guest
Hi,

I am getting the following in
/usr/local/psa/var/log/maillog

Nov 6 02:38:26 core imapd: /usr/lib/courier-imap/libexec/authlib/authpsa: No such file or directory
Nov 6 02:38:33 core pop3d: Connection, ip=[a.b.c.d]
Nov 6 02:38:42 core pop3d: /usr/lib/courier-imap/libexec/authlib/authpsa: No such file or directory
Nov 6 02:38:52 core pop3d: Connection, ip=[a.b.c.d]
Nov 6 02:39:21 core imapd: Connection, ip=[a.b.c.d]
Nov 6 02:39:21 core imapd: /usr/lib/courier-imap/libexec/authlib/authpsa: No such file or directory
Nov 6 02:39:43 core imapd: Connection, ip=[a.b.c.d]
Nov 6 02:39:43 core imapd: /usr/lib/courier-imap/libexec/authlib/authpsa: No such file or directory
Nov 6 02:39:57 core pop3d: Connection, ip=[a.b.c.d]
Nov 6 02:40:15 core pop3d: /usr/lib/courier-imap/libexec/authlib/authpsa: No such file or directory

I can login to the control panel for any email OK, however, POP or WebMail gives this error.

System is Plesk 7.5.4 on CENT OS 3.5

Came after upgrade to 7.5.4 from an earlier 7.5.x version.


Thanks,
 
Don't forget to use the --force option.

cd /path/to/rpm/file
rpm -Uvh --force courier-imap

You would do well to check your upgrade installer log (usually in /tmp) check every line to see what else may have failed during the upgrade process.

Depending on what else may not have gone properly during the upgrade, you may have to re-install other rpm's as well.
 
Back
Top