Email, exchange, sendmail

What do I tell my corp Exchange Admin to do so that emails would be
properly directed to my Fedora3, running Sendmail, and RT?

What are the things I should do, keep in mind, look out for, so that
when an email hits my RT box it is properly handled? (I have tested “
echo ‘hello’ | mail -s “Test subject” rt” on the local box and the
message arrives in the Queue)

/mike

why making it so complicated ?
if you use an exchange server in your organization, just put the ip
address of your RT server in as RELAY address and install SSMTP on your
RT linux server.

grtz,
Phil.From: rt-users-bounces@lists.bestpractical.com
[mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Dwyer,
Mike # ATLANTA
Sent: donderdag 16 juni 2005 18:00
To: rt-users@lists.bestpractical.com
Subject: [rt-users] email, exchange, sendmail

What do I tell my corp Exchange Admin to do so that emails would be
properly directed to my Fedora3, running Sendmail, and RT?

What are the things I should do, keep in mind, look out for, so that
when an email hits my RT box it is properly handled? (I have tested "
echo ‘hello’ | mail -s “Test subject” rt" on the local box and the
message arrives in the Queue)

/mike

Dwyer, Mike # ATLANTA wrote:

What do I tell my corp Exchange Admin to do so that emails would be
properly directed to my Fedora3, running Sendmail, and RT?

What are the things I should do, keep in mind, look out for, so that
when an email hits my RT box it is properly handled? (I have tested "
echo ‘hello’ | mail -s “Test subject” rt" on the local box and the
message arrives in the Queue)

Our setup is a little oblique, but quite flexible.

We have a “custom recipient” defined in our exchange recipient list
called RT with an email address of rt-queue@rt-server.ourdomain.internal

We put that recipient in a distribution list with an email address of
support@ourdomain.com, the DL also contains a public folder that support
mail gets copied to, in case the RT server goes belly-up.

Exchange needs a relay rule in the IMS configuration (under the routing
tab) so it knows where to send mail for rt-server.ourdomain.internal. I
don’t know if newer versions of exchange (we use 5.5) can figure out how
to route mail in the absence of an MX record.

To test, you can send directly to your custom recipient until it works
out, then add the custom recipient to a DL with the proper contact address.

Graham