Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I add a virtual domain

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
Hello,


I am using a Linux Server with Qmail ... I have a domains
working with many users receiving and sending email.
Now I have to add a new virtual domain , where my users
also go to send and receive email..
How can I do this ... If possible send me step by step.

Thanks


Ely Alves
 
Hi,
If you are using Netconf ar Linuxconf it's very simple. Go to "IP aliases for virtual hosts" anda virtual host on the interface you want.
And edit httpd.conf.
Here is what one of my virtual host setting under httpd.conf
<VirtualHost 192.168.0.15>
ServerAdmin hostmaster@wiplash.com
ServerName Documentroot /opt/wiplash
Options Execcgi Followsymlinks
and like that ........
</VirtualHost>

regards
Krischirst
 
Above message talks about how to support virtual host
in Apache server.

As I know, Qmail supports virtual host.
but you must install some other software:
like vpopmail,...
 
I think that you didn´t understand my doubt. I said that
I´ve a Linux Server working ok with one domain and receiveing and sending email with qmail.
Now I have to configure a new domain in this server.
This new domain is working in internet.. it is working with
web and dns in the Windows 2000 server.
I need to configure this new domain inside linux for my users to send and to receive emails.
I use qmail .

Thanks

Ely Alves
 
How to create html file by using linux?
how to make the virtual host work ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top