Displaying 3 results from an estimated 3 matches for "dovecottesting".
Did you mean:
dovecot11testing
2018 Jan 22
1
Autoexpunge is not working with dotlock locking
Hello,
Autoexpunge is not working when used with dotlock locking. It seems to
been broken since version 2.2.28.
When autoexpunge is enabled and mailbox locking is set to dotlock all
imap, pop and lmtp connections crash with the same error "file
file-lock.c: line 287: unreached".
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 SASL-IR
2006 May 10
1
Debugging with strace
We have a dovecot install that is working fine for everyone except one
user, who complains that it takes a minute or longer to delete a single
message from the INBOX to Trash. This is happening for him from
multiple IMAP clients so it appears to be server-side.
I wanted to start up a test instance of dovecot alongside the production
one and test there. So I copied dovecot.conf, put imap on
2010 Aug 19
1
2.0 migration weirdnesses: logs and hang
...up = vchkpw
mode = 0600
user = vpopmail
}
user = vpopmail
}
service imap-login {
inet_listener imap {
address = imap.memoryhole.net
port = 143
}
inet_listener imaps {
address = imap.memoryhole.net
port = 993
}
user = dovecot
}
service imap {
executable = /tmp/dovecottesting/libexec/dovecot/imap
}
service pop3-login {
user = dovecot
}
ssl_cert = </etc/ssl/certs/imap.memoryhole.net.pem
ssl_key = </etc/ssl/private/imap.memoryhole.net.key
userdb {
args = uid=64020 gid=64020 home=/var/lib/vpopmail/domains/%Ld/%Ln allow_all_users=yes
driver = static
}
valid_chro...