Re: [PATCH] added local_ip option to p0f plugin

2010-05-11 Thread Robert Spier
Applied as cc2d8ccca6a7fafe2c08b7d180e81aeae8eb1b35 should there be a local_port option too? Matt Simerson wrote: > > (updated patch against rspier/qpsmtpd) > > The p0f plugin defaulted to binding to TCPLOCALIP, which doesn't work > when the mail server is running behind a firewall with a pri

[PATCH] added local_ip option to p0f plugin

2010-05-10 Thread Matt Simerson
(updated patch against rspier/qpsmtpd) The p0f plugin defaulted to binding to TCPLOCALIP, which doesn't work when the mail server is running behind a firewall with a private IP. If the local_ip option is set in the config file, it overrides TCPLOCALIP. Added POD documentation for local_ip option

Re: [PATCH] added local_ip option to p0f plugin

2010-05-10 Thread Robert Spier
This doesn't apply cleanly, because it comes after your perltidy CL. (i.e. it has whitespace changes that break the patch.) Matt Simerson wrote: > > The p0f plugin defaulted to binding to TCPLOCALIP, which doesn't work > when the mail server is running behind a firewall with a private IP. If > t

[PATCH] added local_ip option to p0f plugin

2010-05-10 Thread Matt Simerson
The p0f plugin defaulted to binding to TCPLOCALIP, which doesn't work when the mail server is running behind a firewall with a private IP. If the local_ip option is set in the config file, it overrides TCPLOCALIP. Added POD documentation for local_ip option and p0f general usage --- plugins/ident