Displaying 2 results from an estimated 2 matches for "dovecotca".
Did you mean:
  dovecota
  
2015 Jan 16
0
dsync SSL fails since 2.2.15
...unfortunately on both machines at once).
During this process, also openssl was updated to "OpenSSL 1.0.1k 8 Jan 2015".
If checking the unchanged certs against the CA, however, the results are still "OK".
1st check: OK
==========
sudo /usr/bin/openssl verify -CAfile /etc/ssl/ca/dovecotCA.pem /etc/ssl/certs/dovecot_on27_signed_cert.pem
Password:
/etc/ssl/certs/dovecot_on27_signed_cert.pem: OK
2nd check: OK (providing the CAfile and connecting to the doveadm_port)
===========
openssl s_client -CAfile /etc/ssl/ca/dovecotCA.pem -connect on27.linkpc.net:8082
CONNECTED(00000003)
depth=1...
2016 Nov 21
0
Clients creating folders in root when using shared namespace
...sieve
service imap-login {
inet_listener imaps {
port = 993
ssl = yes
}
}
service lmtp {
inet_listener lmtp {
address = 0.0.0.0
port = 2003
}
user = vmail
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
service_count = 1
vsz_limit = 64 M
}
ssl = required
ssl_ca = </etc/dovecot/dovecotca.pem
ssl_cert = </etc/dovecot/dovecot.pem
ssl_key = </etc/dovecot/private/dovecot.pem
userdb {
args = uid=5000 gid=5000 home=/mnt/storage/vmail/%d/%n
allow_all_users=yes
driver = static
}
protocol imap {
imap_client_workarounds = tb-extra-mailbox-sep
mail_plugins = " quota zlib acl imap_q...