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

Resolved Cannot connect to smtp server

Fabs87

New Pleskian
Hey,

I have problems with my mailserver. After upgrading to Onyx it seems that something is wrong with my mailserver. I tried to repair it with

# plesk repair mail

and

# /usr/local/psa/admin/sbin/mchk --with-spam

but nothing helped..

Any idea? I could not connect to my mail-account from Gmail, Outlook, Thunderbrid etc. Even sending mails from the build in webmail (roundcube) doesn't work. The error message says that it cannot connect to smtp server / smtp error - connection failed.

Any ideas?
 
Ok.. I'm using Qmail for SMTP. Here the log says

Mar 20 21:47:57 localhost dovecot: imap-login: Aborted login (no auth attempts in 0 secs): user=<>, rip=93.244.251.181, lip=134.119.26.203, session=<UGRppC9Lh9ld9Pu1>
 
Hi Fabs87,

pls. consider to switch to postfix/imap-courier ( and backwards to qmail/dovecot again, if you like this more ) with the commands ( as user "root" over SSH ):

Code:
plesk installer --select-product-id plesk --select-release-current --install-component postfix
plesk installer --select-product-id plesk --select-release-current --install-component courier

plesk installer --select-product-id plesk --select-release-current --install-component qmail
plesk installer --select-product-id plesk --select-release-current --install-component dovecot

NO changes to your eMail-accounts itself will be made and you could as well try, if postfix works as expected. Pls. report back possible issues/errors/problems for further investigations.​
 
Back
Top