CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/07/08 09:48:00
Modified files:
usr.sbin/smtpd : parse.y smtpd.conf.5 util.c
Log message:
- plug text_to_relayhost() in parse.y to support relay URLs.
- document the new URL syntax in smtpd.conf.5
- replace starttls:// schema with tls://
Beware, "relay via" rules should now be expressed with a relay URL:
accept [...] relay via "mx1.example.org" smtps port 465
becomes accept [...] relay via "smtps://mx1.example.org"
This will allow using mappings of relays with different protocols and
options.
Make sure to update your smtpd.conf if you relay via !
ok eric, ok chl