Search found 69 matches
- Wed Dec 16, 2020 1:36 pm
- Forum: Administrators
- Topic: RIP - CentOS
- Replies: 5
- Views: 1033
Re: RIP - CentOS
But If I read the Centos Stream announcement I understand that Centos will remain as opensource Linux OS ... or not ? Seems that they are changing the product lifecycle and how they deploy the "versions" ... or is it becoming not really usable for production platforms? I really hope it is ...
- Sat Jul 18, 2020 12:42 am
- Forum: /etc
- Topic: ZCS 9 Patch Updates
- Replies: 1
- Views: 1016
ZCS 9 Patch Updates
Can anybody advise how would patching work If I install one of the ZCS9 builds mentioned here?
Would I be able to run a plain “yum update” when Synancor publishes patches for Zimbra 9?
Thanks everybody
Would I be able to run a plain “yum update” when Synancor publishes patches for Zimbra 9?
Thanks everybody
- Sun Jan 05, 2020 12:40 pm
- Forum: Administrators
- Topic: Setting up a web server to go along Zimbra
- Replies: 5
- Views: 1430
Re: Setting up a web server to go along Zimbra
To achieve this in my environment I have done the following: I left the Zimbra installation "standard" including the ports (in my case the webmail responds to 8443 port). I tend to avoid manual editing of files. In front of the zimbra server I have created a separate VM with nginx hosting ...
- Mon Sep 09, 2019 1:13 pm
- Forum: Administrators
- Topic: Disk /boot at 100% on mail.x.com:
- Replies: 2
- Views: 929
Re: Disk /boot at 100% on mail.x.com:
I may suggest to look at options how to add new disk partitions, see example:
viewtopic.php?f=15&t=62472&p=286278#p286278
And there is also a wiki on Zimbra disk space
https://wiki.zimbra.com/wiki/Ajcody-Disk-Full-Issues
viewtopic.php?f=15&t=62472&p=286278#p286278
And there is also a wiki on Zimbra disk space
https://wiki.zimbra.com/wiki/Ajcody-Disk-Full-Issues
- Mon Dec 24, 2018 12:48 am
- Forum: Administrators
- Topic: Web interface freezing after enabling reverse-proxy
- Replies: 6
- Views: 2054
Re: Web interface freezing after enabling reverse-proxy
I have a reverse proxy using a different nginx server on the same LAN. In my case I experienced that I have to pass the 3 headers: X_Real-IP, X-Forwarded-For and Host to have the web interface work correctly (and logging the correct IP address) By the way memcached is installed ... proxy_pass https:...
- Wed Nov 14, 2018 1:12 pm
- Forum: Administrators
- Topic: Zimbra 8.8.6_GA_1906.NETWORK automate the export/import of contacts
- Replies: 2
- Views: 672
Re: Zimbra 8.8.6_GA_1906.NETWORK automate the export/import of contacts
I also would like to do this !
- Wed Nov 14, 2018 12:22 pm
- Forum: Administrators
- Topic: Simple program to report successful/fail ip logins and sorted by count
- Replies: 29
- Views: 9087
Re: Simple program to report successful/fail ip logins and sorted by count
Hello -- my single zimbra server runs behind a reverse proxy server (nginx). Anyway to allow the script read the originating IP ? As today it reads as all successful connection are coming from the reverse proxy IP. Try this... where X.X.X.X is your single server ip. # allow /opt/zimbra/log/audit.lo...
- Tue Nov 13, 2018 10:58 pm
- Forum: Administrators
- Topic: Simple program to report successful/fail ip logins and sorted by count
- Replies: 29
- Views: 9087
Re: Simple program to report successful/fail ip logins and sorted by count
Hello -- my single zimbra server runs behind a reverse proxy server (nginx). As today it reads as all successful connection are coming from the reverse proxy IP. I noticed that my Zimbra server audit.log trace correctly the "oip=xxx.xxx.xxx.xxx" but someway the script reports the "$ip...
- Thu Oct 25, 2018 11:21 pm
- Forum: Mobility
- Topic: Easy install of Z-Push
- Replies: 32
- Views: 45804
Re: Easy install of Z-Push
Kordian -- To stay safe I have z-push installed on the front-end server, Zimbra server stays behind. I also have 1 IP external for all (mail, web, SSL certbot, etc). There I have nginx reverse-proxy setup to direct to different services based on port (local server for z-push, zimbra server for 8443,...
- Sat Oct 06, 2018 11:13 am
- Forum: Administrators
- Topic: Please help increase the size disk
- Replies: 6
- Views: 4022
Re: Please help increase the size disk
Ok I understood the importance of leaving the root partition for the operating system separate from the application partition, I also decided that I don't need a /home partition therefore I have taken the below steps without touching the stock partition scheme (yes, it's single disk): - created a VM...