Sendmail modification

Top  Previous  Next

The following modifications need to be made to Sendmail-8.12.2

 

 

1.) Add to sendmail.mc following the line beginning with 'MAILER(smtp) ...

    INPUT_MAIL_FILTER(`MTAinterface', `S=local:/var/run/f2.sock')

 

2.) In the MAIL FILTER DEFINITIONS section of sendmail.cf , add ..

    XMTAInterface, S=local:/var/run/f2.soc

3.) Add to sendmail.cf following the line beginning with # Input Mail Filters...

    O InputMailFilters=MTAInterface

 

Recomplile sendmail.