On Thu, May 18, 2000 at 07:56:53AM -0400, Sam Varshavchik wrote:
This causes all mail for @anand.org to be delivered to me, with the
exception of 2 addresses, which are delivered to another server; the MX
records for anand.org point to that other server. The mail there is put
into a common POP mailbox, and my sister's computer downloads it, and
uses a filter to sort the mail out for herself and my dad. I've looked
in courier's aliases documentation (which handles virtual addressing),
and there apears to be no support for this feature of qmail's virtual
address handling. Any way round it, or have I missed something?
I would try using the following in aliases:
@anand.org: arb
ram...@anand.org: ram...@anand.org
tri...@anand.org: tri...@anand.org
I think that this might work.
This seems to work. Preliminary tests show the mail being handled
correctly. I'll keep an eye for any anomalies. I didn't realise that
complete addresses could be included in the aliases. The makealiases
man page led me to believe that only domain names were allowed on the
left hand side.