Skip to content
Snippets Groups Projects
Commit 038dd21b authored by Chris Croome's avatar Chris Croome
Browse files

Exim file removed from Postfix branch

parent f56e48a2
No related branches found
No related tags found
1 merge request!1Postfix
......@@ -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
......
# 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}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment