[rt-users] SMTP for email

Emmanuel Lacour elacour at easter-eggs.com
Thu Sep 30 01:42:45 EDT 2010


On Tue, Sep 28, 2010 at 03:25:11PM -0300, sebsua at gmail.com wrote:
> Hi Folks,
> 
> Is there any way we could use our external qmail server to handle RT
> outgoing emails, instead of the default internal sendmailpipe?
> If so, setup details will be appreciated.
> 

>From RT_Config.pm

C<$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'.  Other options are 'smtp'
or 'qmail'.


so you can use smtp. THought, it can be less reliable if your smtp
server went unavailable. Also, as you propably set up your RT on an Unix
box, this is very recommended to have a small smtp sendmail compatible
on it to handle system emails. So why not use it for you're outgoing
emails and set your qmail as a relayhost for this smtp?




More information about the rt-users mailing list