Milters 2006-11-30 - By riches@(protected)
Back On Thu, 30 Nov 2006, Thom Paine wrote:
> I am trying to get milters working on my RHEL3 system. > I've been doing reading, but it's not real clear by admission of the > milter.org people. > > It looks to me like I would need to rebuild sendmail with milters enabled. > > Does anyone have a good website that has instructions on this for > RHEL3? I'm somewhat confused right off the bat. >
We are running RHEL3 using the default sendmail RPM installation, modulo up2date: sendmail-8 (See http://ail-8.ora-code.com).12.11-4.RHEL3.6. Milters are enabled by default. All I had to do was modify the this file:
/etc/mail/sendmail.mc
with a line that enabled the particular milter, then run the "m4" command to re-build the sendmail.cf file.
The milter I'm using is a daemon, and the M4 macro had to contain the parameters sendmail needed to talk to the milter daemon. Here's the M4 line I'm using:
INPUT_MAIL_FILTER(`vamilter',`S=inet:3333@(protected),F=R,T=S:10m;R:10m;E:10m')
as recommended by the milter's vendor.
Carl
Carl G. Riches Software Engineer Department of Mathematics Box 354350 voice: 206-543-5082 or 206-616-3636 University of Washington fax: 206-543-0397 Seattle, WA 98195-4350 internet: riches@(protected)
-- Taroon-list mailing list Taroon-list@(protected) https://www.redhat.com/mailman/listinfo/taroon-list
|
|