Hello All , Currently I am working on SMG for SP . I have inatalled Server on a diffrent Linux box while client is running on the same machine where MTA (sendmail) is running now I want to integrate MTA with client so that it can send the emails to server.
Could any 1 can please tell me the steps as how can I integrate client with MTA ? Thanks and Regards,
Thanks for your reply. Is the process same for Postfix as well ?
Hi,
Postfix is all different.
You should read the following link:
http://www.postfix.org/MILTER_README.html
Basically, you should add "smtpd_milters = inet:localhost:81001" to your /etc/postfix/main.cf file
Hope this helps,
Haro