]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/integration.texi
Mention of nncp-cfgnew
[nncp.git] / doc / integration.texi
index 098e87726fce61f6d2b5837c8259623cae785ff3..2c24c19fad9db83859b786e5f90a65d99f967f19 100644 (file)
@@ -55,7 +55,7 @@ delivery via NNCP:
 @example
 /usr/local/etc/postfix/master.cf:
 nncp      unix  -       n       n       -       -       pipe
-  flags=FRqhu user=nncp argv=nncp-exec -quiet $nexthop sendmail $recipient
+  flags=Rqhu user=nncp argv=nncp-exec -quiet $nexthop sendmail $recipient
 @end example
 
 This runs the @command{nncp-exec} command to place outgoing mail into
@@ -67,11 +67,21 @@ shell meta characters in command-line parameters.
 
 Pay attention to @code{flags}, containing @code{R}, telling Postfix to
 include @code{Return-Path:} header. Otherwise that envelope sender
-information will be lost. Possibly you will also need somehow to
+information may be lost. Possibly you will also need somehow to
 preserve that header on the receiving side, because @command{sendmail}
 command will replace it. For example you can rename it before feeding to
 @command{sendmail} with
-@code{reformail -R Return-Path: X-Original-Return-Path: | sendmail}.
+@code{reformail -R Return-Path: X-Original-Return-Path: | sendmail}, or
+extract with:
+
+@verbatiminclude sendmail.sh
+
+Also pay attention that @command{maildrop} does not like @code{From_}
+mbox-style header, so you possibly want:
+
+@example
+mailbox_command = reformail -f0 | maildrop -d $@{USER@}
+@end example
 
 @item Specify that mail for @emph{example.com}, should be delivered via
 NNCP, to a host named @emph{nncp-host}: