Search found 212 matches

by maxxer
Thu Apr 27, 2023 10:13 am
Forum: Developers
Topic: siguesigueid.py: Script that takes a message and return the related lines in zimbra.log
Replies: 5
Views: 2185

Re: siguesigueid.py: Script that takes a message and return the related lines in zimbra.log

Hi, thanks for sharing!
It would be great to put it on GitHub, to help collaboration! Maybe you can file a PR to https://github.com/Zimbra-Community/zimbra-tools?
by maxxer
Thu Apr 27, 2023 10:10 am
Forum: Administrators
Topic: Multiple LDAP server, auth fails because one server is offline
Replies: 12
Views: 3366

Re: Multiple LDAP server, auth fails because one server is offline

Just this:

Code: Select all

 zimbraAuthLdapURL: ldap://localhost:1389
The configuration needs to be improved to support SSL/TLS on the haproxy side.
by maxxer
Mon Apr 24, 2023 12:25 pm
Forum: Administrators
Topic: Multiple LDAP server, auth fails because one server is offline
Replies: 12
Views: 3366

Re: Multiple LDAP server, auth fails because one server is offline

I followed @Klug's advice and installed haproxy, minimal config: frontend ldap_front bind 127.0.0.1:1389 mode tcp option tcplog default_backend ldap_back backend ldap_back mode tcp balance roundrobin option ldap-check # Cert is expired, check fails server ldap1 192.168.5.12:636 ssl ca-file /etc/hapr...
by maxxer
Wed Apr 12, 2023 7:48 am
Forum: Administrators
Topic: Multiple LDAP server, auth fails because one server is offline
Replies: 12
Views: 3366

Re: Multiple LDAP server, auth fails because one server is offline

Oh, thanks.

Quite disappointing to require a balancer for multiple LDAP backend, and for least the UI/param with multiple values is counterintuitive.

Thanks again
by maxxer
Fri Apr 07, 2023 11:27 am
Forum: Administrators
Topic: Multiple LDAP server, auth fails because one server is offline
Replies: 12
Views: 3366

Re: Multiple LDAP server, auth fails because one server is offline

Indeed I was too quick. I set up Active Directory auth on a domain. For failsafe reasons, I configured two hosts, so if one of them is unavailable, auth can be performed (hopefully) against the other one. Unfortunately, it doesn't seem to work this way, as today one of the two LDAP server was unreac...
by maxxer
Fri Apr 07, 2023 8:29 am
Forum: Administrators
Topic: Multiple LDAP server, auth fails because one server is offline
Replies: 12
Views: 3366

Multiple LDAP server, auth fails because one server is offline

I configured multiple LDAP servers for authentication, now one of the two is down and auth fails! What's the purpose of having more than one AD server, if no fallback is performed? Am I missing a config param? thanks 2023-04-07 09:35:00,100 INFO [qtp1704064279-762632://localhost:8080/service/soap/Ba...
by maxxer
Thu Nov 24, 2022 11:08 am
Forum: Administrators
Topic: Deceptive site ahead - phishing email
Replies: 3
Views: 2233

Re: Deceptive site ahead - phishing email

I think I didn't explain well enough my point: the Zimbra host is being marked as deceptive, because there's an email leading to a malicious site!
by maxxer
Wed Nov 23, 2022 2:29 pm
Forum: Administrators
Topic: Deceptive site ahead - phishing email
Replies: 3
Views: 2233

Deceptive site ahead - phishing email

Hi. We received a (phishing?) email which triggers an error in Chrome, as if Zimbra was a malicious site. deceptive site-1669213456665.png I've posted the email source to Pastebin: https://pastebin.com/z7n5ArdR Is this something related to latest P28/P35? Currently running 9.0.0.ZEXTRAS.20220713.UBU...
by maxxer
Tue Oct 18, 2022 7:23 am
Forum: Administrators
Topic: Single mailbox pretty much slow
Replies: 3
Views: 2130

Re: Single mailbox pretty much slow

Thank you for the suggestion! I thought about the same, as the user recently "discovered" sorting by read/unread. Unfortunately, it doesn't seem the case. He reverted the sorting to the default, and I even cleared the sorting param for the user, but he's still experiencing this slowness. I...
by maxxer
Fri Oct 14, 2022 8:57 am
Forum: Administrators
Topic: Single mailbox pretty much slow
Replies: 3
Views: 2130

Single mailbox pretty much slow

Hi. I'm having a weird situation on our ZCS 9 OSE. One single mailbox is becoming very slow in loading the "Inbox" mail list. When clicking the Inbox, it takes around 3/4s to load, while for other folders it's immediate. Even for the Sent folder, which is bigger (both in total size and in ...