> 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
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"