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
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).
>
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
---
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