Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cotech
ansible
Commits
038dd21b
Commit
038dd21b
authored
7 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
Exim file removed from Postfix branch
parent
f56e48a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Postfix
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+0
-7
0 additions, 7 deletions
README.md
roles/email/files/check_rcpt_local_acl
+0
-14
0 additions, 14 deletions
roles/email/files/check_rcpt_local_acl
with
0 additions
and
21 deletions
README.md
+
0
−
7
View file @
038dd21b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
roles/email/files/check_rcpt_local_acl
deleted
100644 → 0
+
0
−
14
View file @
f56e48a2
# 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}}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment