From 038dd21bfdd07478ce2013702c29fc835749dc79 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Mon, 8 May 2017 16:09:10 +0100 Subject: [PATCH] Exim file removed from Postfix branch --- README.md | 7 ------- roles/email/files/check_rcpt_local_acl | 14 -------------- 2 files changed, 21 deletions(-) delete mode 100644 roles/email/files/check_rcpt_local_acl diff --git a/README.md b/README.md index 231dd6c..924ab0c 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,6 @@ then the `iptables` and `munin-node` roles will, as a minimum, need editing and might be best omitted. Also note that these Playbooks are based on using `mx.webarch.net` for incoming email -- this is an anti-spam gateway, if this wasn't used then SpamAssassin should probably be added to the mix. - -The email setup was originally based on the -[mail-reciever](https://github.com/discourse/mail-receiver) Docker container -plus the [outstanding pull -request](https://github.com/discourse/mail-receiver/pull/2) and the [Postfix -notes](https://meta.discourse.org/t/emails-with-local-smtp/23645/28) for using -the host for outgoing email, but then we switched it over to use Exim. ### CoTech Community Discourse Settings diff --git a/roles/email/files/check_rcpt_local_acl b/roles/email/files/check_rcpt_local_acl deleted file mode 100644 index 024108e..0000000 --- a/roles/email/files/check_rcpt_local_acl +++ /dev/null @@ -1,14 +0,0 @@ -# Local rcpt check - deny - message = No such discourse list - log_message = No such discourse list - !acl = acl_local_deny_exceptions - condition = ${run{/usr/local/bin/discourse-smtp-rcpt-acl $sender_address $local_part@$domain}{no}{${if eq {$runrc}{2}{yes}{no}}}} - - defer - message = Temporary error checking discourse - !acl = acl_local_deny_exceptions - condition = ${if eq {$runrc}{1}{yes}{no}} - - - -- GitLab