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.
an alternative (also a hack) would be if i define a special domain for
maildrop
@domain.com account
ha...@domain.com ha...@md.domain.com
transport:
domain.com :virtual
md.domain.com :maildrop
but this looks a bit stupid to me ;) then i prefer to not use catchall
at all...
never mind
-tom