Error 46 with TLS

2019-09-21 Thread benoit
alert number 46: Connection works fine without TLS. I use a let's encrypt certificate. My server is a debian Buster Thanks for help Benoit

Re: Error 46 with TLS

2019-09-21 Thread benoit
Le 21/09/2019 à 16:13, Matus UHLAR - fantomas a écrit : benoit: I have a problem with my postfix sever, I can't connect with TLS, I have this error: Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library problem: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certif

Re: Error 46 with TLS

2019-09-22 Thread benoit
lient can't connect . the client is my android phone I have a fairphoneos based on android 7.1.2. Thank you Benoit Le 21/09/2019 à 22:14, Thilo Molitor a écrit : Do you know what client sends the alert? Maybe it is misconfigured... Am 21. September 2019 21:26:14 MESZ schrieb "@lbut

Re: Error 46 with TLS

2019-11-03 Thread benoit
ermode=yes   -o smtpd_sasl_auth_enable=yes #  -o smtpd_reject_unlisted_recipient=no #  -o smtpd_client_restrictions=$mua_client_restrictions #  -o smtpd_helo_restrictions=$mua_helo_restrictions #  -o smtpd_sender_restrictions=$mua_sender_restrictions #  -o smtpd_recipient_restrictions=   -o smtpd_relay_

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

Virtual map regex

2022-02-07 Thread Benoit Gschwind
Hello, I'm using the following configuration in main.cf: virtual_alias_maps = regexp:/etc/postfix/virtual And I using the following rule in /etc/postfix/virtual file: /^(.+)\.(.+)@noreply\.(.+)\.net$/ix $1.$2...@newdomain.com but I get the following errors: warning: regexp map /etc/postfix/vi

Re: Virtual map regex

2022-02-07 Thread Benoit Gschwind
Thank you for the help, maybe I did not read the documentation correctly :) On Mon, 2022-02-07 at 12:13 +0100, Markus Schönhaber wrote: > 07.02.22, 11:56 + 0100 Benoit Gschwind: > > > I'm using the following configuration in main.cf: > > > > virtual_alias_maps

LDAP map: %S doesn't preserve case

2021-02-05 Thread Benoit Branciard
Postfix 3.4.14 (Debian 10 package). By the way, the same remark may apply also to %U, but I didn't verify how Postfix handles it. Regards, -- Benoit BRANCIARD DSIUN: Direction du Système d'Information et des Usages Numériques SIS: Pôle Infrastructures Université Paris 1 Panthéon-Sorbo

Re: LDAP map: %S doesn't preserve case

2021-02-05 Thread Benoit Branciard
Le 05/02/2021 à 16:53, Wietse Venema a écrit : Benoit Branciard: Hello, When using %S in result_format in a LDAP map definition, Postfix stubbornly returns a lower-case version of input key. I would have expected input key to be returned unmodified. Is there a decent reason this has be done

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

Re : Re: Error 46 with TLS

2019-09-22 Thread Benoit Szczygiel
Hello, Yes, the phone use the port 25. I change my phone client to fairemail, and everything is fine Thank you Sun Sep 22 18:19:56 GMT+02:00 2019 Viktor Dukhovni : > On Sun, Sep 22, 2019 at 03:07:54PM +0200, benoit wrote: > > > I change my cert_file parameter to fullchain.p