masqmail-0.2

diff man/masqmail.conf.5 @ 92:10d00e3235f2

updated docs (online_file, mserver_iface) - the default location of the online_file is /var/run/masqmail/masqmail-route - the online file can and should (!) end with a newline (this once was different) - marked the online detect method `mserver' as obsolete
author meillo@marmaro.de
date Mon, 21 Jun 2010 10:04:36 +0200
parents ed34413652fc
children e01fed4846e4
line diff
     1.1 --- a/man/masqmail.conf.5	Mon Jun 21 09:40:16 2010 +0200
     1.2 +++ b/man/masqmail.conf.5	Mon Jun 21 10:04:36 2010 +0200
     1.3 @@ -349,6 +349,8 @@
     1.4  When it is set to \fBmserver\fR, masqmail connects to the masqdialer server
     1.5  using the value of \fBmserver_iface\fR and asks it whether a connection exists and for the name,
     1.6  which should be the name of the current connection as defined with \fBconnect_route.\fIname\fR.
     1.7 +\fBThe mserver detection method is OBSOLETE.\fR
     1.8 +See mserver_iface for a note on how to replace it.
     1.9  
    1.10  No matter how masqmail detects the online status,
    1.11  only messages that are accepted at online time will be delivered using the connection.
    1.12 @@ -361,7 +363,7 @@
    1.13  The file should only exist when there is currently a connection.
    1.14  Create it in your ip-up script with e.g.
    1.15  
    1.16 -echo \-n <name> > /var/run/masqmail/masqmail-route
    1.17 +echo "connection-name" >/var/run/masqmail/masqmail-route
    1.18  
    1.19  chmod 0644 /var/run/masqmail/masqmail-route
    1.20  
    1.21 @@ -390,6 +392,14 @@
    1.22  .TP
    1.23  \fBmserver_iface = \fIinterface\fR
    1.24  
    1.25 +\fBThis option is OBSOLETE\fP, use
    1.26 +
    1.27 +online_method=pipe
    1.28 +
    1.29 +online_pipe="/usr/bin/mservdetect localhost 222"
    1.30 +
    1.31 +instead.
    1.32 +
    1.33  The interface the masqdialer server is listening to.
    1.34  Usually this will be "localhost:224" if mserver is running on the same host as masqmail.
    1.35  But using this option, you can also let masqmail run on another host by setting