Don Levey wrote:

However, when trying to start clamav-milter I receive a segmentation fault.
No further information, just that error.

(snip)


In case it helps, I've got the clamav-milter file below.
Thank you for any help you can offer,
 -Don

/etc/sysconfig/clamav-milter:
#!/bin/sh
#
# clamav-milter This script starts and stops the clamav-milter daemon
#
# chkconfig: 2345 91 30
#
(more snip)

Wait a minute...
Are you SURE this is the file /etc/sysconfig/clamav-milter ?
No wonder it's failing!
/etc/sysconfig/clamav-milter is supposed to be a config-file, not a startup-script!

The startup-scipt nomally resides in, lets say /etc/rc.d/init.d/ on Redhat Linux.

Here is how my /etc/sysconfig/clamav-milter looks like: (beware of line-wraps)
CLAMAV_FLAGS="--headers --noreject --outgoing --quarantine-dir=/var/run/clamav/quarantine --max-children=10 --force-scan --local --postmaster-only --server=localhost local:/var/run/clamav/clamav-milter.sock"


Hope it helps.

/Joacim



-------------------------------------------------------
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/?cpg=12297
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to