Hi,
I am sending 1 message using postfix.sendmail command. In this
message I have 1 destination (To) but postfix uses 2 different RCPT TO
to send the message, 1 that is the value specify in the command
(option -t in sendmail) and the other = To.
The command used is:
/usr/sbin/sendmail -f"postmas...@origin.com" -t +336121345678/
TYPE=p...@destination.com < msg2send
Below the traces taken with wireshark:
MAIL FROM:<postmas...@origin.com>
RCPT TO:<+336121345678/TYPE=p...@destination.com>
RCPT TO:<postmas...@destination.com>
DATA
250 2.1.0 Ok
250 2.1.5 Ok
250 2.1.5 Ok
354 End data with <CR><LF>.<CR><LF>
X-Mms-3GPP-MMS-Version: 5.3.0
X-Mms-Message-Type: MM4_delivery_report.RES
X-Mms-Transaction-ID: "Tid-20120208121019-277827-0516520593"
X-Mms-Message-ID: "Mid-20120208121019-277827-0516520593"
X-Mms-Request-Status-Code: Ok
Message-ID: <Msg-20120208121021-611432-1552450888>
Date: Wed, 08 Feb 2012 13:10:21 +0100
Sender: postmas...@origin.com
To: postmas...@destination.com
.
QUIT
How can we deactivate this addition ?
thx for your help