We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a0762 commit 96019afCopy full SHA for 96019af
src/deb/vesta/postinst
@@ -4,3 +4,8 @@
4
if [ -x "/usr/local/vesta/upd/add_fwd_only.sh" ]; then
5
/usr/local/vesta/upd/add_fwd_only.sh
6
fi
7
+
8
+# Run exim permission fixer
9
+if [ -x "/usr/local/vesta/upd/fix_exim_permissions.sh" ]; then
10
+ /usr/local/vesta/upd/fix_exim_permissions.sh
11
+fi
0 commit comments