Add text to faq entry (id="ispmail") about delivering mail with sendmail
on PPP start up. Submitted by: Christoph Sold <christoph.sold@pk.she.de> (on -doc.)
This commit is contained in:
parent
3ed8079743
commit
bd46d71625
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4245
1 changed files with 11 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue