diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-02-08 06:53:37 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-02-08 06:53:37 +0000 |
| commit | bd46d71625c0084b371b90c160e83e347893500e (patch) | |
| tree | cfc6be212d325d6276acf29b1fa70f80d3fb13af | |
| parent | 3ed8079743927e990d5d6368fd83d1e5f591d294 (diff) | |
Notes
| -rw-r--r-- | FAQ/admin.sgml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/FAQ/admin.sgml b/FAQ/admin.sgml index e1f94ffee8..50995bf04f 100644 --- a/FAQ/admin.sgml +++ b/FAQ/admin.sgml @@ -1,4 +1,4 @@ -<!-- $Id: admin.sgml,v 1.18 1999-02-06 19:03:54 dillon Exp $ --> +<!-- $Id: admin.sgml,v 1.19 1999-02-08 06:53:37 jkoshy Exp $ --> <!-- The FreeBSD Documentation Project --> <sect> @@ -793,6 +793,16 @@ !bg su user -c fetchmail </verb> + <p>If you are using <tt>sendmail</tt> (as shown below) to deliver mail to + non-local accounts, put the command + + <verb> + !bg su user -c "sendmail -q" + </verb> + + after the above shown entry. This forces sendmail to process your + mailqueue as soon as the connection to the 'net is established. + <p>I'm assuming that you have an account for <tt/user/ on <tt/bsd.home/. In the home directory of <tt/user/ on <tt/bsd.home/, create a <tt/.fetchmailrc/ file: |
