[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] 2 domains one website
- Subject: Re: [cobalt-users] 2 domains one website
- From: "[ AVANT INTERNET ] Silvester v.d. Leer" <cobaltusers@xxxxxxxxx>
- Date: Sun Jan 21 09:44:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
no it won't brake the original site GUI,
what is does is just an extra virtualhost with a connection to the first.
same for sendmail.cw/virtusertable
> > To use 2 sites on one domain do the following :
> <bigsnip>
> > to catch all email from the 2st domain to be send to the first domain do
> > make the following script :
> > /etc/virtusertable -c`
> > #VSDTM=`grep $MAILBOX /etc/virtusertable -c`
> > VSM=$[$SENDM+$VIRTM]
> > if [ "$VSM" = "0" ]; then
> > cp /etc/sendmail.cw /etc/sendmail.cw.old
> > cp /etc/virtusertable
/etc/virtusertable.old
> > echo $DOMAIN >> /etc/sendmail.cw
> > echo @$DOMAIN $MAILBOX >>
> > using this script wil install the domainnames in the sendmail config.
>
> IMHO
> Using this script will break the gui connection and is a lot to do instead
> of keeping the gui current.
>
> The original concern :
> "we are worried about the 200 domains limit on the raq
> cause most of our costumers have 2 or more domains
> just pointing to the same website "
>
> Let's face it these puppys can only handle so many "<VirtualHost>" before
> they run out of "power". the one thing we still need to know is if they
are
> to both be working domains or which may work better in his case simple dns
> enteries that do not produce a reduction in "power" (I know ... just a
tiny
> bit of memory).
>
> Zeffie
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>