divert(0)dnl
VERSIONID(`$Id: generic-bsd4.4.mc,v 8.10 1999/02/07 07:26:02 gshapiro Exp $')
OSTYPE(bsd4.4)dnl
DOMAIN(generic)dnl
FEATURE(use_cw_file)
FEATURE(mailertable)
FEATURE(virtusertable)
FEATURE(access_db)
FEATURE(relay_based_on_MX)
FEATURE(blacklist_recipients)
FEATURE(`enhdnsbl', `relays.ordb.org', `"Spam blocked see: http://www.ordb.org/faq/\#why_rejected"', `t')dnl
FEATURE(`enhdnsbl', `bl.spamcop.net', `"Spam blocked see: http://www.spamcop.net/w3m?action=checkblock&ip="$&{client_addr}', `t')dnl
FEATURE(`enhdnsbl', `list.dsbl.org', `"Spam blocked see: http://dsbl.org/listing?"$&{client_addr}', `t')dnl
FEATURE(`enhdnsbl', `multihop.dsbl.org', `"Spam blocked see: http://dsbl.org/listing?"$&{client_addr}', `t')dnl
MAILER(local)dnl
MAILER(smtp)dnl
INPUT_MAIL_FILTER(`spamassassin', `S=/var/run/spammilter/spamass.sock, F=, T=C:15m;S:4m;R:4m;E:10m')
INPUT_MAIL_FILTER(`clamav', `S=local:/var/run/clamav-milter.sock, F=, T=S:4m;R:4m')dnl
define(`confAUTH_MECHANISMS', `LOGIN PLAIN')dnl
define(`confDONT_BLAME_SENDMAIL', `GroupReadableSASLDBFile')dnl
define(`confPRIVACY_FLAGS', `authwarnings, novrfy, noreceipts, needmailhelo, noexpn')dnl
define(`confMAX_MESSAGE_SIZE', `4000000')dnl
define(`confLOG_LEVEL', `15')dnl
define(`confTRUSTED_USERS', `root')dnl
define(`confTRUSTED_USERS', `majordomo')dnl
define(`ALIAS_FILE', `/etc/mail/aliases,/etc/mail/majordomo.aliases')dnl
define(`confAUTH_OPTIONS', `A')dnl
define(`confDELAY_LA', `3')dnl
TRUST_AUTH_MECH(`LOGIN PLAIN')dnl
My startup:
#!/bin/sh
case "$1" in
start)
/usr/local/sbin/clamd && echo -n ' clamd'
/bin/sleep 2
/usr/local/sbin/clamav-milter [EMAIL PROTECTED] -ol /var/run/clamav-milter.sock && echo -n ' clamav-milter'
;;
stop)
killall clamav-milter && echo -n ' clamav-milter'
killall clamd && echo -n ' clamd'
;;
*)
echo "unknown option: $1 - should be 'start' or 'stop'" >&2
;;
esac
exit 0
Running under FreeBSD 4.9-RELEASE
Configure command line:
configure --with-user=root --with-group=wheel --enable-milter --disable-pthreads --enable-bigstack
All works fine. ;)
At 04:17 PM 4/22/2004 -0700, you wrote:
On Thu, 2004-04-22 at 13:35, Don Levey wrote:
> Starting sendmail: 451 4.0.0 InputFilter clmilter not defined: No such file
> or directory
> The lines in sendmail.mc are:
> INPUT_MAIL_FILTER(`clamav', `S=local:/var/run/clamav/clamav-milter.sock, F=,
> T=S:4m;R:4m')dnl
> define(`confINPUT_MAIL_FILTERS', `clmilter')dnl
The first line gives the milter the name "clamav" and the second line says it's named "clmilter". Make them both the same and regen the sendmail.cf and it will work.
Blue skies... Todd
Dan Sjolseth
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
Bulk Mailers and Email address compilers may purchase this email address for $250,000.00 for use in their products. Anyone selling this email address or utilizing this email address for any commercial usage without a license from Myself is in violation of private property rights and violators WILL be be invoiced for usage. Selling what you do not own is THEFT of private property!
If builders built buildings they way Microsoft programmers wrote programs, the first woodpecker that comes along would destroy civilization.
Time stamp on this message is accurate to 1/1000th of a second, traceable to the National Institute of Standards and Technology (NIST).
Main Entry: con·scious·ness - Pronunciation: -n&s Function: noun
1 : that annoying time between naps.
KeyID: 0x09A06435 FingerPrint: 2ED3 4E03 6541 68FA 4623 3DFA 93F9 DC54 09A0 6435
------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg297 _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users