From 5a45acd3486f4e7f830647953731353cda916d51 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 24 Mar 2015 15:09:18 -0300 Subject: [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 --- changes/bug_6795_reject-mail-if-no-pgp-key-found | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_6795_reject-mail-if-no-pgp-key-found (limited to 'changes') 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. -- cgit v1.2.3