mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
update postfix -f
This commit is contained in:
parent
de1370da04
commit
b32928e4fa
1 changed files with 4 additions and 1 deletions
|
@ -176,10 +176,13 @@ if [ ! -e $final_path/lang/it_IT ]; then
|
|||
ln -s $final_path/lang/it $final_path/lang/it_IT
|
||||
fi
|
||||
|
||||
#setting postfix to use virtual aliases file
|
||||
# Add postfix configuration hook and regen postfix conf
|
||||
#setting postfix to use virtual aliases file
|
||||
# Add postfix configuration hook and regen postfix conf
|
||||
cp -R ../sources/hooks/conf_regen/98-postfix_emailpoubelle /usr/share/yunohost/hooks/conf_regen/
|
||||
yunohost service regen-conf postfix
|
||||
mv /etc/postfix/main.cf /etc/postfic/main.cf.emailpoubelle.bak
|
||||
yunohost service regen-conf postfix -f
|
||||
|
||||
#=================================================
|
||||
# SECURE FILES AND DIRECTORIES
|
||||
|
|
Loading…
Add table
Reference in a new issue