Rolf E. Sonneveld: > Hi, all, > > sorry if this has been asked before, I browsed the archives and could > not find this mentioned. Running Postfix 2.8.6. I'm planning to use the > Dovecot SASL implementation. Is there a way to define multiple Dovecot > servers to achieve redundancy and to prevent problems in case one > Dovecot server / process is down?
At this time, multiple servers would require inet:host:port where "host" resolves to multiple IP addresses. /etc/postfix/main.cf: smtpd_sasl_path = inet:host:port I recall that Linux won't allow you to do that with /etc/hosts, so you'll have to use DNS or *BSD. Wietse