Dan Clovis:
> Apr 18 15:44:06 companycoServer1 postfix/local[15179]: 5F6A214EE1B4: to=<
> d...@companycouk.com>, orig_to=<d...@ccpop.itco.co>, relay=local, delay=0.35,
> delays=0.29/0/0/0.06, dsn=2.0.0, status=sent (delivered to command:
> procmail -a "$EXTENSION")

If the address rewriting from d...@ccpop.itco.co to d...@companycouk.com
is now what you want, then do not specify such a mapping in 
virtual_alias_maps.

postconf -n:
    ...
    myorigin = /etc/mailname
    ...
    virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, 
        mysql:/etc/postfix/mysql-virtual_email2email.cf

With virtual_alias_maps queries, be sure to return user@domain as the
result value, not a bare username. Otherwise, Postfix will append the
myorigin value.

        Wietse

Reply via email to