Re: [qmailtoaster] problems last version vqadmin 2.3.7 (error invalid language file)

2012-09-04 Thread Alessio Cecchi

Il 04/09/2012 21:40, Linux ha scritto:

hello friends, update the latest packages including vqadmin
qmailtoaster 2.3.7 but when entering the panel I get the error
"invalid language file" and I have no access to manage my domains.
anyone know how this problem is fixed?

I use Centos 5.8 64 bit

For italian language we have the same problem, for fix, find your 
language file in vqadmin/html/, for example "it-it", and copy it as "it".


Ciao

--
Alessio Cecchi is:
@ ILS -> http://www.linux.it/~alessice/
on LinkedIn -> http://www.linkedin.com/in/alessice
Assistenza Sistemi GNU/Linux -> http://www.cecchi.biz/
@ PLUG -> ex-Presidente, adesso senatore a vita, http://www.prato.linux.it


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Whitelisting in SpamAssassin

2012-09-04 Thread Casey James Price

Thanks Gilbert.

The main thing that separates my current configuration from most of QMT 
users is the fact that my company is using 3 different QMT "Gateway" 
hosts (these boxes are basically just running the core components of QMT 
+ Spamydke, and then with the help of smtproutes, pass the traffic to 
the QMT spamassassin box, and from there it goes to either a legacy 
Solaris QMR install, or bypasses SA1 altogether and goes to an 
up-to-date standard QMT server).


I'm working on consolidating the roles of the servers so that the 
gateway boxes also run SA, and then are passed off to a mailbox server, 
however for the time being my SpamAssassin server doesn't contain any of 
the users or mailboxes and strictly receives whatever the gateways allow 
and pass to it, and then it uses sa & simscan to filter that mail before 
it is handed off to its final destination.


Sowith all of that in mind, anyone have any further recommendations?

Thanks everyone!

Casey James Price

Smile Global Technical Support
Submit or check trouble tickets http://billing.smileglobal.com
www.smileglobal.com 

Follow us on Twitter 
Find us on Facebook 
On 9/4/12 4:54 PM, Gilbert T. Gutierrez, Jr. wrote:
If you are adding the whitelist rules on a user by user case, you need 
to add the flag "allow_user_rules 1" to your local.cf.  I store all my 
user specific rules in MySQL for spamassassin and I use 
whitelist_from. The whitelist_from never worked until I added the 
allow_user_rules 1 in the local.cf.


Gilbert T. Gutierrez, Jr.
Operations Manager
Phoenix Internet

On 8/30/2012 1:41 PM, Casey James Price wrote:

Hi all,

One of my customers is having an issue with emails being incorrectly 
classified as spam by SpamAssassin. They are using a 3rd party site 
with a form to handle registrations from customers. The form is 
configured to send the mail to a specific user on their domain (in 
this case lets call that a...@example.com)...the form is also setup so 
that the From and reply-to addresses point to whatever email addresss 
the user filling out the form inputs.


I can see in my spamdyke logs that those messages are originating 
from skyride.digiknows.com, so I went ahead and tried whitelisting 
that address in spamdyke for the whitelist_senders list, but where 
I'm having problems is that spamassassin is still classifying the 
mail as spam. I tried whitelist_from *@skyride.digiknows.com as well 
as whitelist_from_rcvd (not sure if I fully understand how this one 
works though).


Running the latest release of QMT/QTP.

Here is a snippet from my local.cf

ok_locales all
skip_rbl_checks 1

required_score 5
report_safe 0
rewrite_header Subject [SPAM] SA1

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 6.5
bayes_auto_learn_threshold_nonspam 0.1
bayes_auto_expire 1
loadplugin Mail::SpamAssassin::Plugin::URIDNSBL

score FH_DATE_PAST_20XX 0.0

# Rule2XSBody - speedup by compilation of rulseset to native code
loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody

trusted_networks 69.7.35.11 69.7.35.25 69.7.35.131 69.7.35.42

whitelist_from *@skyride.digiknow.com
whitelist_from_rcvd *@skyride.digiknow.com skyride.digiknow.com
whitelist_allows_relays s...@clevelandmetroparks.com


Anyone have any ideas?

Thanks!

--
Casey James Price

Smile Global Technical Support
Submit or check trouble tickets http://billing.smileglobal.com
www.smileglobal.com 

