masqmail

diff configure.ac @ 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
line diff
     1.1 --- a/configure.ac	Fri Jul 16 14:48:17 2010 +0200
     1.2 +++ b/configure.ac	Fri Jul 16 15:38:53 2010 +0200
     1.3 @@ -122,18 +122,6 @@
     1.4  MD5_LIBS=''
     1.5  BASE64_LIBS=''
     1.6  
     1.7 -dnl smtp server support (default is use it)
     1.8 -AC_ARG_ENABLE(smtp_server,
     1.9 -	[  --disable-smtp-server   disable smtp server support],
    1.10 -	if test "x$enable_smtp_server" != 'xno'; then
    1.11 -		smtp_server_enabled='yes'
    1.12 -	fi,
    1.13 -	smtp_server_enabled='yes'
    1.14 -	)
    1.15 -if test "x$smtp_server_enabled" = xyes; then
    1.16 -	AC_DEFINE(ENABLE_SMTP_SERVER, 1, [If the SMTP server is enabled])
    1.17 -fi
    1.18 -
    1.19  dnl auth support (default is to not use it)
    1.20  AC_ARG_ENABLE(auth,
    1.21  	[  --enable-auth           enable AUTH (RFC 2554) client support],