commit: 3ba24f9c26c69e486257adb89d64f8bb7ada6837 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Sat Aug 30 20:28:02 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Sun Sep 21 14:03:49 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=3ba24f9c
Fix postfix - Add smtpd as MTA --- policy/modules/contrib/postfix.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/postfix.te b/policy/modules/contrib/postfix.te index 9fb72dc..5e7b319 100644 --- a/policy/modules/contrib/postfix.te +++ b/policy/modules/contrib/postfix.te @@ -835,4 +835,5 @@ ifdef(`distro_gentoo',` # mail_delivery_agent_type(postfix_local_t) mail_submission_agent_type(postfix_postdrop_t) + mail_transfer_agent_type(postfix_smtpd_t) ')