Mercurial > masqmail
diff config.h.in @ 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 |
line wrap: on
line diff
--- a/config.h.in Fri Jul 16 14:48:17 2010 +0200 +++ b/config.h.in Fri Jul 16 15:38:53 2010 +0200 @@ -9,8 +9,6 @@ #undef ENABLE_RESOLVER -#undef ENABLE_SMTP_SERVER - #undef ENABLE_AUTH #undef ENABLE_MAILDIR @@ -52,9 +50,6 @@ /* If the resolver is to be used */ #undef ENABLE_RESOLVER -/* If the SMTP server is enabled */ -#undef ENABLE_SMTP_SERVER - /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT