Displaying 5 results from an estimated 5 matches for "debugging_rawlog".
2019 Jul 21
2
Help with IMAP IDLE
...onnections. it won't really matter for your issue.
also I note that you have disabled SSL and enabled plaintext authentication over insecure channels, is this intentional? For debug purposes you can use rawlogs feature, which is better for this.
https://doc.dovecot.org/admin_manual/debugging/debugging_rawlog/
In fact, you could use this feature to find out whether outlook even tries to use IMAP IDLE in the first place.
Aki
2020 Sep 11
2
logging LMTP activity
...find any helpful info.
I found that file lmtp is at /usr/local/libexec/dovecot/lmtp. When i
execute it with -L flag it works. Other flags don't. The problem is that
there are no -h or --help flags.
Then i tried raw logging as described here:
https://doc.dovecot.org/admin_manual/debugging/debugging_rawlog/#debugging-rawlog
As i understand, only 4th possibility is applicable to LMTP, am i right?
2nd kind of seems maybe somehow could be usable, but i don't see how...
It is not clearly stated in wiki where "lmtp_rawlog_dir" should be
added, but i add it within "protocol lmtp { .....
2019 Jul 21
0
Help with IMAP IDLE
...issue.
>
> also I note that you have disabled SSL and enabled plaintext authentication over insecure channels, is this intentional? For debug purposes you can use rawlogs feature, which is better for this.
SSL/TLS is done via Stunnel
>
> https://doc.dovecot.org/admin_manual/debugging/debugging_rawlog/
>
> In fact, you could use this feature to find out whether outlook even tries to use IMAP IDLE in the first place.
Let me check, it must be a reason to not be working with dovecot, when it was with DBMail,
Will check and reply soon,
>
> Aki
2020 Sep 11
0
logging LMTP activity
...nd that file lmtp is at /usr/local/libexec/dovecot/lmtp. When i
> execute it with -L flag it works. Other flags don't. The problem is that
> there are no -h or --help flags.
>
>
> Then i tried raw logging as described here:
> https://doc.dovecot.org/admin_manual/debugging/debugging_rawlog/#debugging-rawlog
>
> As i understand, only 4th possibility is applicable to LMTP, am i right?
> 2nd kind of seems maybe somehow could be usable, but i don't see how...
>
> It is not clearly stated in wiki where "lmtp_rawlog_dir" should be
> added, but i add it w...
2019 Jul 21
2
Help with IMAP IDLE
Sorry...
I meant to past dovecot and not postfix, doing simultaneously stuff ends up
in this!
Yes, i migrated from DBMail and it was working OK.
Here it is:
root at fastmail:/etc/dovecot# doveconf -n|grep -i idle
imap_idle_notify_interval = 1 mins
imapc_max_idle_time = 1 days
root at fastmail:/etc/dovecot#
-----Original Message-----
From: dovecot <dovecot-bounces at dovecot.org> On