Displaying 2 results from an estimated 2 matches for "zamok".
2005 Feb 27
1
UID inserted in the middle of mailbox
I'm seeing these with latest 1.0-stable :
Feb 27 16:48:12 zamok dovecot: POP3(****): mbox sync: UID inserted in
the middle of mailbox /var/mail/**** (176 > 150)
Feb 27 16:49:58 zamok dovecot: POP3(****): mbox sync: UID inserted in
the middle of mailbox /var/mail/**** (4409 > 4237)
Feb 27 16:50:04 zamok dovecot: IMAP(****): mbox sync: UID inserted in
th...
2005 May 28
3
Dovecot auth process died because of Socket operation on non-socket
...e dovecot: child 15118 (login) returned error 89
Attached is the strace of the dovecot process, I don't know if this is
relevant but I can provide any needed information.
The config file is like this:
protocols = imap imaps pop3 pop3s
ssl_disable = no
ssl_cert_file = /etc/ssl/certs/pop-imap-zamok.pem
ssl_key_file = /etc/ssl/private/pop-imap-zamok.pem
disable_plaintext_auth = no
login_processes_count = 6
mail_extra_groups = mail
default_mail_env = mbox:~/Mail/:INBOX=/var/mail/%u
protocol imap {
}
protocol pop3 {
}
auth_verbose = yes
auth_debug = yes
auth default {
mechanisms = plain
pa...