Search found 580 matches
- Sat Apr 10, 2021 8:34 pm
- Forum: Administrators
- Topic: SpamAssassin Security Vulnerability
- Replies: 5
- Views: 2485
Re: SpamAssassin Security Vulnerability
Sigh. zimbra's SA 3.4.5 update will break rule updates via zmsaupdate. At least on our test system I installed last night. Guess I better see if they slipped another one past me in the repositories... nope. I am up2date! :-) Observe after 24 hours: # su - zimbra % ls /opt/zimbra/data/spamassassin/st...
- Sat Apr 10, 2021 5:15 am
- Forum: Administrators
- Topic: Help, zimbra error after Public IP Address changed
- Replies: 19
- Views: 7229
Re: Help, zimbra error after Public IP Address changed
Hi Jim, if i wanna try to changing the zimbra ip address again on that machine, when i have to write the command below ? # su - zimbra % zmlocalconfig | grep -i ldap_bind_url % zmlocalconfig -e ldap_bind_url="" % zmlocalconfig ldap_bind_url after i change the ip address of nic , edit etc/...
- Fri Apr 09, 2021 2:45 pm
- Forum: Administrators
- Topic: Help, zimbra error after Public IP Address changed
- Replies: 19
- Views: 7229
Re: Help, zimbra error after Public IP Address changed
Hi jim , i'm sorry , because i'm not too expert on linux , so 'ive just run your first command suggested . here the result : then i check the result from other zimbra machine ( the 3rd of my zimbra machine ) the result same with zimbra which successfully changed the ip address. the different thing ...
- Fri Apr 09, 2021 5:17 am
- Forum: Administrators
- Topic: Help, zimbra error after Public IP Address changed
- Replies: 19
- Views: 7229
Re: Help, zimbra error after Public IP Address changed
Can you investigate this and see if this helps shine a light on what is going on. # su - zimbra % source /opt/zimbra/bin/zmshutil % zmsetvars % env |egrep -i '(url|host)' |grep ldap If these looks sane compared to what your /etc/hosts file looks like and what ifconfig eth0 is returning, you might tr...
- Thu Apr 08, 2021 4:27 pm
- Forum: Administrators
- Topic: Help, zimbra error after Public IP Address changed
- Replies: 19
- Views: 7229
Re: Help, zimbra error after Public IP Address changed
What returns from this command? % grep -i hosts /etc/nsswitch.conf #hosts: db files nisplus nis dns hosts: files dns I like to use /etc/hosts before I resolve via dns. That allows me to test new machines fairly easily when I am bringing up new instances to test patches as I only change /etc/hosts wi...
- Thu Apr 08, 2021 2:46 pm
- Forum: Administrators
- Topic: 8.8.15 Patch 15 - How to enable TLS v 1.3 support?
- Replies: 4
- Views: 1269
Re: 8.8.15 Patch 15 - How to enable TLS v 1.3 support?
That is good to know... There are 2 locations that I have seen that reference how-to.
1) Release notes for the patch: https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.15/P20
2) wiki - https://wiki.zimbra.com/wiki/Enable_TLS1.3
1) Release notes for the patch: https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.15/P20
2) wiki - https://wiki.zimbra.com/wiki/Enable_TLS1.3
- Wed Apr 07, 2021 9:37 pm
- Forum: Installation and Upgrade
- Topic: Solved: DANGER: 8.8.15p20 broke working machine openssl
- Replies: 15
- Views: 16224
Re: Solved: DANGER: 8.8.15p20 broke working machine openssl
Are there any known issues with this patch and Ubuntu 18.04? Hopefully someone running that can provide a clearer answer. My guess is no issues given the following observations: 1) I am running a 5.11 kernel 2) The openssl fix should have a few methods for trying entropy for both newer and older ke...
- Wed Apr 07, 2021 6:33 pm
- Forum: Administrators
- Topic: Zimbra 9 MySql Fail to start
- Replies: 12
- Views: 3286
Re: Zimbra 9 MySql Fail to start
To be sure I understand what you did. 1) You had a working machine that you believe is the same release and packages as the release on the failed machine 2) You manually updated the 2 shared libraries from the working machine to the failed machine 3) Everything started and is working on the failed m...
- Tue Apr 06, 2021 6:31 pm
- Forum: Administrators
- Topic: FOSS 8.8.15P20 problem with mail queue monitoring
- Replies: 13
- Views: 4704
Re: FOSS 8.8.15P20 problem with mail queue monitoring
An update. I didn't find a simpler solution and Zimbra is researching and investigating. If your backups are not working and you can't see your mail queues via the gui console, please reference ZBUG-2191 if you open a support ticket. It's an incompatibility with the built-in ssh client in mailboxd a...
- Tue Apr 06, 2021 3:58 pm
- Forum: Administrators
- Topic: Zimbra 9 MySql Fail to start
- Replies: 12
- Views: 3286
Re: Zimbra 9 MySql Fail to start
You might investigate ldconfig -v to see the search paths and the search order. Didn't exhaustively do a search here but this looks reasonable enough for the answer from what I remember. Ref: https://unix.stackexchange.com/questions/367600/what-is-the-order-that-linuxs-dynamic-linker-searches-paths-...