brad hodges wrote:
Hi,
I have been using DSPAM problem free for quite awhile now with no problem what so ever. Recently however all email messages are being deferred. In looking at my maillog file I have the following error: Apr 9 23:08:03 mymailserver postfix/local[29792]: BDDCB38110C: to=<[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>, orig_to=<[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>, relay=local, delay=0, status=deferred (Command died with signal 11: "/usr/local/bin/dspam --deliver=innocent --user $USER") Can someone please help me. I have restarted the dspam service, I have restarted the Postfix service. Still the same result. I have even reset my status on dspam. I have changed nothing to my configs since getting everything to work a while ago. Your help would be greatly appreicated. I want my email.
First you take dspam out of your chain to get email flowing again, then you start looking for the error. Email is too slow for a realtime fix.

What other messages show up in /var/log/* around the time of the failed deliveries?

Something must have changed. If you upgraded other parts of your system, but not dspam, you might need to recompile. Check with the command 'ldd /usr/local/sbin/dspam' (or wherever the dspam executable lives). You will see the libraries dspam loads. Did any of them change recently ? If so, recompile dspam against the new libs.

If the libraries have not changed, some part that dspam calls or executes is failing. Are the data tables ok? Move all data (tokens) out of the way and do a fresh install. If that works, your old setup got corrupted somehow. Some guru on this list can probably help you fix that, but starting afresh might be easier depending on your skill level.


Reply via email to