Follow us on Twitter 
Find us on Facebook 



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





RE: [qmailtoaster] Whitelisting in SpamAssassin

2012-09-04 Thread Helmut Fritz
I use exactly this format in my local.cf and it works.

whitelist_from *@anbtx.com

I also have some users where I:

whitelist_to n...@domain.com

and a couple of domains where I am backup MX:

all_spam_to *@domain.com

all of these work fine for me, I do not have the allow_user_rules 1 that
Gilbert has, but I am running a system wide spamassasin and not per user.

Make sure you restart the processes after you add the rules - at least I do.
I just stop and restart the whole qmail system with qmailctl.

Hope that helps.

-Original Message-
From: Gilbert T. Gutierrez, Jr. [mailto:mailing-li...@phoenixinternet.net] 
Sent: Tuesday, September 04, 2012 4:54 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Whitelisting in SpamAssassin

If you are adding the whitelist rules on a user by user case, you need to
add the flag "allow_user_rules 1" to your local.cf.  I store all my user
specific rules in MySQL for spamassassin and I use whitelist_from. 
The whitelist_from never worked until I added the allow_user_rules 1 in the
local.cf.

Gilbert T. Gutierrez, Jr.
Operations Manager
Phoenix Internet

On 8/30/2012 1:41 PM, Casey James Price wrote:
> Hi all,
>
> One of my customers is having an issue with emails being incorrectly 
> classified as spam by SpamAssassin. They are using a 3rd party site 
> with a form to handle registrations from customers. The form is 
> configured to send the mail to a specific user on their domain (in 
> this case lets call that a...@example.com)...the form is also setup so 
> that the From and reply-to addresses point to whatever email addresss 
> the user filling out the form inputs.
>
> I can see in my spamdyke logs that those messages are originating from 
> skyride.digiknows.com, so I went ahead and tried whitelisting that 
> address in spamdyke for the whitelist_senders list, but where I'm 
> having problems is that spamassassin is still classifying the mail as 
> spam. I tried whitelist_from *@skyride.digiknows.com as well as 
> whitelist_from_rcvd (not sure if I fully understand how this one works 
> though).
>
> Running the latest release of QMT/QTP.
>
> Here is a snippet from my local.cf
>
> ok_locales all
> skip_rbl_checks 1
>
> required_score 5
> report_safe 0
> rewrite_header Subject [SPAM] SA1
>
> 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 6.5
> bayes_auto_learn_threshold_nonspam 0.1 bayes_auto_expire 1 loadplugin 
> Mail::SpamAssassin::Plugin::URIDNSBL
>
> score FH_DATE_PAST_20XX 0.0
>
> # Rule2XSBody - speedup by compilation of rulseset to native code 
> loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody
>
> trusted_networks 69.7.35.11 69.7.35.25 69.7.35.131 69.7.35.42
>
> whitelist_from *@skyride.digiknow.com
> whitelist_from_rcvd *@skyride.digiknow.com skyride.digiknow.com 
> whitelist_allows_relays s...@clevelandmetroparks.com
>
>
> Anyone have any ideas?
>
> Thanks!
>
> --
> Casey James Price
>
> Smile Global Technical Support
> Submit or check trouble tickets http://billing.smileglobal.com 
> www.smileglobal.com 
>
> Follow us on Twitter 
> Find us on Facebook 


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Whitelisting in SpamAssassin

2012-09-04 Thread Gilbert T. Gutierrez, Jr.
If you are adding the whitelist rules on a user by user case, you need 
to add the flag "allow_user_rules 1" to your local.cf.  I store all my 
user specific rules in MySQL for spamassassin and I use whitelist_from. 
The whitelist_from never worked until I added the allow_user_rules 1 in 
the local.cf.


Gilbert T. Gutierrez, Jr.
Operations Manager
Phoenix Internet

On 8/30/2012 1:41 PM, Casey James Price wrote:

Hi all,

One of my customers is having an issue with emails being incorrectly 
classified as spam by SpamAssassin. They are using a 3rd party site 
with a form to handle registrations from customers. The form is 
configured to send the mail to a specific user on their domain (in 
this case lets call that a...@example.com)...the form is also setup so 
that the From and reply-to addresses point to whatever email addresss 
the user filling out the form inputs.


