diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2008-07-15 22:25:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 20:07:42 +0200 |
commit | cb83348f6c0b88c1d1104d6868be756aa51cc5fa (patch) | |
tree | ebed61709d675b931e169105a514a8b82b1a0b83 /debian/examples | |
parent | c0720aa475c782c27a17942561685db0e730a77d (diff) | |
download | sendmail-cb83348f6c0b88c1d1104d6868be756aa51cc5fa.tar.gz |
Imported Debian patch 8.14.3-5debian/8.14.3-5
Diffstat (limited to 'debian/examples')
-rw-r--r-- | debian/examples/Makefile.in | 3 | ||||
-rw-r--r-- | debian/examples/db/access | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/examples/Makefile.in b/debian/examples/Makefile.in index 86e6fad..496bdff 100644 --- a/debian/examples/Makefile.in +++ b/debian/examples/Makefile.in @@ -39,8 +39,7 @@ DIST_COMMON = $(dist_man_MANS) $(dist_sbin_SCRIPTS) \ $(nobase_dist_sysconf_DATA) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/build/acinclude.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/./build/mkinstalldirs diff --git a/debian/examples/db/access b/debian/examples/db/access index de466df..dd1b87a 100644 --- a/debian/examples/db/access +++ b/debian/examples/db/access @@ -132,7 +132,7 @@ reject@ REJECT # # Block invalid IPs # -Connect:0 REJECT +#Connect:0 REJECT whilst invalid, this also blocks sendmail -bs -Am Connect:169.254 REJECT Connect:192.0.2 REJECT Connect:224 REJECT |