diff options
Diffstat (limited to 'debian/patches/mrbl.p3.README')
-rw-r--r-- | debian/patches/mrbl.p3.README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/mrbl.p3.README b/debian/patches/mrbl.p3.README new file mode 100644 index 0000000..313795c --- /dev/null +++ b/debian/patches/mrbl.p3.README @@ -0,0 +1,12 @@ + +Upgrade to 8.9.3, and install the multiple rbl patch from: + http://www.Sendmail.ORG/~ca/email/patches/mrbl.p3 + http://www.sendmail.org +Then use + FEATURE(rbl,`rbl.maps.vix.com',` Mail from $&{client_addr} + rejected - rbl; see http://maps.vix.com') + FEATURE(rbl,`dul.maps.vix.com',` Mail from $&{client_addr} + rejected - dul; see http://maps.vix.com') + FEATURE(rbl,`relays.orbs.org',` Mail from $&{client_addr} + rejected - open relay; see http://www.orbs.org') + |