CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/05/09 11:04:55
Modified files:
usr.sbin/smtpd : dns.c lka.c mta.c smtp.c smtpd.h
Log message:
- New API to handle all DNS query types (A, MX, PTR) asynchronously.
- Improve RFC compliance: CNAMEs are resolved, equal preference MXs
are randomized, relaying via MX that has equal/lower preference
than local server is prevented, decision on when to treat domain
name as implicit MX is better.
ok gilles@
