Skip to content

Commit

Permalink
DMZ example mail fix
Browse files Browse the repository at this point in the history
On Linux, changed -b to nohup.
  • Loading branch information
denisSal committed Sep 6, 2018
1 parent 3d5d754 commit 37a2bf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DMZ+DNS+Mail+WEB/start_mail
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ do
fi
cd -
himage $h touch /var/log/maillog
himage $h syslogd
himage $h postfix start
# Start POP3
if isOSlinux; then
hcp Mail_files/dovecot/10-auth.conf $h:/etc/dovecot/conf.d/10-auth.conf
himage -b $h dovecot
himage $h nohup dovecot
else
himage $h /usr/local/bin/akpop3d -d -f /var/run/akpop3d.pid
himage $h /usr/local/bin/akpop3d -d -f /var/run/akpop3d.pid
Expand Down

0 comments on commit 37a2bf5

Please sign in to comment.