Solved /usr/local/etc/dovecot/conf.d/10-master.conf line 1: Expecting '{'

I have the following file:

Code:
service auth{
unix_listener auth-userdb {
  mode = 0600
  user = postfix
  group =  postfix
}
# Postfix smtp-auth
unix_listener /var/spool/postfix/private/auth {
  mode = 0666
  user = postfix
  group = postfix
}
}

But I get the following error:

Code:
doveconf: Fatal: Error in configuration file /usr/local/etc/dovecot/conf.d/10-master.conf line 1: Expecting '{'
 
Back
Top