Skip to content

Instantly share code, notes, and snippets.

@racke
Created September 10, 2017 12:44
Show Gist options
  • Save racke/4fd561492f4940477a578404e9c20b2f to your computer and use it in GitHub Desktop.
Save racke/4fd561492f4940477a578404e9c20b2f to your computer and use it in GitHub Desktop.
Sympa Exim Config
#--------------
# Using alias pipe definitions for the Sympa lists in /etc/mail/sympa/aliases
sympa_aliases:
debug_print = "R: system_aliases for $local_part@$domain"
driver = redirect
domains = +local_domains
allow_fail
allow_defer
data = ${lookup{$local_part}lsearch{/etc/mail/sympa/aliases}}
user = sympa
group = sympa
pipe_transport = address_pipe
#--------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment