How to host multiple mail domains with courier?
Posted
by Dave Vogt
on Server Fault
See other posts from Server Fault
or by Dave Vogt
Published on 2009-10-15T16:19:13Z
Indexed on
2010/03/31
23:03 UTC
Read the original article
Hit count: 546
I had my server set up with generic aliases in
/etc/courier/aliases/users
, which worked fine. But today I wanted to host some new domains, where addresses overlap.
What I need is that [email protected] goes to account "dv", but [email protected] goes to account "d2". So I set up a new file containing fully qualified addresses ([email protected]: dv
) instead of the previous dave: dv
.
But somehow, courier-smtpd doesn't accept mail to these addresses anymore. makealiases -dump
prints all the aliases the way they should be.. so i'm a bit stuck.
© Server Fault or respective owner