Huser-IT Thank you.
I have one very small mailbox with this problem, I changed these parameters:
/etc/gromox/gromox.cfg
x500_org_name = <ORG>
http_remote_host_hdr=X-Real-IP
# imap_listen = [::]:143
# pop3_listen = [::]:110
/etc/gromox/http.cfg
context_num=1800
context_average_mem=1024K
# please note we need a "K" after 1024!!!
http_thread_charge_num=40
http_thread_init_num=10
http_log_level=6
http_debug=2
Restarted gromox-http and gromox-zcore and now Outlook connects again.
I use the devel. gromox package: gromox-3.7.361
Edit: I guess the changes in /etc/gromox/http.cfg aren't relevant. Outlook connects just fine without these parameters.
Edit: context_average_mem=1024K
Edit: I think this problem is primarily related to the x500_org_name, which appears in 7 configuration files, verify with:
grep -r "^x500" /etc/gromox/*
/etc/gromox/exchange_emsmdb.cfg:x500_org_name=i6XXXX2eb
/etc/gromox/exchange_nsp.cfg:x500_org_name=i6XXXX2eb
/etc/gromox/exmdb_local.cfg:x500_org_name=i6XXXX2eb
/etc/gromox/exmdb_provider.cfg:x500_org_name=i6XXXX2eb
/etc/gromox/gromox.cfg:x500_org_name=i6XXXX2eb
/etc/gromox/midb.cfg:x500_org_name=i6XXXX2eb
/etc/gromox/zcore.cfg:x500_org_name=i6XXXX2eb
The entry x500_org_name must be found in 7 configuration files:
grep -r "^x500" /etc/gromox/* | wc -l
If that don't match, adjust the entries (same value), restart the grommunio services, and test again.
systemctl restart gromox-http gromox-zcore gromox-midb gromox-imap gromox-pop3 nginx php-fpm
If this helps, please let us know here in this thread.