This website works better with JavaScript.
Home
Explore
Help
Sign In
adrian
/
emailwiz
mirror of
https://github.com/LukeSmithxyz/emailwiz.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
ensure services enabled,
close
#228
pull/230/head
Luke Smith
2 years ago
parent
3c17f0dcd3
commit
fd41c1d652
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
emailwiz.sh
+ 1
- 0
emailwiz.sh
View File
@@ -307,6 +307,7 @@ systemctl daemon-reload
for x in spamassassin opendkim dovecot postfix; do
printf "Restarting %s..." "$x"
service "$x" restart && printf " ...done\\n"
systemctl enable "$x"
done
# If ufw is used, enable the mail ports.
Write
Preview
Loading…
Cancel
Save