Hi,
        I'm attempting to run Spamdyke 4.0.2 on FreeBSD 4.7 and I'm 
experiencing problems such as the following errors:

ERROR: Illegal value for option greeting-delay-secs: 5 (must be between 
0 and 2147483647)
ERROR: Illegal value for option idle-timeout-secs: 60 (must be between 0 
and 2147483647)
ERROR: Illegal value for option graylist-max-secs: 1814400 (must be 
between 0 and 2147483647)
ERROR: Illegal value for option graylist-min-secs: 300 (must be between 
0 and 2147483647)

        I'm no mathematician but I think 5 is between 0 and 2147483647 and the 
other values should be fine as well.  Any idea why I'm getting these errors?

        Also, when I actually try using Spamdyke my mail server rejects all 
SMTP connections even when I have filter-level=allow-all in 
/etc/spamdyke.conf

Here's the first part of /etc/spamdyke.conf showing how I assigned the 
values.

# Sets spamdyke's overall filter behavior.
# Available values: allow-all, normal, require-auth, reject-all
# Default: normal
filter-level=allow-all

# Delays the SMTP greeting banner for SECS seconds.  A value of 0 
disables this
# feature.
# Default: 0
greeting-delay-secs=5

# Limit incoming messages to NUM recipients.  A value of 0 disables this
# feature.
# Default: 0
#max-recipients=NUM

# Drop superuser privileges and run as USER instead.
# Default: none
#run-as-user=qmaild



Here's the important half of my /var/qmail/supervise/qmail-smtpd file:

exec /usr/local/bin/softlimit -m 10000000 \
         /usr/local/bin/tcpserver -v -h -p -R -x /etc/tcp.smtp.cdb -c 
"$MAXSMTPD" \
                 -u "$QMAILDUID" -g "$NOFILESGID" 0 25 \
                 /usr/local/bin/spamdyke -f /etc/spamdyke.conf \
                 /var/qmail/bin/tcp-env /usr/local/bin/properplop \
                 /var/qmail/bin/qmail-smtpd 2>&1


Any suggestions on how to get Spamdyke running correctly would be 
greatly appreciated.

Regards,
Shane Bywater
_______________________________________________
spamdyke-users mailing list
[email protected]
http://www.spamdyke.org/mailman/listinfo/spamdyke-users

Reply via email to