Hello,
We have a cluster. Tell 2 boxes :
- Cluster manager : cm.mydomain.com
- Node 1 : node1.mydomain.com
All web requests are load balanced to the node1.
The cluster manager runs others services as smtp/pop/imap/…
One of our client send emails from a PHP scripts. As the web requests are done on the Node1 the mail is send from node1.mydomain.com
The problem is that we receive (the postmaster of this node) Huge numbers of failure notice emails and our client doesn’t.
for example email like this one
Hi. This is the qmail-send program at node1.mydomain.com.
I’m afraid I wasn’t able to deliver your message to the following addresses.
This is a permanent error; I’ve given up. Sorry it didn’t work out.
<xxxx@hotmail.fr>:
65.54.244.168 does not like recipient.
Remote host said: 550 Requested action not taken: mailbox unavailable
Giving up on 65.54.244.168.
— Below this line is a copy of the message.
Return-Path: <root@node1.mydomain.com>
Received: (qmail 24778 invoked by uid 80); 13 May 2007 17:50:04 -0000
Date: 13 May 2007 17:50:04 -0000
Message-ID: <20070513175004.24777.qmail@node1.mydomain.com>
To: xxxx@hotmail.fr
Subject: C0ntact vous a envoy? un message sur SSP
X-PHP-Script: www.clientdomain.net/message_action_envoi.php for 62.35.103.49
MIME-Version: 1.0
X-Sender: <www.ClientDSomain.net>
X-Mailer: PHP
X-auth-smtp-user: webmaster@ClientDomain.net
Reply-to: ClientDomain.net <webmaster@ClientDomain.net>
From: ClientDomain.net <webmaster@ClientDomain.net>
Content-Type: multipart/alternative; boundary="_845ce075cf1b10d374c2dd459c896865"
I do not understand why our postmaster (/var/qmail/alias/.qmail-postmaster) receives this mail ?
Why this mail is not sent to our client ?
This issue happens only for THIS client domain !
Pascal