Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy Frew
Sympl
Commits
f7d25b55
Commit
f7d25b55
authored
Jul 07, 2009
by
Patrick J Cherry
Browse files
Merge!
parents
8950db5b
d74d7b05
Changes
3
Hide whitespace changes
Inline
Side-by-side
mail/debian/changelog
View file @
f7d25b55
bytemark-vhost-email (20090707183051) stable; urgency=low
* Fixed exim4 config to defer mail from non-bytemark antispam hosts if
bytemark-antispam is present.
-- Patrick J. Cherry <patrick@bytemark.co.uk> Tue, 07 Jul 2009 18:30:52 +0100
bytemark-vhost-email (20090707175243) stable; urgency=low
* Updated checkpassword to have a better regex
...
...
mail/exim4/bytemark-vhost.d/00-main/21-bytemark-antispam-hostlist
0 → 100644
View file @
f7d25b55
# ------------------------------------------------------------------------------
# This is the list of machines and ranges Bytemark uses for its
# anti-spam service.
hostlist bytemark_antispam_hosts = 89.16.184.144/28 : 89.16.176.76 : 89.16.176.77
mail/exim4/bytemark-vhost.d/10-acl/50-acl-check-rcpt/62-defer-non-bytemark-spam-hosts
0 → 100644
View file @
f7d25b55
# Defer mail from non-Bytemark-anti-spam hosts if
# VHOST_DIR/domain/VHOST_CONFIG_DIR/bytemark-antispam exists
#
defer domains = +vhost_domains
hosts = !+bytemark_antispam_host
condition = ${if exists{VHOST_DIR/${domain}/VHOST_CONFIG_DIR/bytemark-antispam}}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment