CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/11/12 14:02:42
Modified files:
usr.sbin/smtpd : parse.y smtpd.conf.5
Log message:
a long long time ago, there was no such thing as "from socket" and the
socket listener was tagged "local" so we could trick "from local" into
matching non-network connections.
this hack was removed years ago and the socket listener still had this
"local" tag hardcoded. this commit teaches parse.y how to assign a tag
to a socket listener and removes the hardcoded "local".