Link to home
Start Free TrialLog in
Avatar of pepelepew8
pepelepew8

asked on

Adding Disclaimer for Echange 2003 - for multiple email domains

Hi,

I'm actually attempting to add a disclaimer for my Exchange 2003 using VBScripts. I had a look at the MS article: http://support.microsoft.com/default.aspx?scid=kb;en-us;317680 How to add a disclaimer to outgoing SMTP messages in Visual Basic script and this actually works great.

However, as I am hosting multiple email domains in my exchange environment (ie. @abc.com, @bcd.com, @def.com) I need to ensure that the other email domains are sending it out with the dsclaimer as well. As I understand from this article, it builds an event sink which activates the eventsinkscript.vbs when it finds a parameter of "mail from =*@domainname.com". So this actually only solves part of my problem.

How can I do it so that it will add the disclaimer on all the domains which I'm hosting.

Thanks in Advance.
Avatar of Justin Durrant
Justin Durrant
Flag of United States of America image

Your best best is going to be a 3rd party product like GFI or http://www.exclaimer.com/
ASKER CERTIFIED SOLUTION
Avatar of pepelepew8
pepelepew8

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of myself7
myself7

that's awesome. it works fine on my server.