|
|
@ -47,9 +47,9 @@ function install_fake_additional { |
|
|
miaou-recipe "$CONTAINER" "$BASEDIR"/../recipe/sympa_ldap_auth_remote.recipe |
|
|
miaou-recipe "$CONTAINER" "$BASEDIR"/../recipe/sympa_ldap_auth_remote.recipe |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function fix_dmarc_off { |
|
|
|
|
|
echo 'fix dmarc off...' |
|
|
|
|
|
miaou-recipe "$CONTAINER" "$BASEDIR"/../recipe/sympa_fix_dmarc_off.recipe |
|
|
|
|
|
|
|
|
function fix_dmarc_dkim_local_off { |
|
|
|
|
|
echo 'fix dmarc dkim local off...' |
|
|
|
|
|
miaou-recipe "$CONTAINER" "$BASEDIR"/../recipe/sympa_fix_dmarc_dkim_local_off.recipe |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function fix_dkim_global_on { |
|
|
function fix_dkim_global_on { |
|
|
@ -71,6 +71,7 @@ miaou-push $CONTAINER $IMPORT_FILE /root/ |
|
|
echo "launch the import process" |
|
|
echo "launch the import process" |
|
|
miaou-exec $CONTAINER -- /opt/miaou-sympa/tools/sympa_import.bash "/root/$import_base" |
|
|
miaou-exec $CONTAINER -- /opt/miaou-sympa/tools/sympa_import.bash "/root/$import_base" |
|
|
|
|
|
|
|
|
fix_dmarc_off |
|
|
|
|
|
fix_dkim_global_on |
|
|
fix_dkim_global_on |
|
|
|
|
|
fix_dmarc_dkim_local_off |
|
|
|
|
|
|
|
|
install_fake_additional |
|
|
install_fake_additional |