- fixed configuration permissions for pure-ftp, fixes #309

- fixed configuration permissions for dovecot, fixes #310
- fixed some minor config-template issues
This commit is contained in:
Michael Kaufmann (d00p)
2010-07-28 06:08:14 +00:00
parent 735f890e56
commit d660165470
5 changed files with 33 additions and 7 deletions

View File

@@ -163,7 +163,8 @@ return Array(
),
'commands_2' => Array(
'echo "dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver -f ${sender} -d ${recipient}" >> /usr/local/etc/postfix/master.cf'
flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver -f ${sender} -d ${recipient}" >> /usr/local/etc/postfix/master.cf',
'chmod 0640 /usr/local/etc/dovecot-sql.conf'
),
'restart' => Array(
'sh /usr/local/etc/rc.d/dovecot restart'