You are not logged in.
First of all, some of my configs were .pacsaved, so I had to restore them. But when I did I got this error:
doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-auth.conf line 121: No matchesLine 121 on 10-auth.conf is:
!include auth-system.conf.extFor now I have re-installed 2.1.1-2 and everything seems to be OK.
Last edited by shaurz (2012-02-28 10:36:32)
Offline
The error says auth-system.conf.ext doesn't exist. Does it?
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
You need to copy the requiered file form /usr/share/doc/dovecot/example-config/conf.d/* to /etc/dovecot/conf.d and modify it if needed.
Offline
Offline
That's annoying. Why move important files to another location, breaking any existing setup? It seems like unnecessary rearrangement for the hell of it.
Offline
That's annoying. Why move important files to another location, breaking any existing setup? It seems like unnecessary rearrangement for the hell of it.
Not sure what are you referring to, have you read the commit message: http://projects.archlinux.org/svntogit/ … 5ce6d9e285
don't install sample config files to /etc direclty, they break dovecot start way too often
Offline
I see, so there were some breakage problems before (it never happened for me though).
It would have been nice for a bit of forewarning, usually I can do an update and restart without any problem.
Offline
So the fix was to cp /usr/share/doc/dovecot/example-config/conf.d/auth-system.conf.ext /etc/dovecot/conf.d/
Offline