I can see in my spamdyke logs that those messages are originating from 
skyride.digiknows.com, so I went ahead and tried whitelisting that 
address in spamdyke for the whitelist_senders list, but where I'm 
having problems is that spamassassin is still classifying the mail as 
spam. I tried whitelist_from *@skyride.digiknows.com as well as 
whitelist_from_rcvd (not sure if I fully understand how this one works 
though).


Running the latest release of QMT/QTP.

Here is a snippet from my local.cf

ok_locales all
skip_rbl_checks 1

required_score 5
report_safe 0
rewrite_header Subject [SPAM] SA1

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 6.5
bayes_auto_learn_threshold_nonspam 0.1
bayes_auto_expire 1
loadplugin Mail::SpamAssassin::Plugin::URIDNSBL

score FH_DATE_PAST_20XX 0.0

# Rule2XSBody - speedup by compilation of rulseset to native code
loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody

trusted_networks 69.7.35.11 69.7.35.25 69.7.35.131 69.7.35.42

whitelist_from *@skyride.digiknow.com
whitelist_from_rcvd *@skyride.digiknow.com skyride.digiknow.com
whitelist_allows_relays s...@clevelandmetroparks.com


Anyone have any ideas?

Thanks!

--
Casey James Price

Smile Global Technical Support
Submit or check trouble tickets http://billing.smileglobal.com
www.smileglobal.com 

Follow us on Twitter 
Find us on Facebook 



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] problems last version vqadmin 2.3.7 (error invalid language file)

2012-09-04 Thread Kelly Cobean
Hi Pablo,
   It looks like a language file issue.  What language spec is your
browser passing to the server?

> Hi Kelly,
>
> I do not use chrome, use firefox version 15.0, you can fix it?
>
> best regards,
>
> Pablo
>
> 2012/9/4 Kelly Cobean :
>> Hi Pablo,
>>Are you using Chrome by chance?
>>
>> http://serverfault.com/questions/157495/vqadmin-invalid-language-file-with-google-chrome
>>
>>> hello friends, update the latest packages including vqadmin
>>> qmailtoaster 2.3.7 but when entering the panel I get the error
>>> "invalid language file" and I have no access to manage my domains.
>>> anyone know how this problem is fixed?
>>>
>>> I use Centos 5.8 64 bit
>>>
>>> Best regards
>>>
>>> Pablo
>>>
>>> -
>>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>>> For additional commands, e-mail:
>>> qmailtoaster-list-h...@qmailtoaster.com
>>>
>>>
>>
>>
>>
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] problems last version vqadmin 2.3.7 (error invalid language file)

2012-09-04 Thread Linux
Hi Kelly,

I do not use chrome, use firefox version 15.0, you can fix it?

best regards,

Pablo

2012/9/4 Kelly Cobean :
> Hi Pablo,
>Are you using Chrome by chance?
>
> http://serverfault.com/questions/157495/vqadmin-invalid-language-file-with-google-chrome
>
>> hello friends, update the latest packages including vqadmin
>> qmailtoaster 2.3.7 but when entering the panel I get the error
>> "invalid language file" and I have no access to manage my domains.
>> anyone know how this problem is fixed?
>>
>> I use Centos 5.8 64 bit
>>
>> Best regards
>>
>> Pablo
>>
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>
>>
>
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>

-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] problems last version vqadmin 2.3.7 (error invalid language file)

2012-09-04 Thread Kelly Cobean
Hi Pablo,
   Are you using Chrome by chance?

http://serverfault.com/questions/157495/vqadmin-invalid-language-file-with-google-chrome

> hello friends, update the latest packages including vqadmin
> qmailtoaster 2.3.7 but when entering the panel I get the error
> "invalid language file" and I have no access to manage my domains.
> anyone know how this problem is fixed?
>
> I use Centos 5.8 64 bit
>
> Best regards
>
> Pablo
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] problems last version vqadmin 2.3.7 (error invalid language file)

2012-09-04 Thread Linux
hello friends, update the latest packages including vqadmin
qmailtoaster 2.3.7 but when entering the panel I get the error
"invalid language file" and I have no access to manage my domains.
anyone know how this problem is fixed?

I use Centos 5.8 64 bit

Best regards

Pablo

-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com