Search found 256 matches

by axslingr
Thu Apr 01, 2021 1:44 pm
Forum: Installation and Upgrade
Topic: Solved: DANGER: 8.8.15p20 broke working machine openssl
Replies: 15
Views: 26859

Re: DANGER: 8.8.15p20 broke working machine openssl

Does disabling TLS for LDAP allow it to start?

Code: Select all

su - zimbra 
zmlocalconfig -e ssl_allow_untrusted_certs=true 
zmlocalconfig -e ldap_starttls_supported=0
zmlocalconfig -e ldap_starttls_required=false
zmlocalconfig -e ldap_common_require_tls=0
zmcontrol restart
by axslingr
Thu Apr 01, 2021 1:37 pm
Forum: Administrators
Topic: Zimbra 8.8.15 failed to start after reboot
Replies: 17
Views: 7066

Re: Zimbra 8.8.15 failed to start after reboot

Might be worth trying to disable TLS for LDAP.

Code: Select all

su - zimbra 
zmlocalconfig -e ssl_allow_untrusted_certs=true 
zmlocalconfig -e ldap_starttls_supported=0
zmlocalconfig -e ldap_starttls_required=false
zmlocalconfig -e ldap_common_require_tls=0
zmcontrol restart
by axslingr
Thu Dec 17, 2020 12:37 pm
Forum: Administrators
Topic: Zimbra backup without stopping
Replies: 4
Views: 2083

Re: Zimbra backup without stopping

Yep. I wouldn't depend on it though.
by axslingr
Thu Dec 17, 2020 3:58 am
Forum: Installation and Upgrade
Topic: What is your Backup Setup? For Open Source Edition
Replies: 4
Views: 6530

Re: What is your Backup Setup? For Open Source Edition

I make a backup of /opt/zimbra every night to external storage with rsync.
by axslingr
Tue Dec 15, 2020 1:07 pm
Forum: Administrators
Topic: RIP - CentOS
Replies: 5
Views: 2434

Re: RIP - CentOS

I'm planning on riding CentOS 7 out as long as I can, provided support actually lasts to 2024.
by axslingr
Sun Dec 06, 2020 5:20 pm
Forum: Administrators
Topic: There were X failed login attempts since the last successful login
Replies: 13
Views: 9666

Re: There were X failed login attempts since the last successful login

Are you able to sudo su - zimbra from a normal user account with sudo privileges?
by axslingr
Sun Dec 06, 2020 4:43 pm
Forum: Administrators
Topic: Server won't start
Replies: 6
Views: 2825

Re: Server won't start

snowymoountain wrote:all was fine until it was accidentally force restarted.
Might be worth a shot running fsck on your partitions and make sure they're clean.
by axslingr
Thu Nov 26, 2020 3:00 pm
Forum: Administrators
Topic: There were X failed login attempts since the last successful login
Replies: 13
Views: 9666

Re: There were X failed login attempts since the last successful login

Depending on which OS you're running, you might find clues in /var/log/auth.log (Ubuntu) or /var/log/secure (CentOS).
by axslingr
Thu Nov 26, 2020 2:45 pm
Forum: Installation and Upgrade
Topic: Zimbra 8.8.15 Patch 16
Replies: 3
Views: 4279

Re: Zimbra 8.8.15 Patch 16

Installed on one of my production servers. No issues so far and so happy they converted to javascript charts!
by axslingr
Sat Nov 21, 2020 2:10 pm
Forum: Administrators
Topic: zimbra do not start (search error)
Replies: 5
Views: 2379

Re: zimbra do not start (search error)

Are you using self-signed certs? You may need to re-create the CA as well as certs if so. /opt/zimbra/bin/zmcertmgr createca -new /opt/zimbra/bin/zmcertmgr createcrt -new -days 1825 /opt/zimbra/bin/zmcertmgr deploycrt self /opt/zimbra/bin/zmcertmgr deployca /opt/zimbra/bin/zmcertmgr viewdeployedcrt