Fix smtp ports
This commit is contained in:
parent
dab5c7c81c
commit
0e91ce1dc5
@ -1,7 +1,7 @@
|
|||||||
#--MACROS
|
#--MACROS
|
||||||
|
|
||||||
SMTP_PORT = 25
|
SMTP_PORT = 25 : 465 : 587
|
||||||
LOCAL_INTERFACES = <; 0.0.0.0.25 ; 0.0.0.0.465 ; [::0]:25 ; [::0]:465
|
LOCAL_INTERFACES = <; ::0 ; 0.0.0.0
|
||||||
CONFDIR = /etc/exim4
|
CONFDIR = /etc/exim4
|
||||||
|
|
||||||
LOCAL_DOMAINS = %(local_domains)s
|
LOCAL_DOMAINS = %(local_domains)s
|
||||||
|
Loading…
Reference in New Issue
Block a user