LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   project on Load balancing of Mail servers (https://www.linuxquestions.org/questions/linux-newbie-8/project-on-load-balancing-of-mail-servers-57270/)

deepagodkhindi 04-29-2003 05:14 AM

project on Load balancing of Mail servers
 
hello,

i'm doing a project on Load Balancing of Mail servers & wanted to know how to go about it. I've planned to use Round robin algorithm.

Can u suggest means of goin' about.

Thanking you,
Deepa

jharris 04-29-2003 05:37 AM

If the delivering MTA supports it then two MX entries in your DNS with the same priority will cause the MTA to randomly pick a mail exchanger. What were you hoping to accomplish by load balancing rather than upgrading your primary MX and having a backup MX?

cheers

Jamie...

deepagodkhindi 04-29-2003 10:22 AM

Hello jamie,

I'm tryin' to balance the mail requests that come at a server. The cluster is not visible to the end user. He sees only a single virtual server, which has any load-balancing algorithm runnin' on it.

Regards,
Deepa

jharris 04-29-2003 10:25 AM

I'm not sure wether http://www.linuxvirtualserver.org will have any useful info for you. Exactly which MX gets used is invisable to the end user anyway, they just send mail to user@domain.net and its gets there. You didn't answer the question about why you were going for a load balanced system instead of upgrading your primary MX?


cheers

Jamie...

deepagodkhindi 04-29-2003 10:33 AM

I'm not using the Internet. I'm balancing the load in my LAN conn. So, there is no question of MX records. I think i've gone throu' the linuxvirtualserver site. But, i didn't find it useful.
I wanted to know how to go about it ?

Regards,
Deepa

jharris 04-30-2003 02:34 AM

Quote:

Originally posted by deepagodkhindi
I'm balancing the load in my LAN conn. So, there is no question of MX records.
If you don't have any MX records in your DNS then you won't be able to email user@domain.net you'll have to directly use a mail server so user@mailServer.domain.net. If the virtual server site did hold any clues then I'm not sure what to suggest. As mentioned earlier there's not normally a need to load balance an SMTP relay. I take it that you are talking about an incomming mail server rather than a mail server that your users *collect* their mail from.

cheers

Jamie...


All times are GMT -5. The time now is 03:19 PM.