Mercurial > masqmail
comparison acconfig.h @ 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 | 89f951be358f |
children | 4fd237550525 |
comparison
equal
deleted
inserted
replaced
203:45acc5727493 | 204:5745edd5b769 |
---|---|
5 #undef USE_LIBLOCKFILE | 5 #undef USE_LIBLOCKFILE |
6 | 6 |
7 #undef ENABLE_DEBUG | 7 #undef ENABLE_DEBUG |
8 | 8 |
9 #undef ENABLE_RESOLVER | 9 #undef ENABLE_RESOLVER |
10 | |
11 #undef ENABLE_SMTP_SERVER | |
12 | 10 |
13 #undef ENABLE_AUTH | 11 #undef ENABLE_AUTH |
14 | 12 |
15 #undef ENABLE_MAILDIR | 13 #undef ENABLE_MAILDIR |
16 | 14 |