On Wed, 28 Jun 2023, at 10:54 AM, [email protected] wrote: > I was hoping there was a debug option I'm overlooking. I see some debug > options to `imapd` that involve calling debuggers like gdb, but nothing that > might increase it's verbosity in a manner that seems likely to help me track > down the issue.
Did you overlook plain "debug"? You will need "debug: yes" in imapd.conf to see any of Cyrus's debug logging, and I don't see it in what you pasted. Once "debug: yes" is enabled, and Cyrus has been SIGHUP'd or restarted, debug logging should appear in syslog (at the LOG_DEBUG priority). It can be noisy. If doing this doesn't get you debug logging in syslog, syslog itself might be discarding or redirecting the LOG_DEBUG priority messages that Cyrus now produces. You'll need to check your syslog configuration (and documentation) for that. Cheers, ellie ------------------------------------------ Cyrus: Info Permalink: https://cyrus.topicbox.com/groups/info/T2fd4469ccc514f5a-M3d9af9949286fed752a76163 Delivery options: https://cyrus.topicbox.com/groups/info/subscription
