Displaying 20 results from an estimated 228 matches for "pop3_logout_format".
2005 Nov 09
1
var_expand and pop3_logout_format
Hi.
-alpha2 broke the retr-byte-count field of the pop3_logout_format
with the following change:
-Added %R (reverse string) and %H (hash string) variable modifiers.
%R as modifier conflicts on expand with %R as retr-byte-count in
pop3_logout_format
resulting in expanded strings like:
top=0/0, retr=1/ del=0/1, size=431
seen in -alpha3 -alpha4 cvs as of 04.11.20...
2006 Jan 29
0
pop3_logout_format equivalent for IMAP
Hi,
I've been thinking for a while that the enhanced logging available for
POP would be very useful for IMAP. In particular I'd like to log mailbox
size in bytes (at the moment I have a patch that logs SELECTs and number
of messages). Even better (though not in the POP code) would be to get
some idea of how well the Dovecot indexes and caching are doing by
logging the actual number
2007 Oct 03
5
Postfix with Deliver (LDA) - user unknown
...outlook-idle netscape-eoh
tb-extra-mailbox-sep
imap_client_workarounds(pop3): outlook-idle
pop3_uidl_format(default):
pop3_uidl_format(imap):
pop3_uidl_format(pop3): %08Xu%08Xv
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
pop3_logout_format(default): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(imap): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(pop3): top=%t/%T, retr=%r/%R, del=%d/%m, size=%s
auth default:
cache_size: 1024
cache_ttl: 604800
verbose: yes
passdb:
driver: pam
args: cache_k...
2013 Oct 30
1
IMAP Dovecot unknown namespace creating root folders
...): acl quota imap_quota
mail_plugins(pop3): quota
mail_plugin_dir(default): /usr/lib64/dovecot/imap
mail_plugin_dir(imap): /usr/lib64/dovecot/imap
mail_plugin_dir(pop3): /usr/lib64/dovecot/pop3
pop3_uidl_format(default): %08Xu%08Xv
pop3_uidl_format(imap): %08Xu%08Xv
pop3_uidl_format(pop3): UID%u-%v
pop3_logout_format(default): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(imap): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(pop3): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s, bytes=%i/%o
namespace:
? type: private
? prefix: INBOX.
? inbox: yes
? list: yes
? subscriptions: yes
lda:
? p...
2018 Dec 18
2
High Load average on NFS Spool - v.2.1.15 & 2.2.13
...chroot = login
? client_limit = 10
? user = dovecot
? vsz_limit = 256 M
}
service pop3-login {
? chroot = login
? client_limit = 20
? user = dovecot
}
ssl = no
syslog_facility = local2
userdb {
? driver = passwd
}
verbose_proctitle = yes
protocol pop3 {
? mail_max_userip_connections = 20
? pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
? pop3_uidl_format = %08Xv%08Xu
}
protocol lda {
? postmaster_address = postmaster at example.com
}
protocol imap {
? mail_max_userip_connections = 10
}
And the other server which is currently running with a load average of 10.
dovecot -n
# 2.2.13: /...
2012 Oct 23
2
spamc can't seem to call /usr/lib/dovecot/deliver
...imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
pop3_enable_last(default): no
pop3_enable_last(imap): no
pop3_enable_last(pop3): yes
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls, oe-ns-eoh
pop3_logout_format(default): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(imap): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(pop3): top=%t/%T, retr=%r/%R, del=%d/%m, size=%s
namespace:
type: private
separator: /
inbox: yes
list: yes
subscriptions: yes
lda:
postmaster_addre...
2016 Sep 16
2
pop3 deleted count
On pop3 logout, we're seeing log lines where the deleted count is blank
(using default pop3_logout_format), so "del=%d/%m" is displaying in the
logs as:
"del=/1186"
for example.
In src/pop3/pop3-client.c:552:
tab[4].value = client->delete_success ?
dec2str(client->deleted_count) : 0;
Shouldn't this be:
tab[4].value = client->del...
2007 May 30
1
IMAP traffic logging
Hi.
I wonder if it is possible to log the number of bytes send in response
to IMAP commands. Unfortunately there seems to be no config option
similar to "pop3_logout_format".
Courier writes a log file like this (header/body bytes):
imaplogin: DISCONNECTED, ip=[::ffff:10.123.0.234], headers=0, body=0
Chris
2007 Feb 09
1
info deleted messages imap
Hi!
I want to know the number of messages deleted when the mail user connect by
IMAP protocol. When the user uses POP, we got this directive in the
configuration file:
pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
This is the log:
dovecot: Feb 09 02:31:02 Info: pop3-login: Login: user=<xxxxxx>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
dovecot: Feb 09 02:31:02 Info: POP3(xxxxx): Disconnected: Logged out
top=2/3756, retr=0/0, del=0/7, size=17392
I...
2018 Dec 18
2
High Load average on NFS Spool - v.2.1.15 & 2.2.13
...root = login
>> ? client_limit = 20
>> ? user = dovecot
>> }
>> ssl = no
>> syslog_facility = local2
>> userdb {
>> ? driver = passwd
>> }
>> verbose_proctitle = yes
>> protocol pop3 {
>> ? mail_max_userip_connections = 20
>> ? pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
>> ? pop3_uidl_format = %08Xv%08Xu
>> }
>> protocol lda {
>> ? postmaster_address = postmaster at example.com
>> }
>> protocol imap {
>> ? mail_max_userip_connections = 10
>> }
>>
>> And the othe...
2008 Apr 17
1
dovecot: Fatal: IMAP(user2): write(event_pipe) failed: Bad file descriptor
...dle netscape-eoh tb-extra-mailbox-sep delay-newmail
imap_client_workarounds(imap): outlook-idle netscape-eoh tb-extra-mailbox-sep delay-newmail
imap_client_workarounds(pop3):
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
pop3_logout_format(default): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(imap): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(pop3): bytes=%i/%o, del=%d/%m, size=%s
auth default:
cache_size: 1024
failure_delay: 3
passdb:
driver: pam
args: cache_key=%u%r%s *
userdb:...
2010 Oct 07
0
dovecot-1.2.12 core
..._plugin_dir(default): /usr/local/dovecot/lib/dovecot/imap
mail_plugin_dir(imap): /usr/local/dovecot/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/local/dovecot/lib/dovecot/pop3
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
pop3_logout_format(default): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(imap): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(pop3): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s, bytes=%i/%o
lda:
mail_plugin_dir: /usr/local/dovecot/lib/dovecot/lda
auth default:
executable: /usr/local/...
2009 Oct 15
2
Expire issue
...mail_plugin_dir(default): /opt/dovecot/lib/dovecot/imap
mail_plugin_dir(imap): /opt/dovecot/lib/dovecot/imap
mail_plugin_dir(pop3): /opt/dovecot/lib/dovecot/pop3
pop3_uidl_format(default): %08Xu%08Xv
pop3_uidl_format(imap): %08Xu%08Xv
pop3_uidl_format(pop3): UID%u-%v
pop3_logout_format(default): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(imap): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(pop3): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s,
bytes=%i/%o
auth default:
master_user_separator: *
verbose: yes
debug: yes
debug_passwords: yes
pas...
2010 Aug 26
1
Investigating suspected cache corruption
...format(imap): bytes(in/out)=%i/%o
imap_logout_format(pop3): bytes=%i/%o
pop3_uidl_format(default): %08Xu%08Xv
pop3_uidl_format(imap): %08Xu%08Xv
pop3_uidl_format(pop3): UID%u-%v
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
pop3_logout_format(default): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(imap): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(pop3): top(count/bytes)=%t/%p, retr(count/bytes)=%r/ %b, del(deleted/pre-deleted)=%d/%m, mailbox-size(bytes)=%s
namespace:
type: private
prefix: INBOX.
i...
2009 Oct 14
1
Investigating suspected cache corruption
...format(imap): bytes(in/out)=%i/%o
imap_logout_format(pop3): bytes=%i/%o
pop3_uidl_format(default): %08Xu%08Xv
pop3_uidl_format(imap): %08Xu%08Xv
pop3_uidl_format(pop3): UID%u-%v
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
pop3_logout_format(default): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(imap): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_logout_format(pop3): top(count/bytes)=%t/%p, retr(count/bytes)=%r/
%b, del(deleted/pre-deleted)=%d/%m, mailbox-size(bytes)=%s
namespace:
type: private
prefix: INBOX....
2009 Apr 15
3
Postfix, Dovecot SASL and Entourage smtps authentication fails.
Tere.
Recently just migrated from Sendmail 8.14.3 to Postfix 2.5.6 and
switched from Cyrus-sasl 2.1.22 to Dovecot 1.1.13 sasl, all are compiled
from source and I have used Dovecot for a long time, since alpha versions.
Everything worked well for Outlook Express, Outlook and Thunderbird
clients, but Microsoft Entourage 2004 or 2008 clients smtps fails -
"Authentication failed because
2018 Mar 27
3
Release 2.3.1
...havior.
See https://wiki2.dovecot.org/IndexFiles#Settings
+ Auth cache can now utilize auth workers to do password hash
verification by setting auth_cache_verify_password_with_worker=yes.
+ Added charset_alias plugin. See
https://wiki2.dovecot.org/Plugins/CharsetAlias
+ imap_logout_format and pop3_logout_format settings now support all of the generic variables (e.g. %{rip}, %{session}, etc.)
--
Aki Tuomi
Dovecot oy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 475 bytes
Desc: not available
URL: <https://dovecot.o...
2018 Mar 27
3
Release 2.3.1
...havior.
See https://wiki2.dovecot.org/IndexFiles#Settings
+ Auth cache can now utilize auth workers to do password hash
verification by setting auth_cache_verify_password_with_worker=yes.
+ Added charset_alias plugin. See
https://wiki2.dovecot.org/Plugins/CharsetAlias
+ imap_logout_format and pop3_logout_format settings now support all of the generic variables (e.g. %{rip}, %{session}, etc.)
--
Aki Tuomi
Dovecot oy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 475 bytes
Desc: not available
URL: <https://dovecot.o...
2008 Oct 26
3
Bug? auth(default) Authentication client gave a PID of existing connection
Hello,
My first time on this list, just switched from courier imap/pop3
system to dovecot. Imap part is great, pop3 seems to suffer, been
fighting it for a week.
Anyway, the reason for this post is that I have seen these pop up in
my logs, and on one of my mailheads there were some 50 lines of this
dovecot: 2008-10-26 09:33:54 Error: auth(default): BUG: Authentication
client gave a PID 15661 of
2018 Dec 18
0
High Load average on NFS Spool - v.2.1.15 & 2.2.13
...}
>
> ssl = no
>
> syslog_facility = local2
>
> userdb {
>
> driver = passwd
>
> }
>
> verbose_proctitle = yes
>
> protocol pop3 {
>
> mail_max_userip_connections = 20
>
> pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m,
> size=%s
>
> pop3_uidl_format = %08Xv%08Xu
>
> }
>
> protocol lda {
>
> postmaster_address = postmaster at example.com
>
> }
>
> protocol imap {
>
> mail_max_user...