[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Raq 4 replaces virtual domain e-mail with different domain
- Subject: RE: [cobalt-users] Raq 4 replaces virtual domain e-mail with different domain
- From: "Edward R. Milstein" <eddie@xxxxxxxxxxx>
- Date: Mon Aug 5 09:14:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> It seems that when a user from a virtual domain sends an e-mail the
> virtual
> domain name is replaced with the main site domain name. I'd like to
get
> this fixed but can't seem to put my figure on it.
>
> Any help would be greatly appreciated.
You need to edit the sendmail.cf file located in /etc/mail...
The lines you need to focus on is as follows:
# class E: names that should be exposed as from this host, even if we
masquerade
# class L: names that should be delivered locally, even if we have a
relay
# class M: domains that should be converted to $M
# class N: domains that should not be converted to $M
#CL root
CN virtual_domainname.com
Add your virtual domains to the CN line as I showed above..
I think that is it.
-ed-