Bug in Postfix 2.10.2 milter interface regarding sender/recipient rewrite?

2013-12-24 Thread Benoit Panizzon
And the very puzzling thing is, sometime the problem does not occur, but I have not yet found out how to reproduce. Kind regards Benoit Panizzon -- I m p r o W a r e A G- __ Zurlindenstrasse 29 Tel +41 61 826 93 07 CH

Re: Bug in Postfix 2.10.2 milter interface regarding sender/recipient rewrite?

2013-12-27 Thread Benoit Panizzon
Am Tuesday, 24. December 2013, 14.29:04 schrieb Wietse Venema: > What Postfix version? As per Subject: 2.10.2 :-) Mit freundlichen Grüssen Benoit Panizzon -- I m p r o W a r e A G- __ Zurlindenstrasse 29 Tel +41 61

Re: Bug in Postfix 2.10.2 milter interface regarding sender/recipient rewrite?

2013-12-27 Thread Benoit Panizzon
ignores the milter instructions. Mit freundlichen Grüssen Benoit Panizzon -- I m p r o W a r e A G- __ Zurlindenstrasse 29 Tel +41 61 826 93 07 CH-4133 PrattelnFax +41 61 826 93 02 Schweiz Web http://www.imp.ch __

solved: Bug in Postfix 2.10.2 milter interface regarding sender/recipient rewrite?

2014-01-02 Thread Benoit Panizzon
the sender have to be done in the DATA phase (filter_begin or later in MIMEDefang). Interrestingly postfix accepts them during rcpt to, but somehow the milter communication remains in an unstable state. Mit freundlichen Grüssen Benoit Panizzon -- I m p r o W a

Postfix: How to run the milter BEFORE reject_unverified_recipient

2018-02-20 Thread Benoit Panizzon
Dear Lists (sorry for the xpost). I have a milter which performs SRS Signing in case of forwarded emails and SRS Verification of bounces. This worked quite well, until we configured our mail plattform to also relay emails for other domains and thus activated reject_unverified_recipient to perform

Re: Postfix: How to run the milter BEFORE reject_unverified_recipient

2018-02-20 Thread Benoit Panizzon
Hi Wietse > Not possible. The Milter protocol implements the 'change sender' > feature AFTER the entire message is received. That is long > after the MAIL FROM and RCPT TO commands. Ok, so if you activate reject_unverified_recipient it's not possible to tell postfix not to call this function for

Make postfix reject 8bit (non ASCII) 'mail from' address

2019-09-02 Thread Benoit Panizzon
Dear List We use Postfix / Dovecot on our email plattform. Lately I have started seeing more and more emails being accepted by postfix, but then rejected by the local delivery agent dovecot with: 500 5.5.2 Invalid command syntax (in reply to MAIL FROM command) Looking at the headers, I see

Re: Make postfix reject 8bit (non ASCII) 'mail from' address

2019-09-03 Thread Benoit Panizzon
Am Tue, 3 Sep 2019 09:33:52 -0400 Hi Viktor > You can use "check_sender_access" in combination with a PCRE table: > > /[^[:ascii:]]/ REJECT 5.1.7 Malformed sender address Thank you, that solves the issue of Postfix accepting such emails but dovecot then rejecting them causing 'double boun