diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-07 06:40:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-07 06:40:42 +0000 |
commit | 9c724bfe992f409af1671d248e4ce04ee244e2fc (patch) | |
tree | 41c8b25669183d3c261efb27c42fb4652bf4bfff /mail/sendmail/files/patch-daemon.c | |
parent | - uncomment a line in the sample script (diff) |
- Update to sendmail 8.12.1
This ports will creates a new user and group named smmsp.
Setting up the serer and client queues.
You need to create an "sumbit.cf" for local submission.
Notes
Notes:
svn path=/head/; revision=48511
Diffstat (limited to 'mail/sendmail/files/patch-daemon.c')
-rw-r--r-- | mail/sendmail/files/patch-daemon.c | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/mail/sendmail/files/patch-daemon.c b/mail/sendmail/files/patch-daemon.c deleted file mode 100644 index 5ed34a14e2c8..000000000000 --- a/mail/sendmail/files/patch-daemon.c +++ /dev/null @@ -1,39 +0,0 @@ ---- sendmail/daemon.c 2001/08/01 03:19:45 1.1.1.3.2.6 -+++ sendmail/daemon.c 2001/09/09 19:31:37 -@@ -1877,17 +1877,6 @@ - gothostent: - if (hp == NULL) - { --# if NAMED_BIND -- /* check for name server timeouts */ -- if (errno == ETIMEDOUT || h_errno == TRY_AGAIN || -- (errno == ECONNREFUSED && UseNameServer)) -- { -- save_errno = errno; -- mci_setstat(mci, EX_TEMPFAIL, "4.4.3", NULL); -- errno = save_errno; -- return EX_TEMPFAIL; -- } --# endif /* NAMED_BIND */ - # if NETINET6 - /* - ** Try v6 first, then fall back to v4. -@@ -1903,6 +1892,17 @@ - if (v6found) - goto v6tempfail; - # endif /* NETINET6 */ -+# if NAMED_BIND -+ /* check for name server timeouts */ -+ if (errno == ETIMEDOUT || h_errno == TRY_AGAIN || -+ (errno == ECONNREFUSED && UseNameServer)) -+ { -+ save_errno = errno; -+ mci_setstat(mci, EX_TEMPFAIL, "4.4.3", NULL); -+ errno = save_errno; -+ return EX_TEMPFAIL; -+ } -+# endif /* NAMED_BIND */ - save_errno = errno; - mci_setstat(mci, EX_NOHOST, "5.1.2", NULL); - errno = save_errno; - |