[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] 2 domains one website



> 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