Discussion:
ERROR: configuration specifies 'use_bayes 0', sa-learn disabled
Rajesh M
2009-11-27 10:44:25 UTC
Permalink
hi all

i faced this error for the first time

tried googling and also the toaster forums but got no info

i need to know what this error means and how to resolve the same


thanks to all in advance

rajesh


clarifications
MAILER-***@ns1.serverDOMAIN.com -- is bounce address of my server
<***@mydomain.com>: -- is a valid user on my server

##############
Mail headers
From MAILER-***@ns1.serverDOMAIN.com
To A#***@sender.com
Sent 27 Nov 2009 09:22:26 -0000
Subject failure notice

Hi. This is the qmail-send program at ns1.corpmailserver.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<***@mydomain.com>:
ERROR: configuration specifies 'use_bayes 0', sa-learn disabled
maildrop: error writing to mailbox.
/usr/bin/maildrop: Unable to deliver to mailbox.
I'm not going to try again; this message has been in the queue too long.

##############







---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
Jake Vickers
2009-11-27 17:06:11 UTC
Permalink
Post by Rajesh M
hi all
i faced this error for the first time
tried googling and also the toaster forums but got no info
i need to know what this error means and how to resolve the same
thanks to all in advance
rajesh
clarifications
##############
Mail headers
Sent 27 Nov 2009 09:22:26 -0000
Subject failure notice
Hi. This is the qmail-send program at ns1.corpmailserver.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
ERROR: configuration specifies 'use_bayes 0', sa-learn disabled
maildrop: error writing to mailbox.
/usr/bin/maildrop: Unable to deliver to mailbox.
I'm not going to try again; this message has been in the queue too long.
##############
I've never seen that come through myself.
Try running a lint on your spamassassin (as vpopmail remember) and look
in your logs for more information.


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
Eric Shubert
2009-11-27 19:49:39 UTC
Permalink
Post by Rajesh M
hi all
i faced this error for the first time
tried googling and also the toaster forums but got no info
i need to know what this error means and how to resolve the same
thanks to all in advance
rajesh
clarifications
##############
Mail headers
Sent 27 Nov 2009 09:22:26 -0000
Subject failure notice
Hi. This is the qmail-send program at ns1.corpmailserver.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
ERROR: configuration specifies 'use_bayes 0', sa-learn disabled
maildrop: error writing to mailbox.
/usr/bin/maildrop: Unable to deliver to mailbox.
I'm not going to try again; this message has been in the queue too long.
##############
What's in your /etc/mail/spamassassin/local.cf file?
--
-Eric 'shubes'


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
Rajesh M
2009-11-28 01:19:43 UTC
Permalink
hello

###############

ok_locales all
skip_rbl_checks 1

required_score 5
report_safe 1
rewrite_header subject ---SPAM---
use_razor2 1
#use_pyzor 1
#use_auto_whitelist 1
use_bayes 0
use_bayes_rules 0
bayes_auto_learn 0

###############

spamassassin --lint gives no errors

rajesh
Post by Eric Shubert
Post by Rajesh M
hi all
i faced this error for the first time
tried googling and also the toaster forums but got no info
i need to know what this error means and how to resolve the same
thanks to all in advance
rajesh
clarifications
##############
Mail headers
Sent 27 Nov 2009 09:22:26 -0000
Subject failure notice
Hi. This is the qmail-send program at ns1.corpmailserver.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
ERROR: configuration specifies 'use_bayes 0', sa-learn disabled
maildrop: error writing to mailbox.
/usr/bin/maildrop: Unable to deliver to mailbox.
I'm not going to try again; this message has been in the queue too long.
##############
What's in your /etc/mail/spamassassin/local.cf file?
--
-Eric 'shubes'
---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and
installations.
If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
Please visit qmailtoaster.com for the latest news, updates, and
packages.
---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
Eric Shubert
2009-11-28 01:36:13 UTC
Permalink
I have the following in local.cf:
#############
ok_locales all
skip_rbl_checks 0

required_score 3.7
report_safe 0
rewrite_header Subject [SPAM]

use_pyzor 1

use_auto_whitelist 1

