CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/25 13:26:40
Modified files:
usr.sbin/smtpd : lka.c mta.c parse.y queue.c smtpd.h
Log message:
- recent change in parse.y caused htons() to be called twice on the port
provided to "relay via" rules, once in parse.y once in lka.c, fix.
- rename struct address to struct relayhost, introduce struct mxhost which
not only holds the sockaddr_storage, but also additionnal flags we
want forwarded to the mta process.
- propagate the change