dns.c: Increase DNS packet buffer to 64K.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 8 Apr 2010 08:36:40 +0000 (09:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 27 Apr 2010 12:56:25 +0000 (13:56 +0100)
commitddd426ff7e5d8a25ef776f2b12de503a77159388
treef710355c82f9982d195db2c28bd098406c42ebf8
parente7392cec2d435b867af537c0a46ef77ba600abb8
dns.c: Increase DNS packet buffer to 64K.

Otherwise qmail-remote fails on sites that return more than 512 bytes of
stuff to ANY queries, and you get bounces.  We have a sufficiently
recent resolver library that it will automatically fall back to TCP to
fill the buffer, and 64K per outgoing message is not a big deal.
debian/changelog
dns.c