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

qmail reply to header and failure notices

yehudigt

Basic Pleskian
I'm receving tons of failure notices due to an incorrect setting of return-path and reply to headers.
Plesk 10.1.1 linux on centOs 5

this is an example where you can see that return path automatically sets @ns220846.ovh.net which is the hostname.
the same script was actually working fine on a cpanel server. This issue started as I transferred the domains on this new server.
How can I fix this?

Return-Path: <[email protected]>
Received: (qmail 12803 invoked by uid 502); 15 Feb 2011 00:39:17 +0100
To: EasyFarma.it <[email protected]>
Subject: [EasyFarma.it] Richiesta Informazioni Prodotto
From: [email protected] <sender [email protected]>
Reply-To: [email protected] <sender [email protected]>
Date: Tue, 15 Feb 2011 00:39:17 +0100
X-LibVersion: 3.3.2
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: quoted-printable
Message-ID: <[email protected]>
 
Try to find reason of this problem in main Plesk maillog /usr/local/psa/var/log/maillog
 
sincerely I took a look at the log, but wasn't able to fina anything about this issue.
if you take a look at these two lines:

From: [email protected] <sender [email protected]>
Reply-To: [email protected] <sender [email protected]>
the first part is ok "From: [email protected] "
but then it sets a strange address within the tag :<sender [email protected]>

the correct one should be:
From: [email protected] <[email protected]>
Reply-To: [email protected] <[email protected]>

I think that this must be some setting of qmail
 
Back
Top