From 0e91ce1dc558ce19ab5e6bbda4d088ee2e46a1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xe=CC=81fir=20Destiny?= Date: Mon, 15 Aug 2016 19:22:37 +0200 Subject: [PATCH] Fix smtp ports --- exim4/exim4.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exim4/exim4.conf b/exim4/exim4.conf index e520525..49bd13e 100644 --- a/exim4/exim4.conf +++ b/exim4/exim4.conf @@ -1,7 +1,7 @@ #--MACROS -SMTP_PORT = 25 -LOCAL_INTERFACES = <; 0.0.0.0.25 ; 0.0.0.0.465 ; [::0]:25 ; [::0]:465 +SMTP_PORT = 25 : 465 : 587 +LOCAL_INTERFACES = <; ::0 ; 0.0.0.0 CONFDIR = /etc/exim4 LOCAL_DOMAINS = %(local_domains)s