This is a discussion on Re: postfix beginner configuration mail server within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Friday, October 08, 2004 at 14:09 CEST, Pascal Desroche <pascal@ker.org> wrote: > I'm ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Friday, October 08, 2004 at 14:09 CEST,
Pascal Desroche <pascal@ker.org> wrote: > I'm gonna ask things that are surely answered in the docs but i've > spent the night running through online docs and i ask for a little > help now; >=20 > At least i can receive mail with this address. >=20 > So, i run a web server and a mail server. >=20 > I have a few domains hosted on the server, and i'd like to allow each > domain to have an email address that redirects=20 > - to a linux user account on the server=20 > and/or > - to an email address out of the server >=20 > if the domain is called thisdomain.tld > thisname@thisdomain.tld -> thislinuxuser and/or othername@otherdomain.t= ld >=20 > The only thing i could get working is managing emails for users having > an account on the server... I assume you use virtual alias domains. In that case, define virtual aliases like this: thisname@thisdomain.tld thislinuxuser@localhost, othername@otherdomain= ..tld Note: The @localhost part assumes that "localhost.$mydomain" is listed in mydestination. If $myorigin happens to be a local domain, you can omit @localhost from the virtual alias RHS. --=20 Magnus B=E4ck magnus@dsek.lth.se |