diff options
-rw-r--r-- | rt/etc/RT_Config.pm.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in index de7660a19..bd48b6efd 100644 --- a/rt/etc/RT_Config.pm.in +++ b/rt/etc/RT_Config.pm.in @@ -508,7 +508,8 @@ so you can extract mail from it afterward. =cut -Set($MailCommand, "sendmailpipe"); +#Set($MailCommand, "sendmailpipe"); +Set($MailCommand, "sendmail"); =item C<$SetOutgoingMailFrom> @@ -729,7 +730,8 @@ C<Set($SendmailArguments,"-oi -t -ODeliveryMode=b -OErrorMode=m");> =cut -Set($SendmailArguments, "-oi -t"); +#Set($SendmailArguments, "-oi -t"); +Set($SendmailArguments, "-oi"); =item C<$SendmailBounceArguments> |