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

Commit: 7bfad42ac9c07c2981e44a7ad891015a5bf75757
    
http://github.com/smtpd/qpsmtpd/commit/7bfad42ac9c07c2981e44a7ad891015a5bf75757
Author: Hanno Hecker <[email protected]>
Date:   2010-09-17 (Fri, 17 Sep 2010)

Changed paths:
  A plugins/rcpt_map

Log Message:
-----------
new plugin rcpt_map

Check recipients from a postfix style map. The valid return codes are of course
qpsmtpd constants. By storing the addresses in a %hash, this is much faster
for fixed addresses than using the rcpt_regexp plugin just with fixed strings.
This plugin handles only one domain per plugin instance. Use the :N suffix for
the plugin if you need several domains mapped.


Commit: f9399950f369c9557bbff6fe77fb22ac5a079ff4
    
http://github.com/smtpd/qpsmtpd/commit/f9399950f369c9557bbff6fe77fb22ac5a079ff4
Author: Hanno Hecker <[email protected]>
Date:   2010-09-17 (Fri, 17 Sep 2010)

Changed paths:
  M plugins/rcpt_map

Log Message:
-----------
plugins/rcpt_map cleanup

* enforce having a "domain" parameter
* unique default message (missing dot added)


Commit: 33d8825ecfc68ec49b9647bfd84394e356b3aa9b
    
http://github.com/smtpd/qpsmtpd/commit/33d8825ecfc68ec49b9647bfd84394e356b3aa9b
Author: Hanno Hecker <[email protected]>
Date:   2010-09-17 (Fri, 17 Sep 2010)

Changed paths:
  M lib/Qpsmtpd/SMTP.pm

Log Message:
-----------
Fix for plugins returning DONE from HELO/EHLO

We have to return something true, else the client gets an additional
 451 Internal error - try again later - command 'helo' failed unexpectedly
after the plugin's ->respond() message.


Reply via email to