Sendmail Version
Gregory Shapiro
gshapiro at freebsd.org
Fri May 9 04:38:47 UTC 2014
> That being said, I understand the challenges of updating files as it relates to
> release etc. That being said, maybe perhaps I should file a bug for it to be
> done.
No need to file a bug, the files are updated if you do a full
buildworld/installworld and then update the files in /etc/mail:
cd /etc/mail
make
make install
make restart
If /usr/share/sendmail/cf/ doesn't contain the new files and you don't
want to do a full installworld, you could:
cd /usr/src/share/sendmail
make obj
make
make install
More information about the freebsd-stable
mailing list