Multi "daemon" keyword
Hi everyone,
i remember ( even if it's not well-documented ) that there is the possibility to specify more than one daemon keyword on outbound channel, to route messages on more mta server.
Which is the correct syntax?
daemon [xxx.xxx.xxx.xxx] daemon [xxx.xxx.xxx.xxx]
or
daemon [xxx.xxx.xxx.xxx] [xxx.xxx.xxx.xxx]
square brackets are necessary ?
thanks in advance
regards!!
caius from Rome
[452 byte] By [
caius1a] at [2007-11-26 14:43:36]

# 1
Hi,
You cannot specify more then one hostname for this keyword. If you want to have more then one outgoing system you need to use the power of DNS :)
e.g. create a dummy dns record which has multiple MX records:
outmta.mydomain.com INMX10outbox1.mydomain.com
INMX10outbox2.mydomain.com
INMX20outbox3.mydomain.com
(in this exampel as outbox3 has less priority it should only be used when outbox1 & 2 are not contactable)
Then use daemon outmta.mydomain.com
Regards,
Shane.