• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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