Re: Postfix: Variable meanings table

2019-09-07 Thread B. Reino
On 06/09/2019 20.25, Phil Stracchino wrote: On 9/6/19 2:03 PM, @lbutlr wrote: > On 6 Sep 2019, at 09:30, Phil Stracchino wrote: >> Can anyone by chance point me to any documentation that explains how to do this? > > Not off hand, but what you are looking for on google is: > > fail2ban "action

Re: Postfix: Variable meanings table

2019-09-06 Thread Phil Stracchino
On 9/6/19 2:03 PM, @lbutlr wrote: > On 6 Sep 2019, at 09:30, Phil Stracchino wrote: >> Can anyone by chance point me to any documentation that explains how to do >> this? > > Not off hand, but what you are looking for on google is: > > fail2ban "action.d” > > (the quotes will force google to r

Re: Postfix: Variable meanings table

2019-09-06 Thread @lbutlr
On 6 Sep 2019, at 09:30, Phil Stracchino wrote: > Can anyone by chance point me to any documentation that explains how to do > this? Not off hand, but what you are looking for on google is: fail2ban "action.d” (the quotes will force google to return results with action.d) In fact, if you look

Re: Postfix: Variable meanings table

2019-09-06 Thread Dominic Raferd
On Fri, 6 Sep 2019 at 16:31, Phil Stracchino wrote: > On 8/10/19 2:17 AM, Dominic Raferd wrote: > > I have a fail2ban ban - quite active - based on this: > > > > failregex = ^%(__prefix_line)sdisconnect from \S+\[\] > > (ehlo|helo)=\d+ .*auth=0/\d > > > > See also http://www.postfix.org/announcem

Re: Postfix: Variable meanings table

2019-09-06 Thread Phil Stracchino
On 8/10/19 2:17 AM, Dominic Raferd wrote: > I have a fail2ban ban - quite active - based on this: > > failregex = ^%(__prefix_line)sdisconnect from \S+\[\] > (ehlo|helo)=\d+ .*auth=0/\d > > See also http://www.postfix.org/announcements/postfix-3.0.0.html. > (I whitelist a few ips that are our own

Re: Postfix: Variable meanings table

2019-08-09 Thread Dominic Raferd
I have a fail2ban ban - quite active - based on this: failregex = ^%(__prefix_line)sdisconnect from \S+\[\] (ehlo|helo)=\d+ .*auth=0/\d See also http://www.postfix.org/announcements/postfix-3.0.0.html. (I whitelist a few ips that are our own, or known to run auth tests).

Re: Postfix: Variable meanings table

2019-08-09 Thread manu19
Thanks for the explanation, it has been very instructive. Regards. -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html

Re: Postfix: Variable meanings table

2019-08-09 Thread Wietse Venema
manu19: > Can someone tell me how I can get the meaning of these variables > (ehlo..commands) in the postfix log? > i.e: > 1) disconnect from ..xx [99.99.999.99] ehlo= 2 starttls= 1 mail=1 > rcpt=1 data=1 quit=1 commands=7 > 2) disconnect from ..xx [99.99.999.99] ehlo=2 starttls=1

Re: Postfix: Variable meanings table

2019-08-09 Thread Enrico Morelli
On Fri, 9 Aug 2019 03:32:20 -0700 (MST) manu19 wrote: > Can someone tell me how I can get the meaning of these variables > (ehlo..commands) in the postfix log? > i.e: > 1) disconnect from ..xx [99.99.999.99] ehlo= 2 starttls= 1 > mail=1 rcpt=1 data=1 quit=1 commands=7 > 2) disconnect fr

Postfix: Variable meanings table

2019-08-09 Thread manu19
Can someone tell me how I can get the meaning of these variables (ehlo..commands) in the postfix log? i.e: 1) disconnect from ..xx [99.99.999.99] ehlo= 2 starttls= 1 mail=1 rcpt=1 data=1 quit=1 commands=7 2) disconnect from ..xx [99.99.999.99] ehlo=2 starttls=1 mail=1 rcpt=0/1 dat