Fix envelope adresses in config template.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
a908bf98dc
commit
a0c008eed7
|
@ -41,7 +41,7 @@ mailfrom = Thomas Hochstein <votetaker@gvv.th-h.de>
|
||||||
|
|
||||||
# Absender fuer den Envelope (Return-Path) der Bestaetigungsmails
|
# Absender fuer den Envelope (Return-Path) der Bestaetigungsmails
|
||||||
# (bitte einfach nur die Adresse eintragen, ohne Klammern und Zusaetze)
|
# (bitte einfach nur die Adresse eintragen, ohne Klammern und Zusaetze)
|
||||||
envelopefrom = LOCALPART@gvv.th-h.de
|
envelopefrom = bounce-LOCALPART@gvv.th-h.de
|
||||||
|
|
||||||
# Nur bei persoenlichen Wahlscheinen: Datei mit Anforderungsmails
|
# Nur bei persoenlichen Wahlscheinen: Datei mit Anforderungsmails
|
||||||
# requestfile = anforderung
|
# requestfile = anforderung
|
||||||
|
@ -82,4 +82,4 @@ multigroup = 1
|
||||||
condition1 = $yes>=2*$no
|
condition1 = $yes>=2*$no
|
||||||
condition2 = $yes>=60
|
condition2 = $yes>=60
|
||||||
|
|
||||||
mailcmd = /usr/sbin/sendmail -oi -oem -fLOCALPART@gvv.th-h.de
|
mailcmd = /usr/sbin/sendmail -oi -oem -fbounce-LOCALPART@gvv.th-h.de
|
||||||
|
|
Loading…
Reference in a new issue