1.17: Jan.12,2002:
smtpfeed.8:
this manual page (in English) is provided by Ralf S.
Engelschall <rse@engelschall.com>
dns.c:
some sanity checking in DNS answer packet to avoid coredump.
common.h, dns.c, main.c, lmtp.c:
DNS query concurrency limitation. set -q option to limit.
default is 0 (unlimited). maximum concurrency will be
shown with dnsmaxcq= in log after delivery is completed.
problem reported by Takahiro Kambe
<taca@sky.yamashina.kyoto.jp>
common.h, dns.c, smtp.c:
/opt support in map file.
if you want to try other IP addresses for a MX host when
a transaction (after HELOSENT) with an IP address was failed,
describe "domain MX/a" in the map file.
this option can be applied to each term separated by ':' like
"domain mx1/a:mx2:mx3/a".
based on a request from Koji Kawano
<kawano@eng.trans-cosmos.co.jp>
1.16: Aug.27,2001:
main.c:
"socklen_t" is replaced with "int" to support old platforms
which does not have the "socklen_t" definition.