Re: Is it possible to have Postfix mark debug_peer_list messages as "debug" syslog severity?

2018-03-25 Thread Viktor Dukhovni
> On Mar 25, 2018, at 11:59 PM, deoren wrote: > > Is there an option somewhere to change that, so that all messages logged as > as a result of the debug_peer_* options are set at debug syslog level instead? No. -- Viktor.

Re: SSL_accept error on just one of several similar servers

2018-03-25 Thread Viktor Dukhovni
> On Mar 26, 2018, at 1:07 AM, Michael Fox wrote: > > Any idea of what's wrong? Or how to find out what's wrong? Most likely a firewall is (mis)configured to block STARTTLS. -- Viktor.

SSL_accept error on just one of several similar servers

2018-03-25 Thread Michael Fox
I have several Postfix servers with virtually identical configurations. That is, they have their own hostnames, IP addresses, etc. But the rest of main.cf and master.cf and various *_access, etc. files are the same. I recently started having a problem with SSL_accept errors on just one of the mac

Is it possible to have Postfix mark debug_peer_list messages as "debug" syslog severity?

2018-03-25 Thread deoren
I'm trying to troubleshoot some occasional HAProxy health check failures. HAProxy logs the health check failures and Postfix logs "lost connection after RCPT" messages without a whole lot of other detail. I learned Postfix's debug_peer_list and debug_peer_level options and have added the IP Add

Re: New debian server: install postfix from src or package?

2018-03-25 Thread André Rodier
On 25/03/18 14:48, Tom Browder wrote: > I’m in the process of setting up a new server and want postfix. > > My question is: should I install from source or use the debian packages? > > I have installed fro source before, but I would like to ease my > maintenance burden as much as I can, but witho

Re: New debian server: install postfix from src or package?

2018-03-25 Thread /dev/rob0
On Sun, Mar 25, 2018 at 01:48:05PM +, Tom Browder wrote: > I'm in the process of setting up a new server and want postfix. > > My question is: should I install from source or use the debian > packages? > > I have installed fro source before, but I would like to ease my > maintenance burden

Re: SASL login and Mail From field mismatch

2018-03-25 Thread Viktor Dukhovni
> On Mar 25, 2018, at 12:44 PM, mate...@mailbox.org wrote: > > I'm trying to achieve a simple thing. Then user logins via SASL and sends > mail, I want postfix to check that SASL login is identical to MAIL FROM filed. Postfix does not support this directly. You'd need a milter or content filte

Re: New debian server: install postfix from src or package?

2018-03-25 Thread Tom Browder
On Sun, Mar 25, 2018 at 09:13 Matus UHLAR - fantomas wrote: > On 25.03.18 13:48, Tom Browder wrote: > >I’m in the process of setting up a new server and want postfix. > > > >My question is: should I install from source or use the debian packages? > > from package. Thanks very much, Matus! Best

Re: SASL login and Mail From field mismatch

2018-03-25 Thread Robert Schetterer
Am 25.03.2018 um 18:44 schrieb mate...@mailbox.org: > Hello everyone ! > > I'm trying to achieve a simple thing. Then user logins via SASL and > sends mail, I want postfix to check that SASL login is identical to MAIL > FROM filed. > > As I can see, I can do that with 'reject_sender_login_mismatc

SASL login and Mail From field mismatch

2018-03-25 Thread mate200
Hello everyone ! I'm trying to achieve a simple thing. Then user logins via SASL and sends mail, I want postfix to check that SASL login is identical to MAIL FROM filed. As I can see, I can do that with 'reject_sender_login_mismatch', but usage of this option implies usage of 'smtpd_sender_logi

Re: New debian server: install postfix from src or package?

2018-03-25 Thread Matus UHLAR - fantomas
On 25.03.18 13:48, Tom Browder wrote: I’m in the process of setting up a new server and want postfix. My question is: should I install from source or use the debian packages? from package. I have installed fro source before, but I would like to ease my maintenance burden as much as I can, bu

New debian server: install postfix from src or package?

2018-03-25 Thread Tom Browder
I’m in the process of setting up a new server and want postfix. My question is: should I install from source or use the debian packages? I have installed fro source before, but I would like to ease my maintenance burden as much as I can, but without sacrificing security. Thanks. Best regards,