masqmail

diff man/masqmail.8 @ 354:08932c629849

reworked the route concept; removed the idea of the localnet Renamed to reflect the actual meaning more clearly: s/online_routes/query_routes/g s/local_net_route/permanent_routes/g Removed local_nets, which are now represented by allowed_recipients in a permanent route. (See. examples/localnet.route) There is no more abiguity between `local' and `local net'. Run admin/config-transition on your config to learn how to update it.
author markus schnalke <meillo@marmaro.de>
date Sun, 04 Sep 2011 11:25:38 +0200
parents 1ca9bc4c6552
children 35c5239ebcc1
line diff
     1.1 --- a/man/masqmail.8	Sun Sep 04 10:23:00 2011 +0200
     1.2 +++ b/man/masqmail.8	Sun Sep 04 11:25:38 2011 +0200
     1.3 @@ -87,8 +87,8 @@
     1.4  
     1.5  Do a single queue run.
     1.6  Try to deliver all messages in the queue.
     1.7 -Masqmail sends to addresses on the local host, on the local net,
     1.8 -and to remote ones, if available online routes permit.
     1.9 +Masqmail sends to addresses on the local host
    1.10 +and to remote ones, if available online routes permit it.
    1.11  That means, masqmail sends all queued mail it can.
    1.12  Online detection is done with the configured
    1.13  method (see \fBonline_query\fR in \fBmasqmail.conf(5)\fR).
    1.14 @@ -101,7 +101,7 @@
    1.15  
    1.16  The route configuration for \fINAME\fP is read and queued mail
    1.17  to matching remote recipients is sent.
    1.18 -(See \fBonline_routes.\fINAME\fR in the main config file.)
    1.19 +(See \fBquery_routes.\fINAME\fR in the main config file.)
    1.20  
    1.21  You may want to use this option in scripts that run as soon as a link
    1.22  to the internet has been set up (e.g. ip-up).