summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-30 02:11:38 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-30 02:11:38 -0700
commite5fd495945bc0b907cf0d4d21d52bb6b12e7051a (patch)
tree23d9b5aa0af7689ef9fb1448c4f39e23f78c299c
parent04e692658cc1823bdba999269c172fdecb5a3a16 (diff)
fix outgoing email, RT#13852
-rw-r--r--rt/etc/RT_Config.pm.in6
1 files changed, 4 insertions, 2 deletions
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>