Vhost Block OPTIONAL (Previously known as vhosts.conf)

These are old archives. They are kept for historic purposes only.
Post Reply
DragonRyder
Posts: 51
Joined: Tue Feb 21, 2006 5:02 am
Location: USA, OH
Contact:

Vhost Block OPTIONAL (Previously known as vhosts.conf)

Post 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?";
};
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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.
DragonRyder
Posts: 51
Joined: Tue Feb 21, 2006 5:02 am
Location: USA, OH
Contact:

Post 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.
Post Reply