From ce0c15a59d46f93e13d38e4110ad2212ffe3d3f8 Mon Sep 17 00:00:00 2001 From: Martin Heinen Date: Sun, 15 Dec 2002 16:53:40 +0000 Subject: [PATCH] - Combine multiple screen-elements into one element. - Use instead of for configuration files. - Add a missing semicolon. - Fix the link to the SMTP-auth page. --- .../books/handbook/mail/chapter.sgml | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/mail/chapter.sgml b/en_US.ISO8859-1/books/handbook/mail/chapter.sgml index 5e7fd58307..3854b56bb3 100644 --- a/en_US.ISO8859-1/books/handbook/mail/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/mail/chapter.sgml @@ -1158,7 +1158,7 @@ freefall MX 20 who.cdrom.com (or create it if it doesn't exist) and add the following line: - pwcheck_method: passwd + pwcheck_method: passwd This method will enable sendmail to authenticate against your FreeBSD passwd @@ -1172,9 +1172,9 @@ freefall MX 20 who.cdrom.com Now, edit /etc/make.conf and add the following lines: - SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL - SENDMAIL_LDFLAGS=-L/usr/local/lib - SENDMAIL_LDADD=-lsasl + SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL +SENDMAIL_LDFLAGS=-L/usr/local/lib +SENDMAIL_LDADD=-lsasl These lines will give sendmail the proper configuration options for linking @@ -1187,11 +1187,11 @@ freefall MX 20 who.cdrom.com Recompile sendmail by executing the following commands: - &prompt.root; cd /usr/src/usr.sbin/sendmail - &prompt.root; make cleandir - &prompt.root; make obj - &prompt.root; make - &prompt.root; make install + &prompt.root; cd /usr/src/usr.sbin/sendmail +&prompt.root; make cleandir +&prompt.root; make obj +&prompt.root; make +&prompt.root; make install The compile of sendmail should not have any problems if /usr/src has not been changed extensively, @@ -1202,13 +1202,13 @@ freefall MX 20 who.cdrom.com After sendmail has been compiled and reinstalled, edit your /etc/mail/freebsd.mc file, or whichever file you use as your .mc file. Many administrators - choose to use the output from &man.hostname.1 as the .mc file for + choose to use the output from &man.hostname.1; as the .mc file for uniqueness. Add these lines to it: - dnl set SASL options - TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl - define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl - define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl + dnl set SASL options +TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl +define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl +define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl These options configure the different methods available to sendmail for authenticating users. @@ -1234,8 +1234,9 @@ freefall MX 20 who.cdrom.com /var/log/maillog for any errors. For more information, please see the sendmail - page regarding SMTP authentication. - + page regarding + + SMTP authentication.