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

Delivered-To header missing Qmail and Postfix

S

Susheel Rao

Guest
Hi,


a) delivered-to header missing in this Plesk version using qmail as MTA. The Example of Delivered-to header on another server with Plesk 8 is as below :

In Plesk 8.6

Return-Path: [email protected]
Delivered-To: [email protected]
Received: (qmail 32451 invoked by uid 10556); 14 Jan 2010 11:46:41 -0500

In Plesk 9.3

Received: (qmail 20831 invoked by uid 10309); 20 Jan 2010 12:20:40 -0500
Received: from mx.worldindia.com by ns2.worldindia.info (envelope-from [email protected], uid 2020)
X-Spam-Status: No, hits=0.0 required=7.0
Received: from mx.worldindia.com (HELO scmgateway.worldindia.com) (202.71.136.73)
by mrclogistics.com with SMTP; 20 Jan 2010 12:20:34 -0500
Received: from (mail-pw0-f45.google.com [209.85.160.45 by scmgateway.worldindia.com with smtp
id 18f9_544e6afc_051f_11df_9817_0015c55fbbce;
Tue, 19 Jan 2010 22:53:17 +0530
Received: by pwj1 with SMTP id 1so3404349pwj.4
for [email protected]; Wed, 20 Jan 2010 09:24:37 -0800 (PST)


After changing to Postfix MTA, a header named as X-Original-to is displayed. This X-Original-to displays the actual mailbox where the email is delivered and not the email id. For e.g.

Return-Path: [email protected]
X-Original-To: [email protected]
Delivered-To: [email protected]
Received: from ns2.worldindia.info (unknown [127.0.0.1])
by ns2.worldindia.info (Postfix) with ESMTP id ACA0E328800C
for [email protected]; Thu, 21 Jan 2010 19:53:15 +0000 (UTC)
Received: from localhost (unknown [72.35.75.52])
by ns2.worldindia.info (Postfix) with ESMTP
for [email protected]; Thu, 21 Jan 2010 19:53:05 +0000 (UTC)
Received: from triband-mum-59.182.146.214.mtnl.net.in
(triband-mum-59.182.146.214.mtnl.net.in [59.182.146.214]) by
webmail.enzymeindia.com (Horde MIME library) with HTTP; Thu, 21 Jan 2010
14:53:05 -0500
Message-ID: <[email protected]>
Date: Thu, 21 Jan 2010 14:53:05 -0500
From: [email protected]
To: [email protected]
Subject: da


Here [email protected] is aliased to [email protected]. If a email is posted externally to [email protected], the header shows the correct info X-Original-To: [email protected] but if a email is posted internally from horde webmail, the header displays the mailbox where the email is delivered.

I made a workaround for this but adding the below lines in pico /etc/psa-webmail/horde/imp/conf.php

$conf['mailer']['params']['host'] = '72.35.75.52';
$conf['mailer']['params']['port'] = '25';

Here the email routes through the server Ip instead of localhost and headers do get generated.

Please help to resolve this issue. We are unable to use fetchmail and other Email resources at our local end due to missing headers

Awaiting,

Susheel
 
Back
Top