Mercurial > masqmail
comparison INSTALL @ 204:5745edd5b769
removed the --disable-smtp-server configure option
masqmail will now always have the possibility to listen on a port compiled in
if you don't want it to listen on a port add this to your masqmail.conf:
listen_addresses = ""
also, if you don't start it as daemon it will not listen neither
author | meillo@marmaro.de |
---|---|
date | Fri, 16 Jul 2010 15:38:53 +0200 |
parents | 45acc5727493 |
children | 4fd237550525 |
comparison
equal
deleted
inserted
replaced
203:45acc5727493 | 204:5745edd5b769 |
---|---|
80 | 80 |
81 --disable-resolver | 81 --disable-resolver |
82 disables resolver support. Without the resolver functions, masqmail | 82 disables resolver support. Without the resolver functions, masqmail |
83 uses only gethostbyname() to resolve DNS names, and you cannot send | 83 uses only gethostbyname() to resolve DNS names, and you cannot send |
84 mail without a smart host. Not recommended. | 84 mail without a smart host. Not recommended. |
85 | |
86 --disable-smtp-server | |
87 disables SMTP server support. You may want this if you do not need | |
88 masqmail to listen. In this case, you cannot use masqmail as a smart | |
89 host for other hosts on your LAN, you cannot use mail clients that | |
90 send SMTP, you cannot even use pine. In short, use of this option is | |
91 discouraged unless your resources are extremely limited. | |
92 | 85 |
93 | 86 |
94 --with-libcryto | 87 --with-libcryto |
95 instead of using the md5 and hmac functions within the package, link | 88 instead of using the md5 and hmac functions within the package, link |
96 dynamically with libcrypto. This applies only if you have SMTP AUTH | 89 dynamically with libcrypto. This applies only if you have SMTP AUTH |