Hi.
I have moved our RT from a legacy server to a new one. I would like to
define the from: address used.

At present all outgoing email is relayed via Postfix at localhost, the
emails going out from RT are doing out using
www-d...@newserver.mydom.com (Apache user www-data), which causes
issues as this sever is internal so the domain newserver.mydom.com is
not valid on the Internet. To get around this I have configured a
temporary address rewrite.

What I want it the emails from RT to go out as r...@mydom.com and not as
teh Apache user. How do I configure this ?

My email config so far for emails :

Set ($SMTPServer, 'localhost');
Set($CorrespondAddress , 'r...@mydom.com');
Set($CommentAddress , 'rt-comm...@mydom.com');


Thanks
G
--------
RT Training Sessions (http://bestpractical.com/services/training.html)
*  Barcelona, Spain  November 28 & 29, 2011

Reply via email to