From: Ivan Kohler Date: Sat, 30 Jun 2012 09:11:38 +0000 (-0700) Subject: fix outgoing email, RT#13852 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e5fd495945bc0b907cf0d4d21d52bb6b12e7051a;hp=04e692658cc1823bdba999269c172fdecb5a3a16;p=freeside.git fix outgoing email, RT#13852 --- 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>