X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fetc%2FRT_Config.pm.in;fp=rt%2Fetc%2FRT_Config.pm.in;h=bd48b6efd1f995a3477e4c4b00412eac491f874e;hb=e5fd495945bc0b907cf0d4d21d52bb6b12e7051a;hp=de7660a1949ca24a3bb732a51d5cdf349fa9cf5c;hpb=04e692658cc1823bdba999269c172fdecb5a3a16;p=freeside.git 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>