Cameron Smith wrote: > > Yeah! > Since I already have that in place for http and mysql I just wanted to know > if there was anything unique I need to do for postfix config for when it is > running on primary (managed by heartbeat) and how do I handle the sending of > system emails on the secondary since postfix will be down there?
You don't really need drbd for mail storage: all you need's nfs-mounted maildirs. Nor should you need to shut down postfix on the secondary node. (If you want it to bind to cluster ip, you'll need to restart it on both nodes during failover, but that has nothing to do with sending system mail). Dima _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
