Authorise tout le monde a lire /etc/mailname
This commit is contained in:
parent
6378f3b323
commit
96103487b9
|
@ -335,6 +335,8 @@ fi
|
|||
#
|
||||
mailname=`cat /etc/mailname`
|
||||
mysql_query "update variable SET value='"$mailname"' where name='mailname_bounce';"
|
||||
# Allow for all the users to view /etc/mailname
|
||||
chmod +r "/etc/mailname"
|
||||
|
||||
#######################################################################
|
||||
# Save installed files to check them during next install
|
||||
|
|
Loading…
Reference in New Issue