aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils/network/mail.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/utils/network/mail.pp b/manifests/utils/network/mail.pp
index d99a314..555e792 100644
--- a/manifests/utils/network/mail.pp
+++ b/manifests/utils/network/mail.pp
@@ -10,6 +10,14 @@ class nodo::utils::network::mail (
'bogofilter',
'fetchmail',
'getmail6',
+ 'maildrop',
+
+ # To be removed soon
+ # https://lwn.net/Articles/416901/
+ # http://www.wonkity.com/~wblock/docs/html/maildrop.html
+ # https://www.courier-mta.org/maildrop/maildrop.html
+ # https://www.courier-mta.org/maildrop/maildropfilter.html#include
+ # https://gitlab.torproject.org/tpo/tpa/team/-/issues/40639
'procmail',
]:
ensure => $ensure,