• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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