Messaging Gateway

 View Only
  • 1.  SEPM for SP client integration with MTA (Sendmail)

    Posted Oct 28, 2014 07:49 AM

    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, 



  • 2.  RE: SEPM for SP client integration with MTA (Sendmail)

    Posted Nov 05, 2014 03:52 AM
    Hi, It is almost same as adding a standard Milter modules to sendmail. (1) go to /etc/mail directory. (2) edit sendmail.mc file (3) add following line: e.g. INPUT_MAIL_FILTER(`bmifilter', `S=inet:41001@127.0.0.1, T=C:1m;S:30s;R:6m;E:1m') (4) run "make" command to regenerate sendmail.cf file. (5) reload or restart sendmail service. Hope this helps, haro


  • 3.  RE: SEPM for SP client integration with MTA (Sendmail)

    Posted Nov 05, 2014 06:02 AM

    Thanks for your reply. Is the process same for Postfix as well ?



  • 4.  RE: SEPM for SP client integration with MTA (Sendmail)

    Posted Nov 10, 2014 07:26 AM

    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