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
b7e3bdd951
commit
3c2b60126f
|
@ -190,7 +190,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
|
||||
|
|
Loading…
Reference in a new issue