Description: hard-coded "10" is not enough to listen on both IPv4 and IPv6
 with a minimal configuration of MTA, MSA, and MSASSL on both localhost
 and primary interface (12 daemons). Raise limit to 64.
Author: Kees Cook <kees@debian.org>

--- a/sendmail/conf.h
+++ b/sendmail/conf.h
@@ -113,7 +113,7 @@ struct rusage;	/* forward declaration to
 # define MAXHDRSLEN	(32 * 1024)	/* max size of message headers */
 #endif /* ! MAXHDRSLEN */
 #ifndef MAXDAEMONS
-# define MAXDAEMONS	10		/* max number of ports to listen to */
+# define MAXDAEMONS	64		/* max number of ports to listen to */
 #endif /* MAXDAEMONS */
 #ifndef MAXINTERFACES
 # define MAXINTERFACES	512		/* number of interfaces to probe */
