Search found 51 matches

by dominix
Wed Feb 28, 2024 7:17 pm
Forum: Administrators
Topic: LDAP do not start as zimbra but start as root.
Replies: 3
Views: 414

Re: LDAP do not start as zimbra but start as root.

ok, thanks to all,

there is ext-attr on the filesystem but setpcap was not done
I have run
"setcap cap_net_bind_service=+ep /opt/zimbra/common/libexec/slapd"
and now it start without sudo.

<3 to all
by dominix
Wed Feb 28, 2024 2:14 pm
Forum: Administrators
Topic: LDAP do not start as zimbra but start as root.
Replies: 3
Views: 414

LDAP do not start as zimbra but start as root.

A strange problem occurred this morning. after a reform of an old DC pair with some new WindowsServer 2022, every auth and DNS was fine, but after a reboot of the zimbra 9.0.0 OSE ldap service do not start at zimbra startup. the error was : Operation not permitted Feb 27 23:46:19 server slapd[37682]...
by dominix
Thu Aug 03, 2023 9:15 pm
Forum: Administrators
Topic: ZCS 8.8.15 impossible to add a GMAIL IMAP datasource
Replies: 2
Views: 886

Re: ZCS 8.8.15 impossible to add a GMAIL IMAP datasource

yes, because it is a modify of an existing datasource. here is a complete attribute. zmprov gds myaccount # name MYDATASOURCE # type imap objectClass: zimbraDataSource objectClass: zimbraImapDataSource zimbraCreateTimestamp: 20230802191050.388Z zimbraDataSourceConnectionType: ssl zimbraDataSourceEna...
by dominix
Wed Aug 02, 2023 9:42 pm
Forum: Administrators
Topic: ZCS 8.8.15 impossible to add a GMAIL IMAP datasource
Replies: 2
Views: 886

ZCS 8.8.15 impossible to add a GMAIL IMAP datasource

on a domain hosted by google mail, I created a datasource (external imap account) of course imap is enabled, I can reach it with outlook, but not from ZIMBRA. tried plenty of options, like to add zmprov mds myaccount MYDATASOURCE zimbraDataSourceEnabled TRUE zimbraDataSourceSmtpAuthRequired TRUE zim...
by dominix
Tue Jun 13, 2023 2:04 am
Forum: Administrators
Topic: Question on Safely deleting Zimbra logs?
Replies: 3
Views: 600

Re: Question on Safely deleting Zimbra logs?

You should better have a look with a tail -f /opt/zimbra/log/mailbox.log while it run. But definitively best option is to upgrade ASAP. however it will not harm your system to zero it down with a : cat /dev/null > /opt/zimbra/log/mailbox.log you could have a look at some stats files as well that not...
by dominix
Mon Jun 12, 2023 11:34 pm
Forum: Administrators
Topic: unable to validate letsencrypt certificate
Replies: 2
Views: 1402

Re: unable to validate letsencrypt certificate

Code: Select all

echo "-----BEGIN CERTIFICATE-----" > new_chain.pem
openssl x509 -in chain.pem -outform der | base64 -w 64 >> new_chain.pem
echo "-----END CERTIFICATE-----" >> new_chain.pem

why not use instead :

Code: Select all

openssl x509 -in chain.pem -outform pem > new_chain.pem
by dominix
Mon Jun 12, 2023 11:20 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.

if timeout problems occur you can temporarily modify socket_so_timeout proceed this way zmlocalconfig socket_so_timeout socket_so_timeout = 30000 Change this with an high value e.g. zmlocalconfig -e socket_so_timeout=3000000 zmlocalconfig --reload Finally retry your import. At end of import please r...
by dominix
Sat Apr 22, 2023 2:13 am
Forum: Administrators
Topic: filters can no more destroy messages. [BUG in FILTER]
Replies: 0
Views: 5237

filters can no more destroy messages. [BUG in FILTER]

this is weird. I have some rules that used to destroy some messages, that worked well. but if I change anything in the rule, it stop working, I means it do not destroy messages no more. the rule continue to fit to message it targets, but no destroy is possible. However I can just mark has read, and ...
by dominix
Wed Apr 12, 2023 8:26 pm
Forum: Administrators
Topic: [SOLVED] The end of Zimbra? update to 10 is impossible and 8 and 9 goes eol shortly ....
Replies: 42
Views: 84751

Re: The end of Zimbra? update to 10 is impossible and 8 and 9 goes eol shortly ....

we are many in such situation, yes please provide a clear path to migration 8.8.15 -> 10.
On my side a dozen of servers in 8.8 and 9, and that a bit of pressure on us as well.
by dominix
Wed Apr 05, 2023 9:33 pm
Forum: Administrators
Topic: zimbra mail server Support in RHEL 9
Replies: 8
Views: 7795

Re: zimbra mail server Support in RHEL 9

by the way, please include AlmaLinux as well, is it as compatible as Rockylinux to RHEL.