When a client received an email, gets these headers
Code:
Received: from server.domain.com ([127.0.0.1])
by localhost (server.domain.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id CBIqjlBhghpF for <client@clientdomain.com>;
Tue, 6 Sep 2011 16:13:09 +0200 (CEST)
Received: from serv22.sqp.fr (unknown [213.30.188.22])
by server.domain.com (Postfix) with ESMTP id 5408A94009F
for <client@clientdomain.com>; Tue, 6 Sep 2011 16:13:09 +0200 (CEST)
And when client sends an email, the destination gets these headers
Code:
Received: from server.domain.com ([127.0.0.1])
by localhost (server.domain.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id eF6U-RNt8eNa for <destination@gmail.com>;
Tue, 6 Sep 2011 17:44:10 +0200 (CEST)
Received: from [192.168.200.99] (13.Red-83-179-128.staticIP.rima-tde.net [83.179.128.13])
(Authenticated sender: client@clientdomain.com)
by server.domain.com (Postfix) with ESMTPSA id 96B3994009B
for <destination@gmail.com>; Tue, 6 Sep 2011 17:44:10 +0200 (CEST)
How I can change "server.domain.com" per "mail.clientdomain.com" ? And 127.0.0.1 per client's asigned ip ?
Recent comments
1 day 7 hours ago
1 day 9 hours ago
1 day 21 hours ago
2 days 33 min ago
2 days 4 hours ago
2 days 11 hours ago
2 days 20 hours ago
2 days 22 hours ago
3 days 6 hours ago
3 days 7 hours ago