Debug one user possible?
27 Sep
2019
27 Sep
'19
3:08 p.m.
Is it possible to mail debug just one user? Maybe via the userdb?
27 Sep
27 Sep
3:17 p.m.
On 27/09/2019 16:08 Marc Roos via dovecot dovecot@dovecot.org wrote:
Is it possible to mail debug just one user? Maybe via the userdb?
You could try returning mail_debug=yes from userdb.
Aki
10:59 p.m.
On Fri, 27 Sep 2019, Aki Tuomi wrote:
On 27/09/2019 16:08 Marc Roos via dovecot dovecot@dovecot.org wrote:
Is it possible to mail debug just one user? Maybe via the userdb?
You could try returning mail_debug=yes from userdb.
For raw IMAP logging, you can configure
protocol imap {
...
rawlog_dir = /log/dir/%u
}
then when you need to need to dump IMAP diagnostics for a user e.g. "marc",
# Temp folder avoids permission/write race condition
cd /log/dir
mkdir temp
chown marc temp
mv temp marc
When you're done
rm -rf /log/dir/marc
Joseph Tam jtam.home@gmail.com
1879
Age (days ago)
1879
Last active (days ago)
2 comments
3 participants
participants (3)
-
Aki Tuomi
-
Joseph Tam
-
Marc Roos