Search found 1112 matches

by liverpoolfcfan
Fri Mar 22, 2024 9:16 am
Forum: Installation and Upgrade
Topic: Zimbra Server refuses localhost LDAP connection out of nowhere
Replies: 1
Views: 136

Re: Zimbra Server refuses localhost LDAP connection out of nowhere

What user are you running under ? It is unclear from your initial prompt - "zimbra@.../root" To start zimbra you need to login to the server using a userId with SUDO privileges. su - zimbra zmcontrol start It would be normal that the connections would be refused if the services haven't bee...
by liverpoolfcfan
Fri Mar 22, 2024 8:55 am
Forum: Administrators
Topic: Email sent by javamail doesn't show under the sent items
Replies: 3
Views: 523

Re: Email sent by javamail doesn't show under the sent items

If you use SMTP you are just relaying the email.

You would need to login as the user using the submission port in order for it to be sent, and recorded in the Sent items folder. Perhaps there is a Zimbra Java API available to do that for you?
by liverpoolfcfan
Fri Mar 15, 2024 9:47 am
Forum: Installation and Upgrade
Topic: zm-build missing 10.0.7 branch
Replies: 17
Views: 1244

Re: zm-build missing 10.0.7 branch

I use this manual set which compiles: 9.0.0.p38,9.0.0.p37,9.0.0.p36,9.0.0.p35,9.0.0.p34,9.0.0.p33,9.0.0.p32.1,9.0.0.p32,9.0.0.p31,9.0.0.p30,9.0.0.p29,9.0.0.p28,9.0.0.p27,9.0.0.p26,9.0.0.p25,9.0.0.p24.1,9.0.0.p24,9.0.0.p23,9.0.0.p22,9.0.0.p21,9.0.0.p20,9.0.0.p19,9.0.0.p18,9.0.0.p17,9.0.0.p16,9.0.0.p...
by liverpoolfcfan
Thu Mar 14, 2024 11:11 am
Forum: Installation and Upgrade
Topic: zm-build missing 10.0.7 branch
Replies: 17
Views: 1244

Re: zm-build missing 10.0.7 branch

Jim, The instructions in zm-build list the build tags as --git-default-tag=10.0.6,10.0.5,10.0.4,10.0.3,10.0.2,10.0.1,10.0.0-GA Your script will miss the 10.0.0-GA tag I believe, and if you look back at the zimbra 9 build tags there are some extra surprises like .... 9.0.0.p33,9.0.0.p32.1,9.0.0.p32 ....
by liverpoolfcfan
Tue Mar 12, 2024 9:24 am
Forum: Installation and Upgrade
Topic: zm-build missing 10.0.7 branch
Replies: 17
Views: 1244

Re: zm-build missing 10.0.7 branch

Surely @saket.patel you (zimbra/synacor) could at least invest the effort to update the instructions in the zm-build README with every patch release to reflect the latest sources. https://github.com/Zimbra/zm-build/blob/develop/README.md That would at least take away the confusion, and presumably th...
by liverpoolfcfan
Mon Mar 04, 2024 2:25 pm
Forum: Installation and Upgrade
Topic: zm-build missing 10.0.7 branch
Replies: 17
Views: 1244

Re: zm-build missing 10.0.7 branch

Thank you. But, why do you make this so complicated? You stopped providing binaries - fine, I understand your rationale. Though, looking at the number of queries on the forums that are identified as being caused by build issues, I wonder if it ultimately costs more in terms of forum time for employe...
by liverpoolfcfan
Mon Mar 04, 2024 1:18 pm
Forum: Installation and Upgrade
Topic: zm-build missing 10.0.7 branch
Replies: 17
Views: 1244

zm-build missing 10.0.7 branch

I just tried to build the latest 10.0.7 FOSS build following the normal methodology recommended (Rocky 8) and it fails when trying to clone the source from the repository. mkdir installer-build cd installer-build git clone --depth 1 --branch 10.0.6 git@github.com:Zimbra/zm-build.git cd zm-build ENV_...
by liverpoolfcfan
Fri Feb 09, 2024 4:42 pm
Forum: Administrators
Topic: EAS borked with MS Outlook
Replies: 1
Views: 414

Re: EAS borked with MS Outlook

This is funny!

Code: Select all

Add an appointment on your calendar for a future date April 1, 2024, to check back to this topic to confirm the issue is fixed.
by liverpoolfcfan
Fri Jan 26, 2024 9:31 am
Forum: Developers
Topic: Zimbra 8.8.15 developing new zimlets
Replies: 3
Views: 982

Re: Zimbra 8.8.15 developing new zimlets

8.8.15 is EOL. You would be better starting on one of the newer builds. https://www.zimbra.com/product/product-lifecycle/
by liverpoolfcfan
Thu Jan 25, 2024 9:28 pm
Forum: Administrators
Topic: Prevent mailbox from receiving mail - not the aliases of the mailbox
Replies: 1
Views: 450

Re: Prevent mailbox from receiving mail - not the aliases of the mailbox

Not quite sure where your external program is picking them up from? But if it is just reading the Inbox and moving stuff around then ... You add a Filter to the Inbox that checks the To: address for a direct match to the unwanted email address and discard the emails from there. Or, route them direct...