X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=doc%2Fintegration%2Fexim.texi;h=d1195c43f9c20191065dbefb889bb155c458e8ab;hp=26472ea46291ce907881daa971eaa9fac558c088;hb=203dfe36da7adf2b3089e4fa4017a67409cbad70;hpb=152ecfdf11766df967a504efaef7b5ba77e6f5d7 diff --git a/doc/integration/exim.texi b/doc/integration/exim.texi index 26472ea..d1195c4 100644 --- a/doc/integration/exim.texi +++ b/doc/integration/exim.texi @@ -1,4 +1,5 @@ @node Exim +@cindex Exim integration @section Integration with Exim This section is unaltered copy-paste of @@ -17,6 +18,8 @@ eventual delivery (over the Internet, LAN, whatever). This is fairly simple in Exim. +@pindex bsmtp +@pindex rmail We actually have two choices for how to do this: @command{bsmtp} or @command{rmail} mode. bsmtp (batch SMTP) is the more modern way, and is essentially a derivative of SMTP that explicitly can be queued @@ -96,6 +99,7 @@ exec: @{ The @option{-bS} option is what tells Exim to receive BSMTP on @code{stdin}. +@vindex MAIN_TRUSTED_USERS Now, you need to tell Exim that nncp is a trusted user (able to set From headers arbitrarily). Assuming you are running NNCP as the @code{nncp} user, then add @code{MAIN_TRUSTED_USERS = nncp} to a file such as