I'm working on migrating a host that has about 30 domains on it from
sendmail to qmail. It supports what can be classified into three types of
addresses:
o Local users addresses: [EMAIL PROTECTED], [EMAIL PROTECTED]
o Generic/virtual addresses: [EMAIL PROTECTED], [EMAIL PROTECTED]
o Catch-all addresses: [EMAIL PROTECTED], [EMAIL PROTECTED]
For example, panopticon.com has several addresses:
[EMAIL PROTECTED]: local user sasha
[EMAIL PROTECTED]: local user jane
[EMAIL PROTECTED]: invocation of majordomo, specific to panopticon.com
*@panopticon.com: local user bjorn (catch all)
This was easy to do with virtusertable/aliases in sendmail, but I cant
figure out how to do it easily with qmail. According to the docs, if a
domain is listed in locals, the mail is delivered locally, without
consulting virtualdomains. But without listing the domain in locals,
qmail will not attempt a local delivery (unless you have an entry for
every user in virtualdomains (which is not so good if you have several
hundred local users in addition to the virtual and catch-all addresses for
a given domain).
Any help is greatly appreciated...
Aa.