On Sun, 2003-11-16 at 19:19, Thomas Hug wrote:
On Sun, 16 Nov 2003 19:10, Martin List-Petersen wrote:
i "delegate" a domain to maildrop via the transport table. maildrop
decides if an account is valid or not. how would you use a mix between
single accounts and a catchall account?
I also delegate domains to maildrop via the transport table. The
mix of catchall and single accounts is archieved by adding an entry for
every account in the virtual table:
acco...@domain.com acco...@domain.com
acco...@domain.com acco...@domain.com
acco...@domain.com acco...@domain.com
@domain.com account2@domain.com
It's not a beauty, but it works.
if i have an entry
domain.com maildrop:
in my transport table, postfix does not care entries in the virtual_maps
... as i understood this, it is not possible to deliver mails to two
different transports.
when delivering to virtual: or maildrop: postfix does not care about
aliases. It does however look in the virtual_maps.
After been checking the virtual_maps it will go for the transport, means
either local: (where it parses aliases first), virtual: (postfix own way
of delivering via mysql etc.) or maildrop:
You can also check my howto at http://www.marlow.dk/postfix for some
more.