Page 1 of 1

Vhost Block OPTIONAL (Previously known as vhosts.conf)

Posted: Tue Dec 05, 2006 5:03 am
by DragonRyder
do i have to set the parts i placed in Bold?

vhost {
vhost my.own.personal.vhost.com;
from {
userhost [email protected];
userhost [email protected];
};
login mynick;
password mypassword;
swhois "Im Special";
};

or can i just do this

vhost {
vhost Welcome.To.AOHELL.Net;
from {
userhost *@*ipt.aol.com;
};
swhois "Can We Give You 3 More Months For Free?";
};

Posted: Tue Dec 05, 2006 6:31 am
by Stealth
yes.

VHosts require a login and password used with the /vhost command.

If you want to give everyone the same vhost, then you should look for a services module for that.

Posted: Tue Dec 05, 2006 1:48 pm
by DragonRyder
well i only want to give a specific host a preset vhost.

and thanks for the information, it helped alot, will look for a module now.

again thanks.