Re: relay plugins

2012-06-02 Thread Jared Johnson
gt; >On May 21, 2012, at 12:06 PM, Matt Simerson wrote: > >> >> https://github.com/smtpd/qpsmtpd/pull/13 >> >> >> replaces 3 relay plugins (check_relay, check_norelay, relay_only) with a >> single plugin (relay). >> >> Same functional

Re: relay plugins

2012-06-02 Thread Matt Simerson
Is there anything else I can do to move this forward? Matt On May 21, 2012, at 12:06 PM, Matt Simerson wrote: > > https://github.com/smtpd/qpsmtpd/pull/13 > > > replaces 3 relay plugins (check_relay, check_norelay, relay_only) with a > single plugin (relay). >

relay plugins

2012-05-21 Thread Matt Simerson
https://github.com/smtpd/qpsmtpd/pull/13 replaces 3 relay plugins (check_relay, check_norelay, relay_only) with a single plugin (relay). Same functionality. Bonus: includes tests. And a brief description of how the settings in the 3 config files interact

[PATCH 1/7] delete 3 relay plugins

2012-05-18 Thread Matt Simerson
--- plugins/check_norelay | 58 -- plugins/check_relay | 83 - plugins/relay_only| 36 - 3 files changed, 177 deletions(-) delete mode 100644 plugins/check_norelay delete mode 100644 p