mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix mailer line (missing argument to -m, maybe make configurable)
This commit is contained in:
parent
9cdd2c2037
commit
5009194a29
@ -25,7 +25,7 @@ ifdef(`MAIL500_MAILER_FLAGS',,
|
||||
`define(`MAIL500_MAILER_FLAGS', `SmnXuh')')
|
||||
ifdef(`MAIL500_MAILER_ARGS',,
|
||||
`define(`MAIL500_MAILER_ARGS',
|
||||
CONCAT(`mail500',CONCAT(` -C ',MAIL500_CONFIG_PATH,MAIL500_HOST_FLAG,`-f $f -m $n@$w $u')))')
|
||||
CONCAT(`mail500',CONCAT(` -C ',MAIL500_CONFIG_PATH,MAIL500_HOST_FLAG,`-f $f -m <> $n@$w $u')))')
|
||||
dnl
|
||||
MAILER_DEFINITIONS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user