On 05/25/2011 11:22 AM, houmles wrote:
Hi all,

Iam trying to setup autoreply via transport on already running
mail server. My problem is transport isn't triggered instead all
vacation emails are going thru none transport.

main.cf:
transport_maps = mysql:/etc/postfix/mysql/transport_maps.cf

in transport table i have:
autoreply.domain.org autoreply:

postmap -q "autoreply.domain.org"
mysql:/etc/postfix/mysql/transport_maps.cf returns:
autoreply:

in virtual table i have:
u...@domain.org u...@domain.org@autoreply.domain.org

in master.cf
autoreply  unix  -       n       n       -       -       pipe
    flags=Rq user=vacation argv=/var/spool/vacation/vacation.pl -f
${sender} -- ${recipient}

user and group vacation exist

Even though in logs i have message bounced as "User unknown in virtual
alias table" because mail is handled by relay=none not by autoreply.

Any help?


autoreply.domain.org MUST be in one of mydestination, virtual_mailbox_domains, virtual_alias_domains, or relay_domains.

Other than that, show the actual logs.


Thanks



--
J.

Reply via email to