• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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