[rt-users] No outbound email after upgrade

Matt Zagrabelny mzagrabe at d.umn.edu
Fri Aug 21 16:05:56 EDT 2015


On Fri, Aug 21, 2015 at 2:09 PM, Ditri, Chris <Cditri at experi-metal.com> wrote:

> But, it was always able to send emails with no problem through exim, and I can send emails from the bash command prompt with no problem as well.

>From RT_Config.pm:

    $MailCommand
        $MailCommand defines which method RT will use to try to send mail.
        We know that 'sendmailpipe' works fairly well. If 'sendmailpipe'
        doesn't work well for you, try 'sendmail'. 'qmail' is also a
        supported value.

        For testing purposes, or to simply disable sending mail out into the
        world, you can set $MailCommand to 'mbox' which logs all mail, in
        mbox format, to files in /opt/rt4/var/ based in the process start
        time. The 'testfile' option is similar, but the files that it
        creates (under /tmp) are temporary, and removed upon process
        completion; the format is also not mbox-compatable.

Perhaps try setting MailCommand to mbox or testfile.

-m



More information about the rt-users mailing list