Steve,

it is just easy.

1. Setup your Mailserver with only 1 IP Address.
2. Modify your zonefiles (DNS) by adding a subdomain (e.g. mail.) to each
domain pointing to the IP address you used for the mailserver. And change
the MX record to resolve to this subdomain.
3. Set SMTP Security to Relay Mail for the IP Adresses you used on your two
Webservers (either each address or a subnet if applicable)
4. Create Vitual Host on your Mailserver for each Domain you need and add
the subdomain you used in your zonefiles as hostalias.

Thats it. Here an example:

Assume:
Mailserver IP: 192.168.0.1
Domainname: foobar.com
Subdomain for Mailserver: mail.foobar.com
IP for foobar.com: 192.168.0.2

Your zonefile should look like:

@ IN SOA ns1.yournameserver.net. postmaster.yournameserver.net. (
2001031501 43200 3600 604800 86400 )
                IN NS ns1.yournameserver.net.
                IN NS ns2.yournameserver.net.
localhost       IN A 127.0.0.1
                IN A 192.168.0.2
www             IN A 192.168.0.2
mail            IN A 192.168.0.1
                IN MX 10 mail.foobar.com.

On your IMAIL Server you add:

1. Virtual Host for foobar.com with hostalias name mail.foobar.com.
2. In SMTP SECURITY add IP 192.168.0.2 in "Relay for" (this is only
necessary if you like your customers to send emails via a mail form from
foobar.com using the mailserver mail.foobar.com)

Hope this helps.

Regards

Michael




> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im Auftrag von Steve Usrey
> Gesendet: Donnerstag, 15. März 2001 03:14
> An: [EMAIL PROTECTED]
> Betreff: [IMail Forum] How can I use one IMAIL server...
>
>
> I have two NT webservers with about 50IPs/Domains
> collectively. I want to
> use one Imail Server on a different box to provide mail to my
> clients on the
> first two NT servers. I am not really sure where to look for
> assistance
> here. Any guidance is appreciated.
>
> Thanks in advance!
> Steve
>
>
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>
> An Archive of this list is available at:
> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>
>


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to