equal
deleted
inserted
replaced
29 |
29 |
30 * You have also to adjust the permissions of the set-uid deliver copy: |
30 * You have also to adjust the permissions of the set-uid deliver copy: |
31 chgrp nogroup /usr/local/lib/dovecot/deliver |
31 chgrp nogroup /usr/local/lib/dovecot/deliver |
32 chmod u+s,o-rwx /usr/local/lib/dovecot/deliver |
32 chmod u+s,o-rwx /usr/local/lib/dovecot/deliver |
33 |
33 |
|
34 * Check the master.cf from Postfix. |
|
35 In prior setups the service dovecot was configured slightly different. |
|
36 If you have set the command attribute 'user' to 'nobody:mail', so |
|
37 either remove the group mail or replace it with the group nogroup. |
|
38 |
|
39 e.g.: flags=DRhu user=nobody argv=/usr/local/lib/dovecot/deliver … |
|
40 |
34 * execute upgrade.sh |
41 * execute upgrade.sh |
35 |
42 |
36 * start Dovecot and Postfix |
43 * start Dovecot and Postfix |
37 |
44 |
38 |
45 |