From c760fdbbee0e5798e24410bdd147c02a545dd982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xe=CC=81fir=20Destiny?= Date: Fri, 7 Oct 2016 19:42:59 +0200 Subject: [PATCH] no pop --- mailserver.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/mailserver.sh b/mailserver.sh index bf7bdb2..a4fa112 100755 --- a/mailserver.sh +++ b/mailserver.sh @@ -53,9 +53,7 @@ install_clamav() { install_restart() { service courier-authdeamon restart service courier-imap restart - service courier-pop restart service courier-imap-ssl restart - service courier-pop-ssl restart service exim4 restart }