[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: popa3d
Hi,
Am Donnerstag den, 11. April 2002, um 15:37, schrieb Telent:
> << Hi. I have popa3d running on my Open 2.9 and sendmail with auth.
> every thing is working fine with one domain, but I want to add a new
> domain, so I added the domain in relay-domains and in the DNS...
> but when I send a new mail for the new domain... the mail newer
> arrive, and every 4 hours I recibe a warning mail saying that the
> mail could not be deliverated. >>
>
> I don't understand what you're trying to do here. Are you trying to
> host
> two domains on one box? In that case, relay-domains isn't enough. You
> need
> the virtual user table.
You'd need the virtusertable only if you want to strictly seperate your
users.
i.e:
You have two domains: foo.com and foo.org
and four users: mike, john, pete and carl
mike, john and are users of foo.com while
pete and carl are users of foo.org
Then you would need a virtusertable (usally in /etc/mail/).
Without it all four users would get email sent to both domains.
What you definatly need are directives for CW (Local Domains), CG
(Outgoing Domains) and possibly CM (Masq Domains) in your sendmail.cf.
I'd strongly suggest reading
a) http://www.sendmail.org/faq/
b) http://www.sendmail.org/virtual-hosting.html
HTH,
Tom