We use additional rules in the RT_SiteConfig.pm to ensure that it uses the correct e-mail address for all queue's.
Here's a sample: # --- # Default Correspond en Comment adres # --- Set($CorrespondAddress , '[email protected]'); Set($CommentAddress , '[email protected]'); Set($SetOutgoingMailFrom, 1); Set($OverrideOutgoingMailFrom, { 'Default' => '[email protected]', 'RT Queue 2' => '[email protected]', 'RT Queue 3' => '[email protected]' }); Hope this helps. -- Bart Op 22 november 2011 05:08 schreef Gregory Machin <[email protected]>het volgende: > 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 > [email protected] (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 [email protected] and not as > teh Apache user. How do I configure this ? > > My email config so far for emails : > > Set ($SMTPServer, 'localhost'); > Set($CorrespondAddress , '[email protected]'); > Set($CommentAddress , '[email protected]'); > > > Thanks > G > -------- > RT Training Sessions (http://bestpractical.com/services/training.html) > * Barcelona, Spain November 28 & 29, 2011 >
-------- RT Training Sessions (http://bestpractical.com/services/training.html) * Barcelona, Spain November 28 & 29, 2011
