Wednesday, December 05, 2018

Re: procmail and new grammar in smtpd.conf

On 05.12.18 13:22, Eda Sky wrote:
> Hi
> I'm preparing an update from 6.3 to 6.4 and fix the required
> configuration files
> For many years I've been using fetchmail/procmail and I do not know
> how to overwrite smtpd.conf to a new grammar
> the original rule is
>
> accept from any for domain "example.com" alias <aliases> deliver to
> mda "/usr/local/bin/procmail -f -" \

that seems to become:

action "procmail" mda "/usr/local/bin/procmail -f -"

match for domain "example.com" action "procmail"

>
> I do not know how to write new rules.
> Everything I'm trying to do ends with syntax error.
>
> Will anyone advise me?
> Thank you
>

No comments:

Post a Comment