From d143484db05e0de88b8c2333f1aa6c430d497b7f Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Sat, 2 Aug 2003 12:31:57 +0000 Subject: [PATCH] Add application tags for sendmail, and fix some tagging for fetchmail. --- en_US.ISO8859-1/books/handbook/mail/chapter.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/mail/chapter.sgml b/en_US.ISO8859-1/books/handbook/mail/chapter.sgml index 52af7c9217..97cebcf810 100644 --- a/en_US.ISO8859-1/books/handbook/mail/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/mail/chapter.sgml @@ -1132,13 +1132,13 @@ freefall MX 20 who.cdrom.com SMTP with UUCP - The sendmail configuration that ships with FreeBSD is + The sendmail configuration that ships with FreeBSD is designed for sites that connect directly to the Internet. Sites that wish to exchange their mail via UUCP must install another sendmail configuration file. Tweaking /etc/mail/sendmail.cf manually - is an advanced topic. Sendmail version 8 generates config files + is an advanced topic. sendmail version 8 generates config files via &man.m4.1; preprocessing, where the actual configuration occurs on a higher abstraction level. The &man.m4.1 configuration files can be found under @@ -1160,7 +1160,7 @@ contrib/sendmail The best way to support UUCP delivery is to use the mailertable feature. This creates a database - that sendmail can use to make routing decisions. + that sendmail can use to make routing decisions. First, you have to create your .mc file. The directory @@ -1252,7 +1252,7 @@ if-bus.UUCP uucp-dom:if-bus Final hint: if you are uncertain whether some particular mail routing would work, remember the - option to sendmail. It starts sendmail in address test + option to sendmail. It starts sendmail in address test mode; simply enter 3,0, followed by the address you wish to test for the mail routing. The last line tells you the used internal mail agent, the destination @@ -1274,7 +1274,7 @@ parse returns: $# uucp-dom $@ your.uucp.relayIf you have a static IP address, you should not need to adjust anything from the defaults. Set your host name to your - assigned Internet name and sendmail will do the rest. + assigned Internet name and sendmail will do the rest. If you have a dynamically assigned IP number and use a dialup PPP connection to the Internet, you will probably have a @@ -1286,7 +1286,7 @@ parse returns: $# uucp-dom $@ your.uucp.relayrelay.example.net as a mail relay. In order to retrieve mail from your mailbox, you must - install a retrieval agent. Fetchmail + install a retrieval agent. The fetchmail utility is a good choice as it supports many different protocols. Usually, your ISP will provide POP3. If you are using user-PPP, you can automatically fetch your mail when an Internet @@ -1301,7 +1301,7 @@ parse returns: $# uucp-dom $@ your.uucp.relaysendmail process your mailqueue as soon as your Internet connection is established. To do this, put this command after the - fetchmail command in + fetchmail command in /etc/ppp/ppp.linkup. !bg su user -c "sendmail -q"