On Friday 11 September 2009 06:34:39 maike wrote: > Hello people, I wonder if anyone has implemented a list of Milaman > redundant with Heartbeat. I've been searching the list but have not found > anything, my network. > > correioa [postfix-mailman] -> smtpa > correiob [postfix-mailman] -> smtp > > if correioa or b stay out the mailman service is not compromised. If > someone can help me I am grateful.
You should put /var/lib/mailman on drbd so that archives are shared between the 2 nodes. If you're going to let people create mailing lists (as opposed to creating a couple at install time and not adding any more ever), you should also put /etc/mail on drbd to share mailman aliases. I assume you'll be running httpd as well, you should make ServerName in apache config the same on both nodes: that of your cluster ip. Other than that I can't think of any gotchas. Dima -- Dimitri Maziuk Programmer/sysadmin BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
