Displaying 2 results from an estimated 2 matches for "sendmail_binary".
2016 Aug 16
3
[patch] Improved error checking for the dovecot-antispam-plugin
Hi,
Hopefully this is the right channel for such a patch. I have a minor
enhancement to submit for the antispam plugin
http://hg.dovecot.org/dovecot-antispam-plugin
It adds minimal error checking for the sendmail_binary, otherwise the
reported error in case of a missing binary or one with missing
permissions is generic and not useful.
Thanks,
Robert
--
http://robert.muntea.nu/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: validate_sendmail.patch
Type: text/x-patch
Size: 10...
2016 Aug 18
3
[patch] Improved error checking for the dovecot-antispam-plugin
...obert Munteanu wrote:
>> Hi,
>>
>> Hopefully this is the right channel for such a patch. I have a minor
>> enhancement to submit for the antispam plugin
>>
>> http://hg.dovecot.org/dovecot-antispam-plugin
>>
>> It adds minimal error checking for the sendmail_binary, otherwise the
>> reported error in case of a missing binary or one with missing
>> permissions is generic and not useful.
>>
>> Thanks,
>>
>> Robert
>
> Robert, I like that you did this.
>
> Beyond that and without even looking at the actual code, I&...