On Mon, 1 Nov 2021, Galen Seitz wrote:

On 10/31/21 16:04, Randy Bush wrote:
Here is the relevant part of the 10-director.conf file (Line 30 is "service
director {)

# To enable director service, uncomment the modes and assign a port.
service director {
   unix_listener login/director {
     #mode = 0666
   }
   fifo_listener login/proxy-notify {
     #mode = 0666
   }
   unix_listener director-userdb {
     #mode = 0600
   }
   inet_listener {
     #port =
   }
}

likely a missing closing brace in teh stanza *above* the service director


Agreed. If you didn't touch the 10-director.conf file (and it looks like you didn't, as what you posted matches mine), then the problem is likely to be in 10-auth.conf or dovecot.conf itself.

I think the *.conf files in /etc/dovecot/conf.d are parsed alphabetically. Any *.conf file may include other files (typically, *.ext, but that's a convention not a necessity).

So you'll need to parse from dovecot.conf downward through that file progression.

--
Paul Heinlein
heinl...@madboa.com
45.38° N, 122.59° W

Reply via email to