Correct external authentication server socket paths.

Sun, 19 Apr 2009 11:57:20 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 19 Apr 2009 11:57:20 +0200
changeset 168
7a1d64c9a105
parent 167
ac03bde00b0e
child 169
00f30de09998

Correct external authentication server socket paths.

dovecot/dovecot.patch file | annotate | diff | comparison | revisions
dovecot/dovecot.spec file | annotate | diff | comparison | revisions
     1.1 --- a/dovecot/dovecot.patch	Sat Apr 18 18:42:52 2009 +0200
     1.2 +++ b/dovecot/dovecot.patch	Sun Apr 19 11:57:20 2009 +0200
     1.3 @@ -277,7 +277,7 @@
     1.4         # used to give Dovecot's local delivery agent access to userdb so it
     1.5         # can find mailbox locations.
     1.6  -      #path = /var/run/dovecot/auth-master
     1.7 -+      #path = @l_prefix@/dovecot/run/auth-master
     1.8 ++      #path = @l_prefix@/var/dovecot/run/auth-master
     1.9         #mode = 0600
    1.10         # Default user/group is the one who started dovecot-auth (root)
    1.11         #user = 
    1.12 @@ -286,7 +286,7 @@
    1.13         # is to export it to your SMTP server so it can do SMTP AUTH lookups
    1.14         # using it.
    1.15  -      #path = /var/run/dovecot/auth-client
    1.16 -+      #path = @l_prefix@/dovecot/run/auth-client
    1.17 ++      #path = @l_prefix@/var/dovecot/run/auth-client
    1.18         #mode = 0660
    1.19       #}
    1.20     #}
     2.1 --- a/dovecot/dovecot.spec	Sat Apr 18 18:42:52 2009 +0200
     2.2 +++ b/dovecot/dovecot.spec	Sun Apr 19 11:57:20 2009 +0200
     2.3 @@ -39,7 +39,7 @@
     2.4  Group:        Mail
     2.5  License:      MIT+LGPL
     2.6  Version:      %{V_major}.%{V_minor}
     2.7 -Release:      20090408
     2.8 +Release:      20090416
     2.9  
    2.10  #   package options
    2.11  %option       with_fsl          yes

mercurial