Search found 341 matches

by cayaraa
Fri Dec 08, 2023 6:01 pm
Forum: Installation and Upgrade
Topic: [SOLVED] zmmboxmove fails by delet the temporary directory
Replies: 2
Views: 5879

Re: [SOLVED] zmmboxmove fails by delet the temporary directory

Hi oetiker: Just checking if this really fixed your issue. I've run into what looks almost like the same problem when I run zmmboxmove: Caused by: java.io.IOException: Cannot remove /opt/zimbra/backup/tmp/mboxmove/dda27dd4-0118-468b-948d-b91a057271d8/db I've updated the settings in jetty-setuid.xml ...
by cayaraa
Mon Jul 24, 2023 4:08 pm
Forum: Administrators
Topic: Is there a way to filter the output from ldapsearch to zimbraLastLogonTimestamp?
Replies: 8
Views: 1000

Re: Is there a way to filter the output from ldapsearch to zimbraLastLogonTimestamp?

I think you're missing a ")" at the end. This worked for me: $ ldapsearch -x -H ldap://hostname.domain.com:389 -D $zimbra_ldap_userdn -w $zimbra_ldap_password '(&(objectClass=zimbraAccount)(zimbraLastLogonTimestamp>=20230701144549Z)(!(objectclass=zimbraCalendarResource)))' uid|egrep &q...
by cayaraa
Mon Jul 24, 2023 4:00 pm
Forum: Administrators
Topic: Is there a way to filter the output from ldapsearch to zimbraLastLogonTimestamp?
Replies: 8
Views: 1000

Re: Is there a way to filter the output from ldapsearch to zimbraLastLogonTimestamp?

Hmm, I just tested this command that I've used in the past, and it appears to still be working: $ ldapsearch -x -H ldap://hostname.domain.com:389 -D $zimbra_ldap_userdn -w $zimbra_ldap_password "(&(zimbraLastLogonTimestamp>=20230701144549Z)(mail=*@domain.com))" uid|egrep "^uid&quo...
by cayaraa
Mon Jul 24, 2023 3:40 pm
Forum: Administrators
Topic: Is there a way to filter the output from ldapsearch to zimbraLastLogonTimestamp?
Replies: 8
Views: 1000

Re: Is there a way to filter the output from ldapsearch to zimbraLastLogonTimestamp?

Something I've noticed in newer versions of Zimbra is if you have multiple ldap hosts listed in "$ldap_master_url" the ldapsearch gets upset. I'm not 100% sure, but I don't think that used to be the case in zimbra 8.7 or below. Try running it again but use -H ldap://hostname.domain.com:389
by cayaraa
Mon Jun 12, 2023 4:32 pm
Forum: Administrators
Topic: Migrating from 8 to 9 - import of mailbox data failing.
Replies: 2
Views: 638

Re: Migrating from 8 to 9 - import of mailbox data failing.

I think you can get around that issue by using curl to post the import using a command similar to this: /usr/bin/curl --config /root/curl_config -H "Transfer-Encoding: chunked" -T user_mailbox_file.tgz "https://zimbraMailHost:7071/service/home/username@domain.com/?fmt=tgz" curl_c...
by cayaraa
Thu Aug 11, 2022 3:42 pm
Forum: Administrators
Topic: Security Update: Authentication Bypass in MailboxImportServlet vulnerability
Replies: 68
Views: 73428

Re: Security Update: Authentication Bypass in MailboxImportServlet vulnerability

I put this in a different thread but wanted to put it over here as it was probably a better place for it. I was trying to come up with temporary mitigation before patching. On a Zimbra 8 test system (not sure about 9 as we haven't gone there yet) I've edited the Nginx templates ( /opt/zimbra/conf/ng...
by cayaraa
Thu Aug 11, 2022 3:32 pm
Forum: Administrators
Topic: ZCS 9 Patch 26 available & Zimbra ZCS OSS Build
Replies: 12
Views: 11351

Re: ZCS 9 Patch 26 available & Zimbra ZCS OSS Build

So far this seems like it might be a temporary mitigation before patching. Before putting the above in nginx a post with curl would give me a 401 auth error after touching the mailbox: <title>Error 401 no authtoken cookie</title> After the code I now get 403 forbidden and the mailbox doesn't get tou...
by cayaraa
Thu Aug 11, 2022 2:39 pm
Forum: Administrators
Topic: ZCS 9 Patch 26 available & Zimbra ZCS OSS Build
Replies: 12
Views: 11351

Re: ZCS 9 Patch 26 available & Zimbra ZCS OSS Build

On Zimbra 8 (not sure about 9 as we haven't gone there yet) I'm thinking of editing the Nginx templates nginx.conf.web.https.default.template and nginx.conf.web.https.template and adding in something like this: location ^~ /service/extension/backup/mboximport { # Location block to mboximport allow 1...
by cayaraa
Thu Oct 27, 2016 7:18 pm
Forum: Administrators
Topic: Disable Junk folder on 8.6
Replies: 2
Views: 3327

Re: Disable Junk folder on 8.6

I would love it if there is a way to disable the spam button and the spam folder (we don't use zimbra's anti-spam features). I've yet to figure out a way to do this though.
by cayaraa
Tue Oct 25, 2016 5:52 pm
Forum: Administrators
Topic: split domain catch all possible?
Replies: 3
Views: 2240

Re: split domain catch all possible?

Sounds like this is what your after:

https://wiki.zimbra.com/wiki/Split_Doma ... ary_System