On Sun, 2003-11-16 at 19:06, Thomas Hug wrote:
On Sun, 16 Nov 2003 19:02, Martin List-Petersen wrote:
i don't know how much interests there are with the recent spam attacks.
i had to disable catchall functions for some domains because some
spamers abused randomly selected senderadresses. because all sender
addresses were valid, these domains got flooded by mailerdaemon answers
:)
Catchall should allready be handled in postfix, not in maildrop. You
assign the catchall to one of your virtual accounts.
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.