Mercurial > masqmail
comparison INSTALL @ 164:5b621742b2e7
removed the mserver feature
i.e. the functionality itself in the code
the `mserver' value of online_detect and `mserver_iface' config options
and the --enable-mserver configure option
All functionality, however, is still available through mservdetect
author | meillo@marmaro.de |
---|---|
date | Thu, 08 Jul 2010 22:01:33 +0200 |
parents | 3914d7cabfbc |
children | f72de1e00fa5 |
comparison
equal
deleted
inserted
replaced
163:3914d7cabfbc | 164:5b621742b2e7 |
---|---|
69 --disable-smtp-server disable SMTP server support. You may want this if you do | 69 --disable-smtp-server disable SMTP server support. You may want this if you do |
70 not need masqmail to listen. In this case, you cannot use masqmail as a smart | 70 not need masqmail to listen. In this case, you cannot use masqmail as a smart |
71 host for other hosts on your LAN, you cannot use mail clients that send SMTP, | 71 host for other hosts on your LAN, you cannot use mail clients that send SMTP, |
72 you cannot even use pine. In short, use of this option is discouraged unless | 72 you cannot even use pine. In short, use of this option is discouraged unless |
73 your resources are extremely limited. | 73 your resources are extremely limited. |
74 | |
75 --enable-mserver enable online detection by connecting to the mserver | |
76 (masqdialer system). | |
77 | 74 |
78 --with-libcryto instead of using the md5 and hmac functions within the package, | 75 --with-libcryto instead of using the md5 and hmac functions within the package, |
79 link dynamically with libcrypto. This applies only if you have pop3 or SMTP | 76 link dynamically with libcrypto. This applies only if you have pop3 or SMTP |
80 AUTH enabled. Makes only sense if your resources are limited and you have | 77 AUTH enabled. Makes only sense if your resources are limited and you have |
81 libcrypto installed. Untested. | 78 libcrypto installed. Untested. |
177 delivered immediately using the route configuration, you have two | 174 delivered immediately using the route configuration, you have two |
178 possibilities: | 175 possibilities: |
179 | 176 |
180 * if you are using the masqdialer system, you just have to set the | 177 * if you are using the masqdialer system, you just have to set the |
181 variables online_detect to pipe and online_pipe to something like | 178 variables online_detect to pipe and online_pipe to something like |
182 /usr/bin/mservdetect localhost 222 | 179 /usr/bin/mservdetect localhost 224 |
183 if mserver is running on localhost and listens on port 222. See the | 180 if mserver is running on localhost and listens on port 224. See the |
184 man page to mservdetect(1). | 181 man page to mservdetect(1). |
185 | 182 |
186 * otherwise you have to add two commands in your ip-up script: | 183 * otherwise you have to add two commands in your ip-up script: |
187 echo "$6" >/var/run/masqmail/masqmail-route | 184 echo "$6" >/var/run/masqmail/masqmail-route |
188 chmod 644 /var/run/masqmail/masqmail-route | 185 chmod 644 /var/run/masqmail/masqmail-route |