summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-03-24 15:09:18 -0300
committerdrebs <drebs@leap.se>2015-03-25 17:06:25 -0300
commit5a45acd3486f4e7f830647953731353cda916d51 (patch)
treeb25c6bc90b81b98348b289507cb5f674f4f5486e /changes
parent938cada00298243f0cf51c9bfd460ecb16938b57 (diff)
[feat] reject incoming mail if no pgp key found
Implement a PGP key lookup in the postfix smtp recipient restriction and virtual alias mapping levels. If no PGP key is found, then the address is rejected with a temporary error. Closes: #6795
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_6795_reject-mail-if-no-pgp-key-found1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_6795_reject-mail-if-no-pgp-key-found b/changes/bug_6795_reject-mail-if-no-pgp-key-found
new file mode 100644
index 0000000..7b9ef1f
--- /dev/null
+++ b/changes/bug_6795_reject-mail-if-no-pgp-key-found
@@ -0,0 +1 @@
+ o Reject mail if no PGP key was found for a user. Closes #6795.