when im booting up my server im getting these errors:
Starting IMAP/POP3 mail server: dovecotError: Error in configuration file /etc/dovecot/dovecot.conf line 6: Unknown section type
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf
failed!
This is my dovecot.conf
ssl = no
disable_plaintext_auth = no
auth_mechanisms = plain login
log_timestamp = %Y-%m-%d %H:%M:%S
mail_location = maildir:/var/zpanel/vmail/%d/%n
passdb {
args = /etc/zpanel/configs/postfix/conf/dovecot-sql.conf
driver = sql
}
plugin {
trash = /etc/zpanel/configs/postfix/conf/dovecot-trash.conf
}
protocols = imap pop3
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = root
}
userdb {
args = /etc/zpanel/configs/postfix/conf/dovecot-sql.conf
driver = sql
}
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
}


Reply With Quote




Bookmarks