Wietse Venema:
> You can use the smtpd_command_filter feature to append XVERP to
> SMTP commands from legacy sofware. This requires Postfix 2.7 or
> later.
> 
>     /etc/postfix/main.cf:
>         smtpd_command_filter = pcre:/etc/postfix/append_verp.pcre
>         smtpd_authorized_verp_clients = $mynetworks
> 
>     /etc/postfix/append_verp.pcre:
>         /^(MAIL FROM:<listname@example\.com$>.*)/ $1 XVERP

That "$" before ">" should be removed.

        Wietse

> I just added this note to VERP_README.
> 
>       Wietse
> 

Reply via email to