Does anyone have any config files for dspam + exim4?
I moved my mail server to a new setup and my dspam transport quit
working. It seems to be a dspam + procmail issue.
The router I used:
# DSPAM
spamcheck_director:
driver = accept
check_local_user
condition = "${if and {\
{!def:h_X-DSPAM-Result:}\
}{1}{0}}"
headers_add = "X-DSPAM-Check: by ${readfile {/etc/dspam/version}{}}
on $primary_hostname"
transport = spamcheck
no_verify
and the transport:
# DSPAM
spamcheck:
driver = pipe
command = /usr/bin/dspam --mode=teft --deliver=innocent,spam --user
${local_part} -m %u
transport_filter = /usr/bin/spamc
current_directory = "/var/spool/dspam"
group = mail
home_directory = "/var/spool/dspam"
log_output
message_prefix =
message_suffix =
return_fail_output
no_return_path_add
user = mail
The problem is that procmail is barfing at the -m %u - it doesn't
deliver the mail, crashing instead with an exit 127.
Everything else seems to be working, except for the procmail delivery.
Anyone have any procmail recipes they use to make this work?
------------------------------------------------------------------------------
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user