[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Multiple Domain Names on Raq 3
- Subject: RE: [cobalt-users] Multiple Domain Names on Raq 3
- From: "Dan" <dan@xxxxxxxxxxxxx>
- Date: Sun Jan 9 15:33:52 2000
The thing to do is not use "info" as a user name. Use something like
infodomain_name as a user and create an email alias of info for that user.
Creating the alias "info" for all the sites will accomplish what you're
trying for. It's a bit of a pain if you create any common user names as when
a Spammer does a dictionary attack, the user "info" will get mail sent to
info@xxxxxxxxxxxxxxxxxxxxxxxxxxx
--
Dan Kriwitsky
> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of bert_catsburg
> Sent: Sunday, January 09, 2000 11:34 AM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] Multiple Domain Names on Raq 3
>
>
> Babu,
>
> This is also what I am looking at.
> But,
> What happens with email to domainB?
> If somebody sends an email to info@xxxxxxxxxxxx
> Where is it going? To info@xxxxxxxxxxx?
>
> The reason I ask this is that we have to setup
> a number of sites on our system, they all are allmost
> the same domain. Like mydomain.org, mydomain.net and mydomain.com
> Customer has all these domains and he wants only one
> website, but all domains should be accessible via email.
>
> A lot of thanks for your answers.
>
> Regards,
>
> Bert Catsburg
>
>
> > Re:Multiple Domain Names
> >
> > Add the following line in your httpd.conf file at last line
> >
> > Include /etc/httpd/conf/cnames.conf
> >
> > Then create a file /etc/httpd/conf/cnames.conf
> > with at least following contents.
> >
> > <VirtualHost your.ip.number.here>
> > ServerName www.domainB.com
> > ServerAlias domainB.com
> > RedirectPermanent / http://www.domainA.com/
> > </VirtualHost>
> >
> > (you may omit the ServerAlias if you don't need)
> >
> > Now restart the web server.
> >
> > Regards,
> > Babu P. Yogarajah
> >
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>