diff options
Diffstat (limited to 'roles/common/files/etc/postfix')
| -rw-r--r-- | roles/common/files/etc/postfix/generic.pcre | 1 | ||||
| -rw-r--r-- | roles/common/files/etc/postfix/master.cf | 35 | 
2 files changed, 36 insertions, 0 deletions
| diff --git a/roles/common/files/etc/postfix/generic.pcre b/roles/common/files/etc/postfix/generic.pcre new file mode 100644 index 0000000..c46f4b5 --- /dev/null +++ b/roles/common/files/etc/postfix/generic.pcre @@ -0,0 +1 @@ +/^(.+)@([^@.]+)\.[^@]+$/    admin+${1}=${2}@fripost.org diff --git a/roles/common/files/etc/postfix/master.cf b/roles/common/files/etc/postfix/master.cf new file mode 100644 index 0000000..dd49d31 --- /dev/null +++ b/roles/common/files/etc/postfix/master.cf @@ -0,0 +1,35 @@ +# +# Postfix master process configuration file.  For details on the format +# of the file, see the master(5) manual page (command: "man 5 master"). +# +# Do not forget to execute "postfix reload" after editing this file. +# +# ========================================================================== +# service type  private unpriv  chroot  wakeup  maxproc command + args +#               (yes)   (yes)   (yes)   (never) (100) +# ========================================================================== +smtp      inet  n       -       -       -       -       smtpd +pickup    fifo  n       -       -       60      1       pickup +cleanup   unix  n       -       -       -       0       cleanup +qmgr      fifo  n       -       n       300     1       qmgr +tlsmgr    unix  -       -       -       1000?   1       tlsmgr +rewrite   unix  -       -       -       -       -       trivial-rewrite +bounce    unix  -       -       -       -       0       bounce +defer     unix  -       -       -       -       0       bounce +trace     unix  -       -       -       -       0       bounce +verify    unix  -       -       -       -       1       verify +flush     unix  n       -       -       1000?   0       flush +proxymap  unix  -       -       n       -       -       proxymap +proxywrite unix -       -       n       -       1       proxymap +smtp      unix  -       -       -       -       -       smtp +relay     unix  -       -       -       -       -       smtp +#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 +showq     unix  n       -       -       -       -       showq +error     unix  -       -       -       -       -       error +retry     unix  -       -       -       -       -       error +discard   unix  -       -       -       -       -       discard +local     unix  -       n       n       -       -       local +virtual   unix  -       n       n       -       -       virtual +lmtp      unix  -       -       -       -       -       lmtp +anvil     unix  -       -       -       -       1       anvil +scache    unix  -       -       -       -       1       scache | 
