McWhirter,Julia wrote:
I get the following error when using sendmail
Warning: Option: InputMailFilters requires Milter support (-DMILTER)
this error means your sendmail is compiled without milter, and you need
to recompile with -DMILTER in the configure step
---
Fixed this used
APPENDDEF(`confENVDEF', `-DMILTER')
Instead of
APPENDDEF(`conf_sendmail_ENVDEF', `-DMILTER')
In my site.config.m4
-Original Message-
From: McWhirter,Julia
Sent: 15 September 2003 16:40
To: [EMAIL PROTECTED]
Subject: [SAtalk] MILTER problem with s
The site.config.m4 file looks OK -- are you sure you're using a copy of
Sendmail built with those options? Maybe you've got more than one copy
floating around on that system.
McWhirter,Julia wrote:
Having problems integrating spamassassin/mimedefang and sendmail on our
external SMTP server.
Us
Having problems integrating spamassassin/mimedefang and sendmail on our
external SMTP server.
Using the following versions
Solaris 8
Sendmail 8.12.9
Spamassassin 2.55
Mimedefang 2.35
Procmail 3.22
I get the following error when using sendmail
Warning: Option: InputMailFilters requires Milter s