# HG changeset patch # User Michael Schloh von Bennewitz # Date 1240135040 -7200 # Node ID 7a1d64c9a105736bf9b7f45a72d31e329a92e82c # Parent ac03bde00b0e506200d445c927cd412054fed3e9 Correct external authentication server socket paths. diff -r ac03bde00b0e -r 7a1d64c9a105 dovecot/dovecot.patch --- a/dovecot/dovecot.patch Sat Apr 18 18:42:52 2009 +0200 +++ b/dovecot/dovecot.patch Sun Apr 19 11:57:20 2009 +0200 @@ -277,7 +277,7 @@ # used to give Dovecot's local delivery agent access to userdb so it # can find mailbox locations. - #path = /var/run/dovecot/auth-master -+ #path = @l_prefix@/dovecot/run/auth-master ++ #path = @l_prefix@/var/dovecot/run/auth-master #mode = 0600 # Default user/group is the one who started dovecot-auth (root) #user = @@ -286,7 +286,7 @@ # is to export it to your SMTP server so it can do SMTP AUTH lookups # using it. - #path = /var/run/dovecot/auth-client -+ #path = @l_prefix@/dovecot/run/auth-client ++ #path = @l_prefix@/var/dovecot/run/auth-client #mode = 0660 #} #} diff -r ac03bde00b0e -r 7a1d64c9a105 dovecot/dovecot.spec --- a/dovecot/dovecot.spec Sat Apr 18 18:42:52 2009 +0200 +++ b/dovecot/dovecot.spec Sun Apr 19 11:57:20 2009 +0200 @@ -39,7 +39,7 @@ Group: Mail License: MIT+LGPL Version: %{V_major}.%{V_minor} -Release: 20090408 +Release: 20090416 # package options %option with_fsl yes