Displaying 2 results from an estimated 2 matches for "dovecotprivate".
2012 Dec 19
1
setting mail_home and vacation
Hello!
dovecot version 2.1.7
I set up vacation with sieve. We have mboxes and maildirs and in dovecot.conf
mail_location = mbox:/var/spool/vhosts/%d/dovecotprivate/%n:INBOX=/var/spool/vhosts/%d/%n
Error: User archiv at xyz.de doesn't have home dir set, disabling duplicate database
Dec 19 20:37:03 lda(archiv at xyz.de): Error: sieve: sieve script file path ~/.dovecot.sieve is relative to home directory, but home directory is not available.
Dec 19 20:37:03...
2012 Dec 14
1
need help with dovecot-lda
...u it finds the socket dovecot postfix created.
The dovecot.conf looks like this;
# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.22.5-31-bigsmp i686 openSUSE 10.3 (i586) ext3
auth_verbose = yes
disable_plaintext_auth = no
log_path = /var/log/dovecot1
mail_location = mbox:/var/spool/vhosts/%d/dovecotprivate/%n:INBOX=/var/spool/vhosts/%d/%n
!include /etc/dovecot/conf.d/*.conf
passdb {
args = /etc/dovecot/passwd
driver = passwd-file
}
userdb {
args = /etc/dovecot/passwd
driver = passwd-file
}
ssl_cert = < /etc/dovecot/ssl/hostcert.pem
ssl_key = < /etc/dovecot/ssl/hostkey.pem
#verbose_ss...