1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

Forums
Welcome, Guest
Zarafa 7 Webmail - HOWTO Install and Configure
(1 viewing) 1 Guest
Go to bottomPage: 1...44454647484950...68
TOPIC: Zarafa 7 Webmail - HOWTO Install and Configure
*
#41586
Re:Zarafa 7 Webmail - HOWTO Install and Configure 1 Year ago  
Hello Roland,

thanks.

In the near future I'll try te learn more about importing a sql dump.
Do I now backup all the data needed?

- systemSQL dumb
- /var/lib/zarafa folder
- /var/spool/imap folder

Regards,

Guus
gys
Senior Boarder
Posts: 54
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#42260
Re:Zarafa 7 Webmail - HOWTO Install and Configure 11 Months, 3 Weeks ago  
Hi Tim

I have an unfortunate experience which led me to loading fresh install onto my server for both ClearOS and Zarafa.

I've hit a snag and cannot get Webaccess to work. I have been through the forum to see if there has been other similar issues.
The Httpd error log is reporting:

[Thu Jun 07 23:11:31 2012] [error] [client 192.168.150.145] File does not exist: /var/www/html/webaccess

and the access log is reporting

"GET /webaccess/ HTTP/1.1" 404 292 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)"

I have removed zarafa several times and reinstalled it with no change to the webaccess issue

there was a glitch when on the first install, the script failed to 2 of the packages and missed creating the widgets directory. I manually created the directory and then proceeded with the next sequence of steps in your instructions.

are there any other logs that I should be looking at?

Kind Regards

Vince
Vince
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#42288
Re:Zarafa 7 Webmail - HOWTO Install and Configure 11 Months, 2 Weeks ago  
Hi Vince, the /webaccess URL is part of the web server...make sure you have run 'service httpd restart' and 'service webconfig restart'
Tim Burgess
Moderator
Posts: 5802
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#42300
Re:Zarafa 7 Webmail - HOWTO Install and Configure 11 Months, 2 Weeks ago  
Thanks Tim

I forgot to mention that I had restarted the two services (httpd and webconfig)

it returns an 404 error, webpage cannot be found

i mentioned before that I created the widget directory as the first install missed it.

are there any permission requirements?

Kind Regards

Vince
Vince
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#42303
Re:Zarafa 7 Webmail - HOWTO Install and Configure 11 Months, 2 Weeks ago  
What's the output of 'rpm -q zarafa-webaccess'? is it installed?

Do you get the same problem if you point your browser directly at the webconfig service... clearos:84

No extra permission requirements required
Tim Burgess
Moderator
Posts: 5802
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#42321
Re:Zarafa 7 Webmail - HOWTO Install and Configure 11 Months, 2 Weeks ago  
Hi Tim

For some reason it was not loaded. I have added it and presto, all is as it should be.

thanks again

Kind Regards

Vince
Vince
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#42856
Re:Zarafa 7 Webmail - HOWTO Install and Configure 11 Months ago  
Hi Tim,

I saw that Z-push 2.0 is released. Any change on a update ?
i hope so, because the Betas are giving a lot op pollution in logs.

Is it otherwise easy to adjust z-push to installed it my self, because it is now customized for Zarafa by you.
Patrick
Expert Boarder
Posts: 124
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
It is nice to important, but it is more important to be nice
 
#43173
Re:Zarafa 7 Webmail - HOWTO Install and Configure 10 Months, 3 Weeks ago  
Has anyone tried the Dspam/SpamAssassin Plugin with Tim's Zarafa and WebAcess?

community.zarafa.com/pg/plugins/project/...m-filter-integration

Any feedback?
Ryan
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43179
Re:Zarafa 7 Webmail - HOWTO Install and Configure 10 Months, 3 Weeks ago  
Hi Patrick, thanks for the heads up - i'll put a build out for Z-push 2.0

Hi Ryan, yes i've been looking at that and in theory could be setup for Spamassassin. I also have a working spam training script (for 5.2) which i'm looking to implement in 6.x using the public folder system. Its work in progress...

The ClearOS 5.2 howto is here
www.clearfoundation.com/component/option.../func,view/id,23259/
Tim Burgess
Moderator
Posts: 5802
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43247
Re:Zarafa 7 Webmail - HOWTO Install and Configure 10 Months, 3 Weeks ago  
Tim I was wondering if you can help me out, I am trying to use z-push-admin from the new beta you had (may not be new haven't upgraded z-push in a while) and I get these errors:

PHP Notice: Use of undefined constant LOGLEVEL - assumed 'LOGLEVEL' in /usr/share/zarafa-z-push/lib/core/zlog.php on line 185
PHP Notice: Use of undefined constant LOGLEVEL - assumed 'LOGLEVEL' in /usr/share/zarafa-z-push/lib/core/zlog.php on line 104
PHP Notice: Use of undefined constant LOGUSERLEVEL - assumed 'LOGUSERLEVEL' in /usr/share/zarafa-z-push/lib/core/zlog.php on line 108
Usage:

When looking at the code I don't really understand it but I can post the lines here:

185 - return @strftime("%d/%m/%Y %H:%M:%S") ." ". self::$pidstr . self::$user . self::getLogLevelString($loglevel, (LOGLEVEL > LOGLEVEL_INFO)) ." ". self::$devid;

104 - if ($loglevel <= LOGLEVEL) {
@file_put_contents(LOGFILE, $data, FILE_APPEND);

108 - if ($loglevel <= LOGUSERLEVEL && self::logToUserFile()) {

Which I now get this new error : PHP Fatal error: Call to undefined function mapi_prop_tag() in /usr/share/zarafa-z-push/backend/zarafa/mapi/mapitags.php on line 51

Any idea?
James Joseph
Expert Boarder
Posts: 155
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1...44454647484950...68
  get the latest posts directly to your desktop