[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-88-g4122831
Thomas Sibley
trs at bestpractical.com
Wed Jun 16 10:04:15 EDT 2010
The branch, 3.8-trunk has been updated
via 412283194b60498a64972f3dc4a789daac8dc6c5 (commit)
from 6b77b01478329bbcde19da30c3d68f605a79cbd6 (commit)
Summary of changes:
etc/RT_Config.pm.in | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 412283194b60498a64972f3dc4a789daac8dc6c5
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Jun 16 10:05:17 2010 -0400
Document the "testfile" option for $MailCommand
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 57470d2..109f1fb 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -375,6 +375,11 @@ or 'qmail'.
Note that you should remove the '-t' from C<$SendmailArguments>
if you use 'sendmail' rather than 'sendmailpipe'
+For testing purposes, or to simply disable sending mail out into the world, you
+can set C<$MailCommand> to 'testfile' which writes all mail to a temporary
+file. RT will log the location of the temporary file so you can extract mail
+from it afterwards.
+
=cut
Set($MailCommand , 'sendmailpipe');
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list