On Thu, Jun 16, 2011 at 09:27:16AM -0400, Wietse Venema wrote:

>     smtp-no-verp      unix  -       -       n       -       -       smtp
>       -o smtp_generic_maps=pcre:/etc/postfix/no-verp.pcre

If the set of localpart addresses that use VERP is small (perhaps just
one or two, typically "bounce" or similar) a non-pcre table may simpler:

    smtp-no-verp      unix  -       -       n       -       -       smtp
        -o 
smtp_generic_maps=${default_database_type}:${config_directory}/no-verp

    /etc/postfix/no-verp
        bou...@example.com      bou...@example.com
        ...

The fact that "propagate_unmatched_extension" does not by default include
"generic" takes care of losing the address extension.

-- 
        Viktor.

Reply via email to