I am getting this error:
It's referring to :
I don't know what is wrong with this?
Code:
doveconf: Fatal: Error in configuration file /main/local/etc/dovecot/dovecot.conf line 1121: Unknown setting: socket
doveconf: Error: managesieve-login: dump-capability process returned 89
doveconf: Fatal: Error in configuration file /main/local/etc/dovecot/dovecot.conf line 1121: Unknown setting: socket
It's referring to :
Code:
socket listen {
master {
# Master socket provides access to userdb information. It's typically
# used to give Dovecot's local delivery agent access to userdb so it
# can find mailbox locations.
path = /start/run/dovecot/auth-master
mode = 0600
# Default user/group is the one who started dovecot-auth (root)
#user =
#group =
}
client {
# The client socket is generally safe to export to everyone. Typical use
# is to export it to your SMTP server so it can do SMTP AUTH lookups
# using it.
path = /start/run/dovecot/auth-client
#path = /start/run/dovecot/auth-master
mode = 0660
#mode = 0600
user = postfix
group = postfix
}
}
I don't know what is wrong with this?