Multiple Mail Server

D

dino.d

Guest
Guys,

Is it possible to set up multiple mail server on a single linux server?

-dino
 


It probably is, but why would you want to? Multiple mail server will just add strain to the system.
 
Yes, it possible to set up multiple mail server on a single linux server, at first install linux box and in zimbra mail server , and create different domain.
 
  • Forward zone for example.tst:
Code:
			IN MX 10	mail.example.tst.
mail.example.tst.	IN A		192.168.10.1
  • Reverse zone for example.tst:
    Code:
    192.168.10.1		IN PTR	mail.example.tst.
 
It probably is, but why would you want to? Multiple mail server will just add strain to the system.
I have set up multiple dedicated qmail servers, each one handling multiple domains, with little stress on the server. At the time I first started to install these, 12 years ago, qmail through stress tests, was rated as handling at least 50,000 20,000 messages per day. With today's more powerful computers, faster Internet, and multiple Ethernet connections, this limit would be much higher. I have never used Zimbra, but I would guess there should not be a problem, if configured correctly.
 
Last edited:

Members online


Latest posts

Top