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

Qmail SMTP problem

B

Bluelane

Guest
I have Plesk freshly installed on a Debian server.

My SMTP port (25) is listening but I cannot send emails from a mail client like Outlook ! I can only send and receive mails via the Webmail of Plesk.

I create email account from Plesk and follow the notice.

When I configure account on Outlook, the pop configuration is good (but don't receive anything) and the smtp configuration return to me an error like nothing respond.

Anyone can help me ? Thank you !
 
A little vague ...

Well first check if SMTP is working by:

#> mail [email protected]

and see if you receive it.
If not telnet localhost 25
mail from: [email protected]
rcpt to: [email protected]
data
testing
.
If it doesnt send check wich error is giving.

Maybe firewall is blocking port 25, try turn it off temporarily.
Check /var/qmail/mailnames/domains/yourdomain.com/youraccount/ and see if you are receiving mail when sending email to yourself from within the machine.

Regards
Joao Correia
 
Back
Top