Rocco Scappatura a écrit :
> [snip]
> Why the message is not delivered immediately to the virtual mailbox after
> vacation filter?
> 

because the domain is not listed as a virtual mailbox domain

>>> # postmap -q  t...@receiver.tld
>>> proxy:mysql:/etc/postfix/mysql-virtual-domain.cf
>>> receiver.tld
>> virtual_mailbox_domains is looked up with the domain name as the key,
>> not the email address. Show the output from the right command.
> 
> # postmap -q domain.tld proxy:mysql:/etc/postfix/mysql-virtual-domain.cf
> #
> 
> :-(
> 
> But:
> 
> # cat /etc/postfix/mysql-virtual-domain.cf
> .
> .
> query = select domain from domain where domain = '%d' and active = 1
> 
> return me correctly:
> 
> +----------------+
> | domain         |
> +----------------+
> | domain.tld     |
> +----------------+
> 
> mmmhhh!?!?!?

you'll need to make sure you run the right sql queries when testing and
that your .cf has the right hosts, user, ... etc.

Reply via email to