12-16-2009 05:08 PM
Hi, right now we have a C350 and a Groupwise server; we want to migrate to Exchange, but before doing it we need to test it. Basically what we want to do now, is to add the new server in our network, and configure the C350 to route the mail for a specific group (AD Group?) to the new server.
Is it possible? How?
Thank you
Gabe
12-21-2009 11:22 AM
This is best done with a content filter. Unfortunately, the content filter rules for checking recipients for membership in an LDAP group are message-based rather than recipient-based. This means that if just one recipient is in the LDAP group then all recipients will be affected by the action; the message will not be splintered. So you'd need to create a new incoming policy and list the specific "guinea pig" recipients in the policy itself. That will cause the message to be splintered. Once you've created the policy, the content filter is pretty simple. It doesn't need any conditions, since you're handling that in the policy. The only action you need is "Send to Alternate Destination Host", which is how you'd route it to your Exchange server.
Warning: I've never tried this, so proceed with care.
12-23-2009 03:49 AM
That should work, I have created such a setup several times and never had any problems:
- create LDAP group query (if it doesn't exist yet)
- create incoming mail policy for the test users. Add the LDAP group as recipients in this policy (specify the full group DN)
- create an incoming content filter with action deliver to alternate host, without conditions and link that filter to the test users mail policy
Because of the separate mail policy, splintering will occur so that messages with multiple recipients are treated correctly.
12-23-2009 06:37 AM
Oh yeah, I forgot all about using LDAP to define the incoming mail policy. My bad.
01-06-2010 07:58 AM
Thank you guys, i will try the LDAP solution. Thank you very much
01-12-2010 07:56 AM
I have another question: is this solution valid also for internal mail? I think that internal mail doesn't go through ironport
01-12-2010 11:03 AM
Yes, you can use the same idea when the mail originates internally.
You'll probably need to use the private listener in combination with the Outgoing Mail Policy and Outgoing Content Filters and LDAP.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide