On Wed Oct 22, 2008 at 17:07:47 -0700, Ask Bj?rn Hansen wrote:

> Patches to the sample plugin configuration are welcome.

  I guess that anything which validates against a local setup is
 almost too specific to be generally useful.  At least unless it
 is a new RCPT checking plugin, rather than a change.

  For example I have a local Exim server setup behind qpmstpd
 to receive mail, and that handles local domains files like this:

    /etc/exim/virtual/steve.org.uk
    /etc/exim/virtual/debian-administration.org

  Each file looks like:

    steve:      [EMAIL PROTECTED]
    postmaster: [EMAIL PROTECTED]
    spam:       :fail: Not welcome

  So I can validate an address by looking for the domain's
 existence as a file, and then validate the user by looking inside it.

  I'd be happy to submit that as a new plugin, if it were welcome.

  I guess maybe another idea would be to move rcpt_ok into a new
 plugins subdirectory "rcpt_checking".  Since, like queuing, there
 are probably a few ways to do things.

Steve
-- 

Reply via email to