Skip to content

Gromox 2.28

Choose a tag to compare

@jengelh jengelh released this 02 May 09:59
· 3917 commits to master since this release
gromox-2.28

Fixes:

  • imap: repair messages not getting added to midb during 64K+ append
  • imap: cure client session hang when midb failed to add a mail during 64K-append
  • mysql_adaptor: gracefully handle attempts to use Unicode in usernames (treat as non-existing user rather than failing the user lookup altogether)
  • zcore: a crash on shutdown was addressed

Enhancements:

  • mysql_adaptor: allow Unicode in alternate usernames (altnames)
  • Populate PR_DELETED_ON property for softdeleted items
  • exmdb: exmdb_rpc_debug will now emit execution time for EXRPCs
  • zcore: zrpc_debug logging now includes the session GUID to help correlate which ZRPCs are executed by which user
  • imap: imap_cmd_debug logging now includes the client IP address to help correlate which actions are executed by which user
  • pop3: pop3_cmd_debug logging now includes the client IP address to help correlate which actions are executed by which user

Changes:

  • remote_delivery.cfg is obsolete. If you need an SMTP relay for outgoing mail (and you do not have a local postfix to take care of that), you should set gromox.cfg:outgoing_smtp_url.