This is a discussion on Re: Help with virtual setup within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Tuesday, January 27, 2004 at 14:13 CET, tech@fast-net-usa.com wrote: > As I explained last ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tuesday, January 27, 2004 at 14:13 CET,
tech@fast-net-usa.com wrote: > As I explained last night, I have postfix set up and running along > with ipop3. I now need to set up the server to accept mail for > non-local domains. >=20 > My question is this, I have read in the docs that there are two > different virtual setups: >=20 > 1. Virtual alias domains >=20 > and >=20 > 2. virtual mailbox domains >=20 > I am confused as to which to use and also the difference between the > two, would someone please explain the difference. Virtual alias domains are domains in which the addresses are aliased to other addresses, eventually in other domains. Virtual mailbox domains are domains where the mail is delivered directly to mailboxes. The difference between virtual mailbox domains and local domains is that local domains requires the users to exist as real Unix users. > I am also assuming that I now have to set up the aliases hash db and > to put into this file all the domains that do not reside on the mail > server that I want to accept mail for, like so: >=20 > johndoe@remotedomain.com ----> johndoe Yes. This would is a virtual alias map. > This is my understanding that any mail sent to the server for > johndoe@remotedomain.com will be deliverd to the local mail box for > johndoe, John Doe will then be able to pullmail of this server with > his Outlook mail client. Not quite. If you do not qualify the addresses in the RHS of the virtual alias map, $myorigin will be added. Since $myorigin won't necessarily be in mydestination, the mail might not be delivered to Mr Doe's local mailbox. --=20 Magnus B=E4ck magnus@dsek.lth.se |