I have this in /opt/rt4/etc/RT_SiteConfig.pm Set($rtname, "example"); Set($WebDomain, "example.com"); Set($Organization, "example.com"); Set($CorrespondAddress, "[email protected]"); Set($CommentAddress, "[email protected]");
And I get email from: "Internal Todos and Reminders via RT" <[email protected]> I change it to: Set($rtname, "example"); Set($WebDomain, "example.com"); Set($Organization, "example.com"); Set($CorrespondAddress, "support"); Set($CommentAddress, "support"); And I get email from: "Internal Todos and Reminders via RT" <[email protected]> Better, but still not correct. Yes, the machines host name is manage. Yes it is a subdomain of example.com that exists on the local network. No, example.com isn't what I'm using. It's just an example. What gives? How can I get RT to actually use the address I specify? -------- 2011 Training: http://bestpractical.com/services/training.html
