Search found 13 matches

by hoomanv
Fri Jun 16, 2023 2:33 pm
Forum: Installation and Upgrade
Topic: 8.8.15 Patch 40 GA Release
Replies: 61
Views: 48484

Re: 8.8.15 Patch 40 GA Release

I had the same issue on Oracle Linux 8 after upgrading to:
zimbra-patch-8.8.15.1684334300.p40
zimbra-mbox-war-8.8.15.1684213151

Downgrading to:
zimbra-patch-8.8.15.1680534965.p39
zimbra-mbox-war-8.8.15.1655458176
fixed the issue

Code: Select all

dnf downgrade zimbra-mbox-war
by hoomanv
Thu Apr 26, 2018 8:03 am
Forum: Administrators
Topic: Zimbra 8.7.7 fast growing gc.log
Replies: 1
Views: 3687

Re: Zimbra 8.7.7 fast growing gc.log

There is a misconfiguration on zimbra 8.7 that I'm aware of. Look at the value of mailboxd_java_options $ zmlocalconfig mailboxd_java_options Do you see -XX:-UseGCLogFileRotation among the options? The hyphen behind the UseGCLogFileRotation will actually turn log file rotation off. To turn it on, tr...
by hoomanv
Sun Dec 31, 2017 12:10 pm
Forum: Administrators
Topic: Restrict send/receive to local domain
Replies: 4
Views: 4327

Re: Restrict send/receive to local domain

This article solved the issue: https://wiki.zimbra.com/wiki/Restrict_sending_to_certain_domains The key difference between the two articles seems to be around the way check_sender_access is called One calls it via /opt/zimbra/conf/zmconfigd.cf indirectly The other calls it via /opt/zimbra/conf/zmcon...
by hoomanv
Fri Dec 22, 2017 3:29 pm
Forum: Administrators
Topic: Restrict send/receive to local domain
Replies: 4
Views: 4327

Re: Restrict send/receive to local domain

Any thoughts ???
by hoomanv
Fri Dec 22, 2017 10:38 am
Forum: Administrators
Topic: Achieve "Reset to Global value" using zmprov
Replies: 1
Views: 1009

Re: Achieve "Reset to Global value" using zmprov

Found the answer

To remove an attribute, prefix it with hyphen
zmprov ms serverName -attrName value

To verify it longer exists
zmprov gas -v -e | grep -i attrName
by hoomanv
Fri Dec 22, 2017 9:58 am
Forum: Administrators
Topic: Achieve "Reset to Global value" using zmprov
Replies: 1
Views: 1009

Achieve "Reset to Global value" using zmprov

In Zimbra Administration Console there is a way to reset server specific attributes to global attribute value by clicking on "Reset to Global value" How can I achieve the same using the zmprov command? If an attribute is individually modified via "zmprov modifyServer", how can I ...
by hoomanv
Wed Dec 20, 2017 7:11 pm
Forum: Administrators
Topic: Restrict send/receive to local domain
Replies: 4
Views: 4327

Re: Restrict send/receive to local domain

It seems that MTA behaves differently on port 25 and 587. On port 25, MTA rejects the recipient address 220 mail.domain.local ESMTP Postfix ehlo zimbra 250-mail.domain.local 250-PIPELINING 250-SIZE 10485760 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN mail from: user@d...
by hoomanv
Wed Dec 20, 2017 6:17 pm
Forum: Administrators
Topic: Restrict send/receive to local domain
Replies: 4
Views: 4327

Restrict send/receive to local domain

Hi, I have followed the article at https://wiki.zimbra.com/wiki/Restrict_users_to_certain_domain and successfully implemented it. So when user@domain.local attempts to send to other@domain.ext, it will be rejected. On Zimbra web client the error is: msg: Invalid address: other@domain.ext. com.zimbra...
by hoomanv
Mon Apr 03, 2017 12:28 pm
Forum: Administrators
Topic: "Stay signed in" is broken after upgrading to 8.7.5
Replies: 4
Views: 3404

Re: "Stay signed in" is broken after upgrading to 8.7.5

manuel wrote:We've got the same, kind of annoying problem since 8.7.0.
There are some bugreports for this issue: #106840 and #107346.
I didn't find a solution yet...
Thank you manuel, I upvoted those bug reports.
by hoomanv
Tue Mar 28, 2017 9:33 am
Forum: Administrators
Topic: "Stay signed in" is broken after upgrading to 8.7.5
Replies: 4
Views: 3404

Re: "Stay signed in" is broken after upgrading to 8.7.5

Has anyone encountered the same problem with 8.7.5?