[freeside-commits] branch master updated. e5fd495945bc0b907cf0d4d21d52bb6b12e7051a

Ivan ivan at 420.am
Sat Jun 30 02:11:40 PDT 2012


The branch, master has been updated
       via  e5fd495945bc0b907cf0d4d21d52bb6b12e7051a (commit)
      from  04e692658cc1823bdba999269c172fdecb5a3a16 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e5fd495945bc0b907cf0d4d21d52bb6b12e7051a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jun 30 02:11:38 2012 -0700

    fix outgoing email, RT#13852

diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in
index de7660a..bd48b6e 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>

-----------------------------------------------------------------------

Summary of changes:
 rt/etc/RT_Config.pm.in |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list