correct postfix mx-access commands for FreeBSD, fixes #573
This commit is contained in:
@@ -136,10 +136,10 @@ return Array(
|
|||||||
'etc_postfix_main.cf' => '/usr/local/etc/postfix/main.cf'
|
'etc_postfix_main.cf' => '/usr/local/etc/postfix/main.cf'
|
||||||
),
|
),
|
||||||
'commands_1' => Array(
|
'commands_1' => Array(
|
||||||
'postmap /etc/postfix/mx_access'
|
'postmap /usr/local/etc/postfix/mx_access'
|
||||||
),
|
),
|
||||||
'restart' => Array(
|
'restart' => Array(
|
||||||
'/etc/init.d/postfix restart'
|
'/usr/local/etc/rc.d/postfix restart'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'dkim' => Array(
|
'dkim' => Array(
|
||||||
|
|||||||
Reference in New Issue
Block a user