Branch: refs/heads/master
Home:   http://github.com/smtpd/qpsmtpd

Commit: b1c3d2f333c807fb40b7a8e5d71086b54f69e562
    
http://github.com/smtpd/qpsmtpd/commit/b1c3d2f333c807fb40b7a8e5d71086b54f69e562
Author: Matt Simerson <[email protected]>
Date:   2010-05-11 (Tue, 11 May 2010)

Changed paths:
  M docs/authentication.pod
  M plugins/auth/auth_checkpassword
  A plugins/auth/auth_vpopmail
  M plugins/auth/auth_vpopmail_sql
  M plugins/auth/auth_vpopmaild

Log Message:
-----------
added auth_vpopmail plugin

added auth_vpopmail plugin, using the perl-vpopmail module
added VPOPMAIL auth methods description to docs/authentication
added SEE ALSO section to each module, noting the VPOPMAIL description

Signed-off-by: Robert <[email protected]>


Commit: 02912602842a5b2251b1455cf7206cfee3d18553
    
http://github.com/smtpd/qpsmtpd/commit/02912602842a5b2251b1455cf7206cfee3d18553
Author: Matt Simerson <[email protected]>
Date:   2010-05-11 (Tue, 11 May 2010)

Changed paths:
  M plugins/sender_permitted_from

Log Message:
-----------
rewrote sender_permitted_from

rewrote the plugin using Mail::SPF, which is the replacement for 
Mail::SPF::Query (by the same author).  The two plugins are mutually exclusive 
and SpamAssassin expects to have Mail::SPF available.

Signed-off-by: Robert <[email protected]>


Commit: 671a6953b0c9503717bda10dd07f434cbd302c9c
    
http://github.com/smtpd/qpsmtpd/commit/671a6953b0c9503717bda10dd07f434cbd302c9c
Author: Matt Simerson <[email protected]>
Date:   2010-05-11 (Tue, 11 May 2010)

Changed paths:
  M lib/Qpsmtpd/TcpServer.pm
  M plugins/greylisting
  M plugins/ident/p0f

Log Message:
-----------
add TCPLOCAL* variables to $qp->connection

(patch remade against latest rspier/qpsmtpd)

added remote_port, local_ip, local_port, and local_host to $qp->connection, as 
the p0f plugin relies on it.
added notes to TcpServer.pm and the p0f plugin noting the dependence, and the 
lack of support for models other than tcpserver.

Signed-off-by: Robert <[email protected]>


Commit: cc2d8ccca6a7fafe2c08b7d180e81aeae8eb1b35
    
http://github.com/smtpd/qpsmtpd/commit/cc2d8ccca6a7fafe2c08b7d180e81aeae8eb1b35
Author: Matt Simerson <[email protected]>
Date:   2010-05-11 (Tue, 11 May 2010)

Changed paths:
  M plugins/ident/p0f

Log Message:
-----------
added local_ip option to p0f plugin

(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 and p0f general usage

Signed-off-by: Robert <[email protected]>


Commit: b81d464c872867f8df65847f522db6a0df4a96bf
    
http://github.com/smtpd/qpsmtpd/commit/b81d464c872867f8df65847f522db6a0df4a96bf
Author: Matt Simerson <[email protected]>
Date:   2010-05-11 (Tue, 11 May 2010)

Changed paths:
  M config.sample/plugins
  A t/plugin_tests/greylisting

Log Message:
-----------
added p0f support to greylist plugin

- these changes are in the previous TCPLOCAL patch. Documented here.
added p0f config option
added POD docs to explain usage
modified $dbdir selection logic. The previous logic failed when QPHOME was
 not selected (as is the case when tests are being run).
Added '.' as the dir of last resort for $dbdir selection (others $EMPTY/dir
 dumped greylisting database in / )

  - These changes are included in this patch -
Added t/plugin_tests/greylisting, with greylist logic testing (tests are
 disabled by default, as greylisting is disabled in config.sample/plugins)
Added example entry in config.sample/plugins

Signed-off-by: Robert <[email protected]>


Commit: e13952164df61ac289f9f124a7a8bc63d290d4bc
    
http://github.com/smtpd/qpsmtpd/commit/e13952164df61ac289f9f124a7a8bc63d290d4bc
Author: Matt Simerson <[email protected]>
Date:   2010-05-11 (Tue, 11 May 2010)

Changed paths:
  M MANIFEST
  M MANIFEST.SKIP

Log Message:
-----------
packaging updates

added to MANIFEST
 plugins/check_bogus_bounce
 plugins/auth/auth_vpopmaild
 t/plugin_tests/greylisting

added packaging to MANIFEST.SKIP

Signed-off-by: Robert <[email protected]>


Reply via email to