Re: [ENHANCEMENT] Log SMTP protocol errors to SYSLOG

2021-07-12 Thread Kevin N.
For example the following transaction will not show any errors in SYSLOG: In: AUTH LOGIN Out: 503 5.5.1 Error: authentication not enabled In: QUIT Out: 221 2.0.0 Bye You can use the existing notify_classes based mechamism and pipe that into syslog. notify_classes = protocol, ...

Re: [ENHANCEMENT] Log SMTP protocol errors to SYSLOG

2021-07-12 Thread Wietse Venema
Kevin N.: > > Kevin N.: > >> For example the following transaction will not show any errors in SYSLOG: > >> > >> In: AUTH LOGIN > >> Out: 503 5.5.1 Error: authentication not enabled > >> In: QUIT > >> Out: 221 2.0.0 Bye > > > > You can use the existing notify_classes based mechamism and pipe > >

Re: [ENHANCEMENT] Log SMTP protocol errors to SYSLOG

2021-07-12 Thread Kevin N.
For example the following transaction will not show any errors in SYSLOG: In:  AUTH LOGIN Out: 503 5.5.1 Error: authentication not enabled In:  QUIT Out: 221 2.0.0 Bye You can use the existing notify_classes based mechamism and pipe that into syslog. notify_classes = protocol, ... e

Re: [ENHANCEMENT] Log SMTP protocol errors to SYSLOG

2021-07-12 Thread Kevin N.
Kevin N.: For example the following transaction will not show any errors in SYSLOG: In: AUTH LOGIN Out: 503 5.5.1 Error: authentication not enabled In: QUIT Out: 221 2.0.0 Bye You can use the existing notify_classes based mechamism and pipe that into syslog. notify_classes = protocol,

Re: [ENHANCEMENT] Log SMTP protocol errors to SYSLOG

2021-07-12 Thread Wietse Venema
Kevin N.: > For example the following transaction will not show any errors in SYSLOG: > > In: AUTH LOGIN > Out: 503 5.5.1 Error: authentication not enabled > In: QUIT > Out: 221 2.0.0 Bye You can use the existing notify_classes based mechamism and pipe that into syslog. notify_classes = pr

[ENHANCEMENT] Log SMTP protocol errors to SYSLOG

2021-07-12 Thread Kevin N.
It would be nice to have an option to enable logging to SYSLOG the SMTP protocol errors that occur during a SMTP session, along with the SMTP commands that caused them. As far as I know, currently these errors can be logged to SYSLOG only by one of the following methods: 1. By making the SMT