to fail when the machine name is not found in /etc/hosts,
or that cause Postfix processes to hang when the network
is down.
+
+20070531
+
+ Portability: Victor helpfully pointed out that change
+ 20070425 broke on non-IPv6 systems. Files: smtpd/smtpd_peer.c,
+ qmqpd/qmqpd_peer.c.
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20070530"
-#define MAIL_VERSION_NUMBER "2.3.10"
+#define MAIL_RELEASE_DATE "20070531"
+#define MAIL_VERSION_NUMBER "2.3.11"
#ifdef SNAPSHOT
# define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE
*/
if (strchr((char *) proto_info->sa_family_list, sa->sa_family) == 0)
msg_fatal("cannot handle socket type %s with \"%s = %s\"",
+#ifdef AF_INET6
sa->sa_family == AF_INET6 ? "AF_INET6" :
+#endif
sa->sa_family == AF_INET ? "AF_INET" :
"other", VAR_INET_PROTOCOLS, var_inet_protocols);
*/
if (strchr((char *) proto_info->sa_family_list, sa->sa_family) == 0)
msg_fatal("cannot handle socket type %s with \"%s = %s\"",
+#ifdef AF_INET6
sa->sa_family == AF_INET6 ? "AF_INET6" :
+#endif
sa->sa_family == AF_INET ? "AF_INET" :
"other", VAR_INET_PROTOCOLS, var_inet_protocols);