hi... i need to rewrite sender if "orig_to" is used...
to explain this, in we look the following piece of log's: Apr 29 13:38:03 maximatt postfix/smtpd[16662]: connect from test.maximatt.org[100.0.4.145] Apr 29 13:38:03 maximatt postfix/smtpd[16662]: setting up TLS connection from test.maximatt.org[100.0.4.145] Apr 29 13:38:03 maximatt postfix/smtpd[16662]: TLS connection established from test.maximatt.org[100.0.4.145]: SSLv3 with cipher RC4-MD5 (128/128 bits) Apr 29 13:38:04 maximatt postfix/smtpd[16662]: 1F8D266C78A: client=test.maximatt.org[100.0.4.145], sasl_method=PLAIN, sasl_username=toto3 Apr 29 13:38:04 maximatt postfix/cleanup[16666]: 1F8D266C78A: message-id=<[email protected]> Apr 29 13:38:04 maximatt postfix/qmgr[16580]: 1F8D266C78A: from=<[email protected]>, size=1099, nrcpt=2 (queue active) Apr 29 13:38:04 maximatt postfix/smtpd[16662]: disconnect from maximatt.dgr.gub.uy[100.0.4.145] Apr 29 13:38:04 maximatt postfix/virtual[16667]: 1F8D266C78A: to=<[email protected]>, orig_to=<[email protected]>, relay=virtual, delay=0.23, delays=0.22/0/0/0.01, dsn=2.0.0, status=sent (delivered to maildir) Apr 29 13:38:04 maximatt postfix/virtual[16667]: 1F8D266C78A: to=<[email protected]>, orig_to=<[email protected]>, relay=virtual, delay=0.26, delays=0.22/0/0/0.04, dsn=2.0.0, status=sent (delivered to maildir) Apr 29 13:38:04 maximatt postfix/qmgr[16580]: 1F8D266C78A: removed here.. "toto3" send a msg to "lista2", where "lista2" is an virtual alias... so the message is delivered to "toto1" and "toto2" (members of "lista2") but.. the from value of message is "toto3" and not "lista2" that i need... ¿it posible with rewrite sender? or i need to think other way to do this (or i need a mlm)? thansk!! -- Salu2 ;)
