When I login through imap, I can see everything in ~/mail/ just fine. I
cannot save to any of them. If I have an autocreate-autosubscribe folder
(ZZZ here), it shows up as empty (correct). Then if I save something to
it through imap, a file ~/mail/ZZZ appears, but nothing actually gets
saved to it.
David Griffith
dave at 661.org
===begin quote==# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.7
auth_mechanisms = plain login
auth_verbose = yes
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_location = mbox:~/mail:INBOX=/var/mail/%u
mail_privileged_group = mail
passdb {
driver = pam
args = login
}
userdb {
driver = passwd
}
protocols = imap
service auth {
executable = /usr/lib/dovecot/auth
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth-master {
group = mail
mode = 0600
user = mail
}
}
disable_plaintext_auth = yes
ssl_cert = </etc/ssl/certs/foo.bar.com.cert
ssl_key = </etc/ssl/private/foo.bar.com.key
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
log_path mail_plugins = sieve
postmaster_address = postmaster at foo.bar.com
}
protocol imap {
mail_plugins = " autocreate"
}
plugin {
autocreate = ZZZ
autosubscribe = ZZZ
}
W dniu 2014-12-14 12:31, Dave G. napisa?(a):> When I login through imap, I can see everything in ~/mail/ just fine. > I cannot save to any of them. If I have an autocreate-autosubscribe > folder (ZZZ here), it shows up as empty (correct). Then if I save > something to it through imap, a file ~/mail/ZZZ appears, but nothing > actually gets saved to it.Turn debug on, and watch log file when you copy. mail_debug=yes (...) -- Jan Wide? Senior System Administrator e-mail: jan.widel at networkers.pl mobile: +48 797 004 946 www: http://www.networkers.pl GPG: http://networkers.pl/GPG/2E7359CD.asc
On Sun, 14 Dec 2014, Jan Wide? wrote:> W dniu 2014-12-14 12:31, Dave G. napisa?(a): >> When I login through imap, I can see everything in ~/mail/ just fine. >> I cannot save to any of them. If I have an autocreate-autosubscribe >> folder (ZZZ here), it shows up as empty (correct). Then if I save >> something to it through imap, a file ~/mail/ZZZ appears, but nothing >> actually gets saved to it. > > Turn debug on, and watch log file when you copy. > mail_debug=yesI don't know what the problem was. I slept on it and now things are working correctly. -- David Griffith dave at 661.org