• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue mailling server

mehdi ala

New Pleskian
Hi Im still a noob but i have a problem with my dedicated server postfix 2 days ago i have 45 domains and all of them stoped receiving or sending email with no bounce no error of connection or anything in client end.

but when i check the mail log after sending an email i found this error :

Nov 5 16:46:16 servername postfix/smtpd[6355]: connect from unknown[ipadress]
Nov 5 16:46:17 servername postfix/smtpd[6355]: 8A02719C059A: client=unknown[ipadress], sasl_method=DIGEST-MD5, sasl_username=contact@@hotel-plaza.com
Nov 5 16:46:17 servername postfix/cleanup[6501]: 8A02719C059A: message-id=<[email protected]>
Nov 5 16:46:17 servername check-quota[6504]: Starting the check-quota filter...
Nov 5 16:46:17 servername /usr/lib64/plesk-9.0/psa-pc-remote[906]: handlers_stderr: SKIP
Nov 5 16:46:17 servername /usr/lib64/plesk-9.0/psa-pc-remote[906]: SKIP during call 'check-quota' handler
Nov 5 16:46:17 servername dk_sign[6506]: Starting the dk_sign filter...
Nov 5 16:46:17 servername /usr/lib64/plesk-9.0/psa-pc-remote[906]: handlers_stderr: PASS
Nov 5 16:46:17 servername /usr/lib64/plesk-9.0/psa-pc-remote[906]: PASS during call 'dd51-domainkeys' handler
Nov 5 16:46:17 servername postfix/qmgr[1284]: 8A02719C059A: from=<[email protected]>, size=620, nrcpt=1 (queue active)

Nov 5 16:46:17 servername postfix/error[5795]: 8A02719C059A: to=<[email protected]>, relay=none, delay=0.44, delays=0.37/0/0/0.06, dsn=4.4.2, status=deferred (delivery temporarily suspended: lost connection with 127.0.0.1[127.0.0.1] while sending DATA command)

Please can someone help me with this issue ??
 
The issue is caused when Plesk Email Security extension is installed because skip_name_resolve directive on /etc/my.cnf breaks 127.0.0.1 resolution into localhost:
status=deferred (delivery temporarily suspended: lost connection with 127.0.0.1[127.0.0.1] while sending DATA command)
Our team of developers confirmed this as Plesk Email Security bug with ID EXTCERT-3178, which will be fixed in future extension updates.
As a workaround, you can comment out the skip_name_resolve directive and restart the MySQL service.
 
Back
Top