• 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