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 #} #}