Global config: add " --" to mail command.
Otherwise mail addresses beginning with a dash ("-mymail-@provider.example") will lead to Exim erroring out. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
b7f97daa67
commit
fe022f745d
|
@ -189,7 +189,7 @@ domailfile = tmp/domail
|
|||
|
||||
# MTA-Aufruf zum Verschicken der Bestaetigungsmails
|
||||
# nuetzlich ist die Sendmail-Option -f zum Setzen des Absenders
|
||||
#mailcmd = sendmail -oi -oem -femail@adresse
|
||||
#mailcmd = sendmail -oi -oem -femail@adresse --
|
||||
|
||||
# Weiteres Kommando, welches nach jeder Mail aufgerufen werden soll (falls smtp=0).
|
||||
# Sinnvoll ist ein "sleep x", wobei x bei langsamen Systemen hoeher
|
||||
|
|
|
@ -55,7 +55,7 @@ domailfile = tmp/domail
|
|||
# MTA-Aufruf zum Verschicken der Bestaetigungsmails
|
||||
# nuetzlich ist die Sendmail-Option -f zum Setzen des Absenders
|
||||
#mailcmd = sendmail -oi -oem -femail@adresse
|
||||
mailcmd = /usr/sbin/sendmail -oi -oem -fvote-bounces@thh.votetaker.de
|
||||
mailcmd = /usr/sbin/sendmail -oi -oem -fvote-bounces@thh.votetaker.de --
|
||||
|
||||
# Weiteres Kommando, welches nach jeder Mail aufgerufen werden soll (falls smtp=0).
|
||||
# Sinnvoll ist ein "sleep x", wobei x bei langsamen Systemen hoeher
|
||||
|
|
|
@ -82,4 +82,4 @@ multigroup = 1
|
|||
condition1 = $yes>=2*$no
|
||||
condition2 = $yes>=50
|
||||
|
||||
mailcmd = /usr/sbin/sendmail -oi -oem -fbounce-LOCALPART@thh.votetaker.de
|
||||
mailcmd = /usr/sbin/sendmail -oi -oem -fbounce-LOCALPART@thh.votetaker.de --
|
||||
|
|
Loading…
Reference in a new issue