Hi, after updating Postfix from 2.4.7.5 to 2.6.5.2 I see some changed behaviour in the smtp process delivering to our content_filter. The content filter does not recive the part after the recipient_delimiter as RCPT TO anymore. Caused by this we loose this information for any mail going through amavis.
We are using the following settings: content_filter = smtp-amavis:[127.0.0.1]:10024 recipient_delimiter = + master.cf smtp-amavis unix - - n - 10 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes -o max_use=20 Before the update amavis was getting the full recpipient (including the part after the recipient_delimiter), see OLD LOGFILE: Nov 27 04:14:03 zimbra postfix/smtp[1981]: A39ECE3CA7: to=<bounce+5473143.4...@xxxxxxxxx.com>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=6, delay=5615, delays=0.81/5605/0/9.4, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 2FBBDE32C1) NEW LOGFILE: Dec 10 18:37:07 zimbra postfix/smtp[542]: 81058E3232: to=<bou...@aruba.com>, orig_to=<bounce+0.6...@xxxxxxxx.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=14, delays=8.8/0/0.01/4.8, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=00532-01, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as B4921E3233) After the update amavis does NOT get the full recipient anymore (only as ORCPT parameter) Is there a way / toggle to restore the old behavior of the smtp process? Thanks Simon