OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: MYSQL virtual setup

From: Wietse Venema (wietseporcupine.org)
Date: Wed Jan 02 2008 - 12:13:42 CST


Markus Edholm:
[ Charset ISO-8859-1 unsupported, converting... ]
> Hi List
>
> I?m feeling quite puzzled
>
> I have an "ordinary" mailserver that I now extended with an mysql table for
> virtual mail forwarding.
>
> but I dont understand following error from mail.log:
>
> Jan 1 15:52:23 postfix postfix/trivial-rewrite[22495]: warning: do not list
> domain orebro.example.net in BOTH virtual_mailbox_domains and relay_domains
...
> relay_domains = example.net
> virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql_virtual_domains_maps.cf

What is the output of:

$ postmap -q orebro.example.net \
 mysql:/etc/postfix/mysql_virtual_domains_maps.cf || echo not found

The output should be: "not found".

        Wietse