From 84481e5e4bc054117f7ed1a7871b36434ac9a187 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Sun, 14 Apr 2002 19:24:28 +0000 Subject: [PATCH] Fix up submit.cf alternation instructions in light of new SENDMAIL_SUBMIT_MC make.conf knob. MFC after: 1 week --- etc/mail/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/etc/mail/README b/etc/mail/README index 1a567e7c2404..6c00ebf9f9d1 100644 --- a/etc/mail/README +++ b/etc/mail/README @@ -17,10 +17,12 @@ rc.conf option. However, if both sendmail_enable and sendmail_submit_enable are set to "NO", you must do one of two things for command line submitted mail: -1. Designate an alternative MTA for the submission agent to contact - by altering /etc/mail/submit.mc and using 'make submit.cf' in - /etc/mail/. Change the FEATURE(msp) line to FEATURE(msp, hostname) - where hostname is the fully qualified hostname of the alternative MTA. +1. Designate an alternative host for the submission agent to contact + by altering /etc/mail/freebsd.submit.mc (or setting SENDMAIL_SUBMIT_MC + in /etc/make.conf to an alternate .mc file) and using + 'make install-submit-cf' in /etc/mail/. Change the FEATURE(msp) line + to FEATURE(msp, hostname) where hostname is the fully qualified hostname + of the alternative host. Or: