diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2019-04-04 08:33:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2019-04-04 08:33:27 +0000 |
commit | deaf0fc22118da5436ec5fe3c947918bdee7ba3d (patch) | |
tree | 3e469bd41b0b81de017e214fb69d177a1d16e450 /mail/sendmail-devel/files/patch-sendmail.8 | |
parent | www/node6: Update 6.17.0_1 -> 6.17.1 (diff) |
- import sendmail-8.16.0.41
Notes
Notes:
svn path=/head/; revision=497812
Diffstat (limited to 'mail/sendmail-devel/files/patch-sendmail.8')
-rw-r--r-- | mail/sendmail-devel/files/patch-sendmail.8 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/sendmail-devel/files/patch-sendmail.8 b/mail/sendmail-devel/files/patch-sendmail.8 new file mode 100644 index 000000000000..447c4dd7cdb5 --- /dev/null +++ b/mail/sendmail-devel/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, |