dovecot/dovecot.patch

changeset 174
8998cbee3fc3
parent 148
f6edc24e328f
child 187
0cbfb8a2de97
equal deleted inserted replaced
0:1a59b5ec8c88 1:c27e2350fafa
275 @@ -1017,7 +1015,7 @@ 275 @@ -1017,7 +1015,7 @@
276 # Master socket provides access to userdb information. It's typically 276 # Master socket provides access to userdb information. It's typically
277 # used to give Dovecot's local delivery agent access to userdb so it 277 # used to give Dovecot's local delivery agent access to userdb so it
278 # can find mailbox locations. 278 # can find mailbox locations.
279 - #path = /var/run/dovecot/auth-master 279 - #path = /var/run/dovecot/auth-master
280 + #path = @l_prefix@/dovecot/run/auth-master 280 + #path = @l_prefix@/var/dovecot/run/auth-master
281 #mode = 0600 281 #mode = 0600
282 # Default user/group is the one who started dovecot-auth (root) 282 # Default user/group is the one who started dovecot-auth (root)
283 #user = 283 #user =
284 @@ -1027,7 +1025,7 @@ 284 @@ -1027,7 +1025,7 @@
285 # The client socket is generally safe to export to everyone. Typical use 285 # The client socket is generally safe to export to everyone. Typical use
286 # is to export it to your SMTP server so it can do SMTP AUTH lookups 286 # is to export it to your SMTP server so it can do SMTP AUTH lookups
287 # using it. 287 # using it.
288 - #path = /var/run/dovecot/auth-client 288 - #path = /var/run/dovecot/auth-client
289 + #path = @l_prefix@/dovecot/run/auth-client 289 + #path = @l_prefix@/var/dovecot/run/auth-client
290 #mode = 0660 290 #mode = 0660
291 #} 291 #}
292 #} 292 #}
293 @@ -1041,7 +1039,7 @@ 293 @@ -1041,7 +1039,7 @@
294 #auth external { 294 #auth external {

mercurial