mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-22 11:44:25 +02:00
Fixed some tests for #109
This commit is contained in:
parent
bfa8a41712
commit
d6f9ffe9a6
2 changed files with 16 additions and 15 deletions
|
@ -322,7 +322,7 @@ cron
|
|||
if [ "$SMTP_ONLY" != 1 ]; then
|
||||
# Here we are starting sasl and imap, not pop3 because it's disabled by default
|
||||
echo " * Starting dovecot services"
|
||||
/usr/sbin/dovecot -F -c /etc/dovecot/dovecot.conf &
|
||||
/usr/sbin/dovecot -c /etc/dovecot/dovecot.conf
|
||||
fi
|
||||
|
||||
if [ "$ENABLE_POP3" = 1 -a "$SMTP_ONLY" != 1 ]; then
|
||||
|
@ -340,6 +340,7 @@ fi
|
|||
|
||||
if [ "$ENABLE_FAIL2BAN" = 1 ]; then
|
||||
echo "Starting fail2ban service"
|
||||
touch /var/log/auth.log
|
||||
/etc/init.d/fail2ban start
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue