<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.0.4">
</HEAD>
<BODY>
I'm testing my new install of RT 3.0 and having a problem with the outgoing email address. 
<BR>

<BR>
Instead of it coming from <A HREF="mailto:rt@mydomain.com">rt@mydomain.com</A>, it is addressed from <A HREF="mailto:apache@mydomain.com">apache@mydomain.com</A>
<BR>

<BR>
I've got the following in my /opt/rt3/etc/RT_SiteConfig.pm file:
<BR>

<BR>

<BR>
Set($CorrespondAddress , '<A HREF="mailto:rt@dccnet.org">rt@</A>mydomain.com');
<BR>
Set($CommentAddress , '<A HREF="mailto:rt-comment@dccnet.org">rt-comment</A>@mydomain.com');
<BR>

<BR>
and have restarted httpd but the logs still show that the email going out after creating a ticket is from <A HREF="mailto:apache@mydomain.com">apache@mydomain.com</A>
<BR>

<BR>
I've read the FAQ and searched the archives, but I'm not entirely sure what is causing this.  I am using sendmailpipe as the mail command.
<BR>

<BR>
I suppose I could put in a postfix rewrite rule for apache to be rt instead, but then what about rt-comment? (or is simply mapping apache to rt sufficient?)
<BR>

<BR>
I would have thought that the above two Set commands would do the trick.  What else am I missing?
<BR>

<BR>
Thanks,
<BR>

<BR>
Curtis
<BR>

<BR>

</BODY>
</HTML>