------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1132 Ted Cooper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Ted Cooper <[email protected]> 2011-07-19 13:17:20 --- This is the original content from the Makefile # TCP wrappers: If you want to use tcpwrappers from within Exim, uncomment # this setting. See the manual section entitled "Use of tcpwrappers" in the # chapter on building and installing Exim. # # USE_TCP_WRAPPERS=yes This is fairly common of all #ifdef style Makefiles - to enable it, uncomment it; to disable it, comment it. There is no direction to define it as "no", it just needs to be defined as something for it to be enabled. It's seems the bug resolution you have provided is exactly how it is designed to work. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
