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

permanently Password reject for mail

D

die-andis

Guest
Good Morning,

after Upgrade from 10.4.4 to 11.0.9 the mailserver permanently reject all passwords. Reboot doesn´t help.

Plesk runs under Debian 6.0.5

best wishes
Andreas
 
Last edited by a moderator:
send Emails with SMTP works also fine, only IMAP doesn´t work
 
Check in your /etc/hosts and make sure you have the "localhost" record in there and MUST be only "localhost" and not localhost4,localhost6 etc
 
the localhost record in my /etc/hosts looks like this:

127.0.0.1 localhost.localdomain localhost
 
Make sure

Code:
/etc/init.d/courier-imap status

Is running and if its not, then

Code:
/etc/init.d/courier-imap start
 
I would like to help you, perhaps PM me or come chat with me on skype: thegreatseven

However, you can check to ensure that port 143 is open on your server and that there are no firewalls blocking it.
NB: By IMAP not working i assume u can't login to Horde too right?
 
yesterday i found a solution. I delete the configfile "imapd" and restore an old one. after restart courier-imap everything looks fine.

thanks for your help abdi
 
Back
Top