• 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.

Email Problems

W

waveney42

Guest
I Can't access my server to get POP3 email, neither can any of my clients.

History:
3 weeks ago I added a new address, and the system got confused about handling email, but recovered itself after ~40 minutes. I have no idea what was broken, or what fixed it but the problem as it appeared over those 40 minutes is what I am getting all the time now.

10 days ago I updated the Plesk control pannel to 10.0.0 and then swapped from qmail to postfix, following a suggested change from where the server is hosted. Since then all attempts to access the email have failed.

Email that is forwarded to other addresses is correctly forwarded.

All attempts to get at mail stored in mailboxes fails, both on existing mail accounts and on new ones I have tried to setup. From the error I am seeing in Thunderbird which is: An error occurred with the POP3 mail server. Mail server www.wavwebs.com responded: and nothing to follow, suggests to me some sort of authentication error. There is nothing I have found in an logs as to what is happening or why. As I can't get in to fetch mail, I can't send through the system either as have pop before SMTP enabled.

Courier is running 8 processes, though they have have use zero processor time. which is suspicious.

Help and brainwaves welcome.
 
Hi,

As you say courier is running :
[paulie@laptop ~]$ telnet www.wavwebs.com 110
Trying 213.165.81.63...
Connected to www.wavwebs.com.
Escape character is '^]'.
+OK Hello there. <[email protected]>
USER [email protected]
+OK Password required.
PASS flibble
-ERR Login failed.
quit
Connection closed by foreign host.
[paulie@laptop ~]$ telnet www.wavwebs.com 143
Trying 213.165.81.63...
Connected to www.wavwebs.com.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc. See COPYING for distribution information.
Connection closed by foreign host.

So in order :

Does it work on webmail?
Does it work through Outlook when using IMAP?
Are your logs (/usr/local/psa/var/log/maillog) showing any errors when you attempt a login?
Have you tried rebuilding the mail accounts? (/usr/local/psa/admin/sbin/mchk --help)

Paul.
 
So in order :

Does it work on webmail?
Does it work through Outlook when using IMAP?
Are your logs (/usr/local/psa/var/log/maillog) showing any errors when you attempt a login?
Have you tried rebuilding the mail accounts? (/usr/local/psa/admin/sbin/mchk --help)

Paul.

Webmail - don't know, I don't use it,
Outlook and Imap - yes (I don't use Outlook but)
the logs have this interesting line for every attempt to access a mail box:

couriertls: accept: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

Googling finds lots of cases of this, I will try a few of the suggestions later, it would appear that it has lost some config data and has reverted to a wrong default.

Rebuilding did not affect the problems.

Thanks I will investigate more later.

Richard
 
Back
Top