项目作者: cloyne

项目描述 :
postfix + Sympa integration Docker image.
高级语言: Shell
项目地址: git://github.com/cloyne/docker-postfix.git
创建时间: 2014-07-03T08:24:22Z
项目社区:https://github.com/cloyne/docker-postfix

开源协议:

下载


Image extending tozd/postfix image to integrate
it with tozd/sympa mailing lists service.

It contains hard-coded values used at the Cloyne deployment.

The intended use of this image is that it is run alongside the tozd/sympa image. You
should mount /etc/sympa/shared volume into both containers to provide necessary SSH
keys for communication between containers. The volume should contain also sympa_rewrite
and sympa_transport files configuring the mailing lists which exist.

You’ll also need to mount /etc/postfix/sasl containing SASL login information.
This talks to a relay at smtp.cloyne.org.

Example of a sympa_rewrite file:

  1. /^sympa-request@/ postmaster
  2. /^sympa-owner@/ postmaster
  3. /(.+)-owner@(.+)/ $1+owner@$2

Example of a sympa_transport file, for each domain you have Sympa providing mailing lists:

  1. /^sympa@example\.com$/ sympadomain:
  2. /^abuse-feedback-report@example\.com$/ sympabouncedomain:
  3. /^bounce\+.*@example\.com$/ sympabouncedomain:
  4. /^listmaster@example\.com$/ sympa:
  5. /^.+(announce|list|info|event|press|talk|news)\+owner@example\.com$/ sympabounce:
  6. /^.+(announce|list|info|event|press|talk|news)(-request|-editor|-subscribe|-unsubscribe)?@example\.com$/ sympa: