CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/10 01:59:19
Modified files:
usr.sbin/smtpd : smtpd.c
Log message:
have smtpd errx() at startup if no hostname could be detected either from
a gethostname() call or from a hostname directive in smtpd.conf
discussed with jacekm@, i initially intended to only warn but errx seems to
be a better solution for now
