
luis.daniel.lucio at gmail
Nov 12, 2009, 5:53 PM
Post #1 of 5
(674 views)
Permalink
|
|
Relation bettwen MAIL FROM: <> and From:
|
|
Hi All, I'm wondering if some know is this is possible to stop using SA. Look. [root [at] cyru postfix]# telnet localhost 25 Trying 127.0.0.1... Connected to cyrus.sat.gob.mx (127.0.0.1). Escape character is '^]'. 220 mx2.sat.gob.mx ESMTP Postfix EHLO brandmauer.insys-corp.com.mx 250-mx2.sat.gob.mx 250-PIPELINING 250-SIZE 10240000 250-ETRN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN MAIL FROM: <raulr [at] insys-corp> 250 2.1.0 Ok RCPT TO: <sas [at] sat> 250 2.1.5 Ok DATA 354 End data with <CR><LF>.<CR><LF> From: Samuel Flores <samuel.flores [at] sat> To: SAS <sas [at] sat> Date: Thu, 12 Nov 2009 18:40:06 -0600 MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200911121840.06060.sas [at] sat> Status: RO X-Status: RS X-KMail-EncryptionState: X-KMail-SignatureState: X-KMail-MDN-Sent: Subject: t2 Mensaje . 250 2.0.0 Ok: queued as CA5426B837 QUIT 221 2.0.0 Bye Connection closed by foreign host. As you see, MAIL FROM (SMTP protocol) and From (DATA) are different, and Amavis+SA+Postfix is acceptiont this. Is this a SA task or Amavis or Postfix, Here are my logs: -------------- Nov 12 19:31:51 cyrus postfix/smtpd[7412]: CA5426B837: client=cyrus.sat.gob.mx[127.0.0.1] Nov 12 19:34:02 cyrus postfix/cleanup[8795]: CA5426B837: message- id=<200911121840.06060.sas [at] sat> Nov 12 19:34:02 cyrus postfix/qmgr[1488]: CA5426B837: from=<raulr [at] insys corp.com.mx>, size=582, nrcpt=1 (queue active) Nov 12 19:34:03 cyrus postfix/lmtp[8896]: CA5426B837: to=<sas [at] sat>, relay=127.0.0.1[127.0.0.1]:10025, delay=161, delays=160/0.03/0/0.4, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 583096B9A1) Nov 12 19:34:03 cyrus postfix/qmgr[1488]: CA5426B837: removed [root [at] cyru postfix]# grep 583096B9A1 /var/log/mail/info.log Nov 12 19:34:03 cyrus postfix/smtpd[8853]: 583096B9A1: client=cyrus.sat.gob.mx[127.0.0.1]:unknown Nov 12 19:34:03 cyrus postfix/cleanup[8796]: 583096B9A1: message- id=<200911121840.06060.sas [at] sat> Nov 12 19:34:03 cyrus postfix/qmgr[1488]: 583096B9A1: from=<raulr [at] insys corp.com.mx>, size=1163, nrcpt=1 (queue active) Nov 12 19:34:03 cyrus amavis[6486]: (06486-11) Passed CLEAN, MYNETS LOCAL [127.0.0.1] [127.0.0.1] <raulr [at] insys-corp> -> <sas [at] sat>, Message-ID: <200911121840.06060.sas [at] sat>, mail_id: h2ruWAjex7lV, Hits: -2.394, size: 582, queued_as: 583096B9A1, 400 ms Nov 12 19:34:03 cyrus postfix/lmtp[8896]: CA5426B837: to=<sas [at] sat>, relay=127.0.0.1[127.0.0.1]:10025, delay=161, delays=160/0.03/0/0.4, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 583096B9A1) Nov 12 19:34:03 cyrus postfix/smtp[8302]: 583096B9A1: to=<sas [at] sat>, relay=10.10.60.10[10.10.60.10]:25, delay=0.07, delays=0.01/0.04/0.01/0.01, dsn=2.0.0, status=sent (250 OK: <075480f2000093a4 [at] sat>) Nov 12 19:34:03 cyrus postfix/qmgr[1488]: 583096B9A1: removed Best Regards, LD
|