bayes_path /home/vpopmail/.spamassassin/bayes
use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1
bayes_auto_learn_threshold_spam 7.0
bayes_auto_learn_threshold_nonspam 0.1
bayes_auto_expire 0

loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
trusted_networks 192.168/16
#############

Is there some reason you have bayes turned off?
--
-Eric 'shubes'
Post by Rajesh M
hello
###############
ok_locales all
skip_rbl_checks 1
required_score 5
report_safe 1
rewrite_header subject ---SPAM---
use_razor2 1
#use_pyzor 1
#use_auto_whitelist 1
use_bayes 0
use_bayes_rules 0
bayes_auto_learn 0
###############
spamassassin --lint gives no errors
rajesh
Post by Eric Shubert
Post by Rajesh M
hi all
i faced this error for the first time
tried googling and also the toaster forums but got no info
i need to know what this error means and how to resolve the same
thanks to all in advance
rajesh
clarifications
##############
Mail headers
Sent 27 Nov 2009 09:22:26 -0000
Subject failure notice
Hi. This is the qmail-send program at ns1.corpmailserver.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
ERROR: configuration specifies 'use_bayes 0', sa-learn disabled
maildrop: error writing to mailbox.
/usr/bin/maildrop: Unable to deliver to mailbox.
I'm not going to try again; this message has been in the queue too long.
##############
What's in your /etc/mail/spamassassin/local.cf file?
--
-Eric 'shubes'
---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
Rajesh M
2009-11-29 02:50:15 UTC
Permalink
hi

well i don't use bayes

i use the normal rules only which handles all the spam and i am getting
around 98-99 percent spam protection.

