CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/29 16:16:15
Modified files:
usr.sbin/smtpd : mail.lmtp.c parse.y smtpd.conf.5
Log message:
it turns out we can provide syntaxic sugar for an LMTP action in smtpd.conf
which should please our users ;-)
while at it get rid of unix:/inet: prefixes in LMTP destinations, we either
use an absolute path for a UNIX socket or it's necessarily a network socket
so '/' as the first char of the destination makes the prefixes irrelevant.
