diff --git a/en_US.ISO8859-1/books/handbook/mail/chapter.sgml b/en_US.ISO8859-1/books/handbook/mail/chapter.sgml index 3854b56bb3..7796cf3536 100644 --- a/en_US.ISO8859-1/books/handbook/mail/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/mail/chapter.sgml @@ -1155,7 +1155,7 @@ freefall MX 20 who.cdrom.com After installing security/cyrus-sasl, edit /usr/local/lib/sasl/Sendmail.conf - (or create it if it doesn't exist) and add the following + (or create it if it does not exist) and add the following line: pwcheck_method: passwd @@ -1201,8 +1201,8 @@ SENDMAIL_LDADD=-lsasl 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 + 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 uniqueness. Add these lines to it: dnl set SASL options @@ -1219,9 +1219,9 @@ define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl Finally, run &man.make.1; while in /etc/mail. - That will run your new .mc file and create a .cf file named + That will run your new .mc file and create a .cf file named freebsd.cf (or whatever name you've used - for your .mc file). Copy that to sendmail.cf, + for your .mc file). Copy that to sendmail.cf, and send a kill -HUP signal to sendmail.