Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #21 (permalink)  
Old 10-09-2009, 10:19 AM
Loyal Member
 
Posts: 82
Default borngunners -

When you run this command.. --> zmprov gcf zimbraMtaBlockedExtension
and it shows a list .. then you have them blocked... go look in Admin GUI they should be on the left side now...


Quote:
Originally Posted by borngunners View Post
Well. I have retry everything again. This time I stopped postfix and start postfix. Look at the following command:


and next:


and finally:


i am not sure what else i might be doing wrong. The issue only occurs when I make the changes in the global configuartion.

Thanks
__________________
Microsoft MCP, MCSE+I, Novell CNA, CNE, Compaq ASE
Untangle your Network, I did.! http://www.untangle.com/
Reply With Quote
  #22 (permalink)  
Old 10-09-2009, 10:27 AM
Advanced Member
 
Posts: 191
Default

When you say Admin GUI are you refering to a file or the Admin web access? Because all I can see in Admin web access are Manage zimlets and the sub-categories.....
Is that what you are refering to here?

Thanks

Last edited by borngunners; 10-09-2009 at 10:34 AM..
Reply With Quote
  #23 (permalink)  
Old 10-09-2009, 10:39 AM
Loyal Member
 
Posts: 82
Smile Admin GUI = Graphical User Interface = WEB BROWSER

Hi.. you must be totally new like i was a few months ago...

You mush run the commands from command line using Putty (if your on windows workstation)

There are errors in the ADMIN GUI (web browser when trying to add or change attachments - you geta java error)

The command line is the only way right now to block attachments... once you add them then they will show up in the web browser admin tool

under configuration you should see (click the arrow) to drop down the list
class of service
doamins
servers
zimlets
admin ext
global settings

Go to global settings then attachments - PLEASE READ the Admin Manual.. If these things are missing then you might have a bad install

Quote:
Originally Posted by borngunners View Post
When you say Admin GUI are you refering to a file or the Admin web access? Because all I can see in Admin web access are Manage zimlets and the sub-categories.....
Is that what you are refering to here?

Thanks
__________________
Microsoft MCP, MCSE+I, Novell CNA, CNE, Compaq ASE
Untangle your Network, I did.! http://www.untangle.com/
Reply With Quote
  #24 (permalink)  
Old 10-09-2009, 10:45 AM
Advanced Member
 
Posts: 191
Default

Sorry....unfortunately, I was not trying to do any attachment, but rather trying to make changes to the TLS and RBL's in Global configuration when I get the error message. I followed this thread because it is similar error message. Thanks for clarifying Admin GUI for me...lol -
This is the error message when I try to use another web browser firefox:

JavaScript error encountered in method ZaXFormViewController.prototype._saveChangesCallba ck message: cnt is not defined fileName: https://zimbra.my.account.com:7071/z...v=090911181210 lineNumber: 7838 stack: ()@https://zimbra.my.account.com:7071/zimbraAdmin/js/Admin_all.js.zgz?v=090911181210:7838 ((void 0))@https://zimbra.my.account.com:7071/zimbraAdmin/js/Admin...
Detail
Reply With Quote
  #25 (permalink)  
Old 10-09-2009, 10:56 AM
Loyal Member
 
Posts: 82
Default Borngunners - Please don't waste people's time here..

Please be specific about the issue.. not saying it's something else...

If you have a different problem then say so.. ok?

There is a work around for the RBL's also... here is the info..

These are the one's i am using.. just change (see below)
sudo bash
su zimbra

verify RBL's and block settings in use
zmprov gacf | grep zimbraMtaRestriction

to verify in postfix use
su - zimbra -c 'postconf | grep smtpd_recipient_restrictions'


I Used this command to add Mine: just change rbl server name
zmprov mcf +zimbraMtaRestriction "reject_rbl_client zen.spamhaus.org"

here is my list...

zmprov mcf +zimbraMtaRestriction "reject_rbl_client bl.spamcop.net"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client dnsbl-1.uceprotect.net"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client ix.dnsbl.manitu.net"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client dyna.spamrats.com"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client noptr.spamrats.com"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client all.rbl.jp"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client safe.dnsbl.sorbs.net"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client b.barracudacentral.org"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client psb.surriel.com"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client dnsbl.ahbl.org"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client dnsbl.njabl.org"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client bhnc.njabl.org"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client dnsbl.dronebl.org"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client rabl.nuclearelephant.com"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client multi.uribl.com"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client 0spam.fusionzero.com"
zmprov mcf +zimbraMtaRestriction "reject_rbl_client 0spam-killlist.fusionzero.com"


then do

Restart services
zmmtactl restart



Quote:
Originally Posted by borngunners View Post
Sorry....unfortunately, I was not trying to do any attachment, but rather trying to make changes to the TLS and RBL's in Global configuration when I get the error message. I followed this thread because it is similar error message. Thanks for clarifying Admin GUI for me...lol -
This is the error message when I try to use another web browser firefox:

JavaScript error encountered in method ZaXFormViewController.prototype._saveChangesCallba ck message: cnt is not defined fileName: https://zimbra.my.account.com:7071/z...v=090911181210 lineNumber: 7838 stack: ()@https://zimbra.my.account.com:7071/zimbraAdmin/js/Admin_all.js.zgz?v=090911181210:7838 ((void 0))@https://zimbra.my.account.com:7071/zimbraAdmin/js/Admin...
Detail
__________________
Microsoft MCP, MCSE+I, Novell CNA, CNE, Compaq ASE
Untangle your Network, I did.! http://www.untangle.com/
Reply With Quote
  #26 (permalink)  
Old 10-09-2009, 11:01 AM
Advanced Member
 
Posts: 191
Default

I am sorry about that...... I never intended to waste anyones times. I am new to all this so you have to be patient with me. I will be helping someone else with issues like this someday when you will be resting your brain

How about the one for the TLS?

This is what i get after the first command:
zimbra@zimbra:~$ zmprov gacf|grep zimbraMtaRestriction
zimbraMtaRestriction: check_policy_service inet:127.0.0.1:2501
Reply With Quote
  #27 (permalink)  
Old 10-09-2009, 11:13 AM
Loyal Member
 
Posts: 82
Default tls - i don't know of any...

you will have to look through manual or someone else may know..

being new isn't the issue.. but I posted 3 or 4 times before you even told me correctly what you needed..
my point is.. be specific... you were asking to solve a problem but did not state what the problem was... of course rbl and attachment blocking are different things..



Quote:
Originally Posted by borngunners View Post
I am sorry about that...... I never intended to waste anyones times. I am new to all this so you have to be patient with me. I will be helping someone else with issues like this someday when you will be resting your brain

How about the one for the TLS?

This is what i get after the first command:
zimbra@zimbra:~$ zmprov gacf|grep zimbraMtaRestriction
zimbraMtaRestriction: check_policy_service inet:127.0.0.1:2501
__________________
Microsoft MCP, MCSE+I, Novell CNA, CNE, Compaq ASE
Untangle your Network, I did.! http://www.untangle.com/
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.