Fix smtp ports
This commit is contained in:
parent
dab5c7c81c
commit
0e91ce1dc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user