On Fri, Mar 17, 2000 at 05:09:36AM -0800, Don Owens wrote:
> relay.host instead of to one of relay.host's mail exchangers.  Does
> anyone know how to make qmail use multiple relays for outgoing mail?

changing this line in qmail-remote.c:
  switch (relayhost ? dns_ip(&ip,&host) : dns_mxip(&ip,&host,random)) {
to
  switch (dns_mxip(&ip,&host,random)) {
may accomplish what you want.

Regards, Uwe

Reply via email to