On 10/30/10 17:23, Peter J. Philipp wrote:
On Sat, Oct 30, 2010 at 04:55:36PM +0200, Gilles Chehade wrote:
Hi tech@,
A new tarball with all reported issues fixed is available at:
http://www.poolp.org/~gilles/smtpd-asyncdns.tar.gz
smtpd now catches changes in /etc/resolv.conf and should work fine with
inet6 records.
I have done some stress testing here and it's been stable.
asr has also been improved by eric@ who cleaned up code, fixed some bugs
and added tcp support, honors the family keyword in /etc/resolv.conf.
Please test fast and report issues so that we can move to the next
features ;-)
Gilles
Hi,
Is this a typo? on line 40 in asr.c
#define DEFAULT_CONF "lookup bind file\nameserver 127.0.0.1\n"
should it be
"lookup bind file\nnameserver 127.0.0.1\n"?
regards,
-peter
It was a typo indeed, tarball has been updated and also contains a fix for
a crash experienced by todd@ when using "relay via"
Gilles