_If_ I want to use this diff, Do this: cd /etc/mail ln -s ../../usr/src/contrib/sendmail/cf/cf/submit.mc `hostname`.submit.mc else a make in etc/mail does this, installing an uncustomised generic: cp freebsd.submit.mc `hostname`.submit.mc /usr/bin/m4 -D_CF_DIR_=/usr/share/sendmail/cf/ \ /usr/share/sendmail/cf/m4/cf.m4 `hostname`.submit.mc > \ `hostname`.submit.cf However, I currently merely note SASL things, but use the standard submit.cf until I get into what Submit can do for me. *** 4.11-RELEASE/src/contrib/sendmail/cf/cf/submit.mc.~1~ Mon Aug 9 02:15:35 2004 --- jhs/src/contrib/sendmail/cf/cf/submit.mc Wed Jun 21 00:38:25 2006 *************** *** 21,26 **** --- 21,35 ---- define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet define(`confTIME_ZONE', `USE_TZ')dnl define(`confDONT_INIT_GROUPS', `True')dnl + + dnl Name=NoMTA rec. by ports/security/cyrus-sasl/files/Sendmail.README + dnl I jhs have not yet tried running a system with this patch applied. + dnl disables SMTP AUTH on the loopback interface. Otherwise you may get + dnl the following error in the log: + dnl error: safesasl(/usr/local/etc/sasldb) failed: Group readable file + dnl when sending mail locally (seen when using pine locally on same server). + dnl DAEMON_OPTIONS(`Name=NoMTA, Addr=127.0.0.1, M=EA')dnl + dnl dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1] FEATURE(`msp', `[127.0.0.1]')dnl