Skip to content

Commit 1f1f4ab

Browse files
committed
[fix] Fixed postfix permissions
1 parent 88269c6 commit 1f1f4ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/common/init_command.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ if [ "$MODULE_NAME" = 'dashboard' ]; then
1818
start_uwsgi
1919
elif [ "$MODULE_NAME" = 'postfix' ]; then
2020
postfix_config
21+
postfix set-permissions
2122
postfix start
2223
rsyslogd -n
2324
elif [ "$MODULE_NAME" = 'freeradius' ]; then

0 commit comments

Comments
 (0)