Displaying 1 result from an estimated 1 matches for "rpfd".
Did you mean:
rfd
2008 Feb 24
1
mbox with two storage locations
...ail/%u:INDEX=MEMORY
auth default:
passdb:
driver: pam
userdb:
driver: passwd
The problem is what when I run this configuration, I am not able to see
any of the contents of /var/spool/mail2. I ran around with this problem
for a while and ultimately found that the following fixes it:
cp -Rpfd /var/spool/mail2 /home
Change Dovecot to use /home/mail2/%u instead:
# 1.0.10: /etc/dovecot.conf
ssl_cert_file: /etc/pki/dovecot/certs/dovecot.pem
ssl_key_file: /etc/pki/dovecot/private/dovecot.pem
login_dir: /var/run/dovecot/login
login_executable: /usr/libexec/dovecot/imap-login
first_valid_uid:...