• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Atmail can't send mails

N

NEW Visions

Guest
When I try to send an email it shows these message:

Could not send message to SMTP server. Check you have access to send messages via the server and that all To/CC/BCC addresses are valid\nError: SMTP Server rejected email. Returned:530 Authentication required

Any idea???? It happens in all my sites..... plesk 9.3, CentOs, postfix.
 
Go to /var/www/atmail/libs/Atmail/ modify Config.php and check that 'smtphost' variable equal to 'localhost':

'smtphost' => 'localhost',
 
Back
Top