TNEF is important to ensuring that you can send/receive meeting requests and replies from Exchange.
You have a some choices here.
If you know for certain that a particular domain is always going to be Exchange, you can run the commands
Code: Select all
omconfux -T domain.com
omoff -d 0 unix
omon unix
This tells the Internet gateway to send outgoing messages as TNEF to any address belonging to domain.com.
If you want to add more domains, you need to specify all the domains in the command again, i.e.
Code: Select all
omconfux -T domain1.com -T domain2.com
If you don't have that configuration in place, you can tell Outlook to send to a particular recipient as Rich Text. Right-click on any recipient in a message ( before you send it ) and click "Send as Rich Text". You can also set this property on any personal Contact you may have.
If you have internet users in your SYSTEM directory and there are lots of individual domains, you can change their route from /internet to /internet,tnef through SAC.
Cheers
Dave