Postfix LDAP pipemap lookup tables and OctetStream

2020-02-05 Thread Luca Fornasari
Hello, sadly I am stuck to a version of Postfix that not yet support "pipemap" lookup table, so I am forced to ask here instead of simply trying ... I am using reject_sender_login_mismatch and I need to find out the owner of an email address using smtpd_sender_login_maps. The email address is pr

Re: message-id empty

2020-02-06 Thread Luca Fornasari
On Wed, Feb 5, 2020 at 12:41 PM Matus UHLAR - fantomas wrote: > > On 05.02.20 04:25, mami64 wrote: > >Some times i found in logs (smtp outgoing) empty message-id like > > > >Feb 5 12:20:18 smtp1 postfix/cleanup[21270]: 48CJy70T20z3xcS: message-id=<> > >Feb 5 12:20:20 smtp1 postfix/cleanup[21265]

Re: Postfix LDAP pipemap lookup tables and OctetStream

2020-02-07 Thread Luca Fornasari
On Thu, Feb 6, 2020 at 8:56 PM Viktor Dukhovni wrote: > > On Thu, Feb 06, 2020 at 08:44:36AM +0100, Luca Fornasari wrote: > > > The idea is to use a pipemap of LDAP queries; the first LDAP query > > [...] > > Since msExchMasterAccountSid is an OctetStream, I am wond

Connection cache limitations

2020-05-25 Thread Luca Fornasari
son, the Postfix smtp(8) client historically always closed the connection after completing an attempt to deliver mail over TLS." Is that true also in case of relayhost? Also I cannot find in the doc how many email transactions are performed during an SMTP over TLS connection. Thanks Luca Fornasari

Re: Transport_map error

2020-10-30 Thread Luca Fornasari
On Fri, Oct 30, 2020 at 9:50 AM Pierre Couderc wrote: > > postmap -q "yahoo.fr" pgsql:/etc/postfix/sql/transport_map.cf > yahoo.fr,relay:[mx-eu.mail.am0.yahoodns.net] In the SQL table substitute relay with smtp ... Luca

Postfix built-in MIME parser

2016-06-07 Thread Luca Fornasari
Greetings everyone, I have an old Postfix 2.3.3 installation where the built-in MIME parser is modifying (adjust) wrongly formatted MIME messages while relaying them. This is not happening on a newer Postfix 2.6.6 installation and I can't find any configuration parameter to restore the old behavi

Re: Postfix built-in MIME parser

2016-06-07 Thread Luca Fornasari
Wietse Venema: > Luca Fornasari: >> I have an old Postfix 2.3.3 installation where the built-in MIME >> parser is modifying (adjust) wrongly formatted MIME messages while >> relaying them. >> >> This is not happening on a newer Postfix 2.6.6 installation and

Re: Postfix built-in MIME parser

2016-06-07 Thread Luca Fornasari
On Tue, Jun 7, 2016 at 5:18 PM, Wietse Venema wrote: > Luca Fornasari: >> In Postfix 2.3.3 the missing blank line was inserted while in Postfix >> 2.6.6 it is not. >> While looking at the source code diffs of src/global/mime_state.c I see >> >> *

Re: Postfix built-in MIME parser

2016-06-08 Thread Luca Fornasari
On Wed, Jun 8, 2016 at 12:29 AM, Bill Cole wrote: > I'm hesitant to disagree with Wietse, but as I read the MIME specification > it seems to me that the missing blank line is *before* the boundary line. If > you add a blank line *after* the boundary you are making the MIME headers > that follow ju