-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 25 Feb 2014, Si L wrote:
You've checked out http://wiki2.dovecot.org/Upgrading ?
However, I see problems with files inside directory:
drwxr-xr-x 4 dovenull root 4096 Feb 25 20:35 /var/run/dovecot
Here's the version:
# dovecot --version
2.1.7
Where is its conf? ;-)
Here's my slightly redacted conf.
# grep -v ^# dovecot.conf|grep -v ^$
if these settings below work for you, locate the "service XYZ" entries in
the Dovecot v2 config and replace the values there. The syntax is the
same, IMHO.
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth-master {
mode = 0600
user = vmail
}
user = root
}
service imap-login {
chroot = login
inet_listener imap {
address = 127.0.0.1
port = 3993
}
inet_listener imaps {
address = *
port = 993
}
process_limit = 256
process_min_avail = 24
service_count = 1
vsz_limit = 48 M
}
service pop3-login {
chroot = login
process_limit = 256
process_min_avail = 24
service_count = 1
vsz_limit = 48 M
}
- --
Steffen Kaiser
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEVAwUBUw2RgXD1/YhP6VMHAQLSLAf/WEcvWfBaJf6krNmxR/oktANGbAfILd1X
216GkKAreG9J00UlWtUndzHJ9fcvOBBO8ch/DUVVWgmpoUF4F/7JXm4gyrw0ZP0X
si1LMVzVXZPnX0qcSqUPW3tm40iF4oEUxh8CWVFORjeCtzFXPR2TmSHYCYYgu9YZ
VWHG5zsAugM/hGBfmuKtc0614S+0TbFEFe1RjFJUs05A+9tqKbbT2pC0u13UTXgz
jkm8mQEkrXiz+lXMwGNKbYtcLs3m4PSj4duAHt5H/eo8/gzOqRB6vZTzQtYDocUO
VeaeJ3i3yurD3U6KdVE3dLk5QmihZSg1ukoWYwRX79iGAeVxPX7zmw==
=21Jr
-----END PGP SIGNATURE-----