From: Magnus Bäck (no email)
Date: Sun Jan 02 2005 - 17:10:11 EST
On Sunday, January 02, 2005 at 23:03 CET,
Jeremy May <> wrote:
> <quote who="Magnus Bäck">
> > On Sunday, January 02, 2005 at 22:47 CET,
> > Jeremy May <> wrote:
> >
> >> transport_maps = mysql:/etc/postfix/mysql-transport.cf
> >
> > [...]
> >
> >> virtual_transport = dspam
> >> virtual_uid_maps = static:2000
[...]
> > What is the output of the following command?
> >
> > postmap -q rootservices.net mysql:/etc/postfix/mysql-transport.cf
>
> [Sun Jan 2][root at morpheus][/etc/postfix]$ postmap -q rootservices.net
> mysql:/etc/postfix/mysql-transport.cf
> virtual
As I suspected, you override your virtual_transport setting with
transport_maps. Stop that, and unless you have very good reasons
you should not use the potentially high-latency mysql table type
for transport_maps. Any delays will delay delivery of all messages.
Since Postfix 2.0, transport_maps is no longer needed for virtual
mailbox domains.
-- Magnus Bäck
|
|
|