• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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