[Mimedefang] How to determine if SendMail is configured with MILTER support...

Ken Morley ken at jmtg.com
Mon May 24 14:22:10 EDT 2004


I am building a Red Hat ES3 server to support SendMail, MIMEDefang, ClamAV,
etc.

I downloaded source to /usr/src/sendmail/sendmail-8.12.11 and I created a
./devtools/Site/site.config.m4 containing:

dnl Milter
APPENDDEF(`conf_sendmail_ENVDEF', `-DMILTER')
APPENDDEF(`conf_libmilter_ENVDEF', `-D_FFR_MILTER_ROOT_UNSAFE')

Everything compiled, checked and installed as normal, without obvious error.

Now, when I run sendmail -bi I get several messages that I don't get on my
Red Hat 8 installation:

Warning: Option: AuthOptions requires SASL support (-DSASL)
Warning: Option: InputMailFilters requires Milter support (-DMILTER)
Warning: Option: Milter requires Milter support (-DMILTER)
Warning: Option: Milter requires Milter support (-DMILTER)
Warning: Option: Milter requires Milter support (-DMILTER)
Warning: Option: Milter requires Milter support (-DMILTER)
Warning: Option: Milter requires Milter support (-DMILTER)
Warning: Filter usage ('X') requires Milter support (-DMILTER)

This leads me to believe that Milter support is NOT compiled into my
SendMail.  Can anyone tell me how to check SendMail to see if Milter support
is enabled or not?

Any idea what I did wrong here?

Thanks!




More information about the MIMEDefang mailing list