diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2018-01-02 21:48:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2018-01-02 21:48:33 +0000 |
commit | cc48fb988e2691cc4c74028ac85a8e2080148230 (patch) | |
tree | c1c980fcbf43f3bc2e61449a8eec3e10f45fdef1 /mail/sendmail/files/patch-sendmail.8 | |
parent | Upgrade to v.218. (diff) |
- fix regression introduced by r457706
PR: 224452
- add option BLACKLISTD
https://reviews.freebsd.org/D13475
Notes
Notes:
svn path=/head/; revision=457930
Diffstat (limited to 'mail/sendmail/files/patch-sendmail.8')
-rw-r--r-- | mail/sendmail/files/patch-sendmail.8 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/sendmail/files/patch-sendmail.8 b/mail/sendmail/files/patch-sendmail.8 new file mode 100644 index 000000000000..447c4dd7cdb5 --- /dev/null +++ b/mail/sendmail/files/patch-sendmail.8 @@ -0,0 +1,14 @@ +--- sendmail/sendmail.8.orig 2014-06-13 14:57:59 UTC ++++ sendmail/sendmail.8 +@@ -537,6 +537,11 @@ for this amount of time, + failed messages will be returned to the sender. + The default is five days. + .TP ++UseBlacklist ++If set, send authentication failure and success notifications to the ++.BR blacklistd (8) ++daemon. ++.TP + .RI UserDatabaseSpec= userdatabase + If set, a user database is consulted to get forwarding information. + You can consider this an adjunct to the aliasing mechanism, |