rajesh
Post by Rajesh M
#############
ok_locales all
skip_rbl_checks 0
required_score 3.7
report_safe 0
rewrite_header Subject [SPAM]
use_pyzor 1
use_auto_whitelist 1
bayes_path /home/vpopmail/.spamassassin/bayes
use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1
bayes_auto_learn_threshold_spam 7.0
bayes_auto_learn_threshold_nonspam 0.1
bayes_auto_expire 0
loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
trusted_networks 192.168/16
#############
Is there some reason you have bayes turned off?
--
-Eric 'shubes'
Post by Rajesh M
hello
###############
ok_locales all
skip_rbl_checks 1
required_score 5
report_safe 1
rewrite_header subject ---SPAM---
use_razor2 1
#use_pyzor 1
#use_auto_whitelist 1
use_bayes 0
use_bayes_rules 0
bayes_auto_learn 0
###############
spamassassin --lint gives no errors
rajesh
Post by Eric Shubert
Post by Rajesh M
hi all
i faced this error for the first time
tried googling and also the toaster forums but got no info
i need to know what this error means and how to resolve the same
thanks to all in advance
rajesh
clarifications
##############
Mail headers
Sent 27 Nov 2009 09:22:26 -0000
Subject failure notice
Hi. This is the qmail-send program at ns1.corpmailserver.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
ERROR: configuration specifies 'use_bayes 0', sa-learn disabled
maildrop: error writing to mailbox.
/usr/bin/maildrop: Unable to deliver to mailbox.
I'm not going to try again; this message has been in the queue too long.
##############
What's in your /etc/mail/spamassassin/local.cf file?
--
-Eric 'shubes'
---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and
installations.
If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
Please visit qmailtoaster.com for the latest news, updates, and
packages.
---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
Jake Vickers
2009-11-29 13:11:14 UTC
Permalink
Post by Rajesh M
hi
well i don't use bayes
i use the normal rules only which handles all the spam and i am getting
around 98-99 percent spam protection.
rajesh
Post by Rajesh M
#############
ok_locales all
skip_rbl_checks 0
required_score 3.7
report_safe 0
rewrite_header Subject [SPAM]
use_pyzor 1
use_auto_whitelist 1
bayes_path /home/vpopmail/.spamassassin/bayes
use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1
bayes_auto_learn_threshold_spam 7.0
bayes_auto_learn_threshold_nonspam 0.1
bayes_auto_expire 0
loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
trusted_networks 192.168/16
#############
Is there some reason you have bayes turned off?
--
-Eric 'shubes'
Post by Rajesh M
hello
###############
ok_locales all
skip_rbl_checks 1
required_score 5
report_safe 1
rewrite_header subject ---SPAM---
use_razor2 1
#use_pyzor 1
#use_auto_whitelist 1
use_bayes 0
use_bayes_rules 0
bayes_auto_learn 0
###############
spamassassin --lint gives no errors
rajesh
Post by Eric Shubert
Post by Rajesh M
hi all
i faced this error for the first time
tried googling and also the toaster forums but got no info
i need to know what this error means and how to resolve the same
thanks to all in advance
rajesh
clarifications
##############
Mail headers
Sent 27 Nov 2009 09:22:26 -0000
Subject failure notice
Hi. This is the qmail-send program at ns1.corpmailserver.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
ERROR: configuration specifies 'use_bayes 0', sa-learn disabled
maildrop: error writing to mailbox.
/usr/bin/maildrop: Unable to deliver to mailbox.
I'm not going to try again; this message has been in the queue too long.
##############
What's in your /etc/mail/spamassassin/local.cf file?
--
-Eric 'shubes'
Did you try and enable the Spam box with this user? The Spam box will
require Bayes to be enabled.


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
Jake Vickers
2009-11-29 13:18:28 UTC
Permalink
Post by Jake Vickers
Post by Rajesh M
hi
well i don't use bayes
i use the normal rules only which handles all the spam and i am getting
around 98-99 percent spam protection.
rajesh
Post by Rajesh M
#############
ok_locales all
skip_rbl_checks 0
required_score 3.7
report_safe 0
rewrite_header Subject [SPAM]
use_pyzor 1
use_auto_whitelist 1
bayes_path /home/vpopmail/.spamassassin/bayes
use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1
bayes_auto_learn_threshold_spam 7.0
bayes_auto_learn_threshold_nonspam 0.1
bayes_auto_expire 0
loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
trusted_networks 192.168/16
#############
Is there some reason you have bayes turned off?
--
-Eric 'shubes'
Post by Rajesh M
hello
###############
ok_locales all
skip_rbl_checks 1
required_score 5
report_safe 1
rewrite_header subject ---SPAM---
use_razor2 1
#use_pyzor 1
#use_auto_whitelist 1
use_bayes 0
use_bayes_rules 0
bayes_auto_learn 0
###############
spamassassin --lint gives no errors
rajesh
Post by Eric Shubert
Post by Rajesh M
hi all
i faced this error for the first time
tried googling and also the toaster forums but got no info
i need to know what this error means and how to resolve the same
thanks to all in advance
rajesh
clarifications
##############
Mail headers
Sent 27 Nov 2009 09:22:26 -0000
Subject failure notice
Hi. This is the qmail-send program at ns1.corpmailserver.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
ERROR: configuration specifies 'use_bayes 0', sa-learn disabled
maildrop: error writing to mailbox.
/usr/bin/maildrop: Unable to deliver to mailbox.
I'm not going to try again; this message has been in the queue too long.
##############
What's in your /etc/mail/spamassassin/local.cf file?
--
-Eric 'shubes'
Did you try and enable the Spam box with this user? The Spam box will
require Bayes to be enabled.
Actually I should rephrase that.
The current maildrop script that is run when you have the Spambox
enabled and a spam message comes in also pipes the message to sa-learn.
Since you have Bayes turned off, this will spawn an error. You can
either turn off the Spambox, or modify the script to no longer pipe the
messages to sa-learn.


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
Eric Shubert
2009-11-29 02:57:14 UTC
Permalink
Post by Rajesh M
hi all
i faced this error for the first time
tried googling and also the toaster forums but got no info
i need to know what this error means and how to resolve the same
thanks to all in advance
rajesh
clarifications
##############
Mail headers
Sent 27 Nov 2009 09:22:26 -0000
Subject failure notice
Hi. This is the qmail-send program at ns1.corpmailserver.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
ERROR: configuration specifies 'use_bayes 0', sa-learn disabled
maildrop: error writing to mailbox.
/usr/bin/maildrop: Unable to deliver to mailbox.
I'm not going to try again; this message has been in the queue too long.
##############
I don't know why it's showing ERROR when bayes is turned off.

Have you checked permissions on this user's mailbox?
Have you tried deleting and re-adding the user's account?
--
-Eric 'shubes'


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
Loading...