From e5fd495945bc0b907cf0d4d21d52bb6b12e7051a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 30 Jun 2012 02:11:38 -0700 Subject: [PATCH 1/1] fix outgoing email, RT#13852 --- rt/etc/RT_Config.pm.in | 6 ++++-- 1 file 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 =cut -Set($SendmailArguments, "-oi -t"); +#Set($SendmailArguments, "-oi -t"); +Set($SendmailArguments, "-oi"); =item C<$SendmailBounceArguments> -- 2.11.0