1) You can create another SMTP server on different port and do the event sink.
a. Open the Exchange System Manager and browse to the SMTP folder. This folder should be located at First Administrative Group/Servers/Server Name/Protocols/SMTP.
b. Right-click the folder, click New , and then click SMTP Virtual Server .
c. Type “Disclaimer SMTP Server” as a name for the server, then click Next . For the IP address, select the IP address of the server and then click Finish . A dialog box warns you that the server will not start because of conflicting IP addresses and ports. You can ignore this warning. Click Yes to continue.
d. Right-click each SMTP virtual server and click Stop.
e. Right-click the default SMTP virtual server and click Properties.
f. On the Delivery tab, click Advanced . In the text box for Smart Host, type the IP Address of the server in brackets, for example [192.168.20.20], and then click OK . On the Delivery tab, click Outbound connections . In the TCP port text box, type 26 , and then click OK . Click OK to close this dialog box.
g. Right-click the “Disclaimer SMTP Server” that you created and click Properties . On the General tab, click Advanced and select All Unassigned . Click Edit , change the TCP port to 26, and then click OK . Click OK again.
h. 8. Click on the Access Tab of the Disclaimer SMTP Server and select Relay. Add the IP address of the server in the relay list as an allowed host and then click OK . Click OK to close this dialog box.
i. Right-click each SMTP virtual server and click Start .
j. Register the event on the second SMTP virtual server
2) You can assign one more IP to Exchange Server and bind one SMTP Virtual Server to one IP and another SMTP Virtual Server to another IP.
a. Create the event sink.
b. Create a second SMTP virtual server, listening on a different IP address (this is much easier if you are using private addressing, as you can simply bind a second IP address to the system)
c. Register the event sink on the second SMTP virtual server
d. Change the existing SMTP virtual server to forward all mail through the new virtual server (properties of Default SMTP Virtual Server / Delivery tab / advanced button / Enter IP address from step 2 in square brackets)
e. Restart the Simple Mail Transport Protocol service
f. Once a mail is sent, verify it has the requisite disclaimer
3) You can use freeware version of GFI MailEssentials includes a Disclaimer feature.作者: tulip_orchid 时间: 2008-3-11 12:46
LZ也可以考虑安装软件解决该问题作者: 钉子 时间: 2008-3-12 01:01
无论是Outlook通过MAPI连接还是pop3+smtp的方式连接,这个KB说到的方法。成功实现的前提是所有外出的邮件经过了指定的smtp虚拟服务器。比如内部邮件互发使用MAPI的方式就无法实现。但是外出的邮件必须经过SMTP。所以,同样能实现。作者: dinnes 时间: 2008-3-12 08:56
我现在想考虑再架一台前端服务器,在前端服务器上来执行这个脚本。这样不管是SMTP还是MAPI就应该可以添加免责声明了。而不需要添加SMTP虚拟服务器或智能主机。作者: jhonlone 时间: 2008-3-12 11:14
3) You can use freeware version of GFI MailEssentials includes a Disclaimer feature.