Skip to content

Commit e2979f5

Browse files
committed
Remove obsolete port 2525 in exim configuration.
1 parent 4a5ad15 commit e2979f5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

install/debian/8/exim/exim4.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tls_advertise_hosts = *
3737
tls_certificate = /usr/local/hestia/ssl/certificate.crt
3838
tls_privatekey = /usr/local/hestia/ssl/certificate.key
3939

40-
daemon_smtp_ports = 25 : 465 : 587 : 2525
40+
daemon_smtp_ports = 25 : 465 : 587
4141
tls_on_connect_ports = 465
4242
never_users = root
4343
host_lookup = *

install/debian/9/exim/exim4.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tls_advertise_hosts = *
3737
tls_certificate = /usr/local/hestia/ssl/certificate.crt
3838
tls_privatekey = /usr/local/hestia/ssl/certificate.key
3939

40-
daemon_smtp_ports = 25 : 465 : 587 : 2525
40+
daemon_smtp_ports = 25 : 465 : 587
4141
tls_on_connect_ports = 465
4242
never_users = root
4343
host_lookup = *

install/ubuntu/14.04/exim/exim4.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tls_advertise_hosts = *
3737
tls_certificate = /usr/local/hestia/ssl/certificate.crt
3838
tls_privatekey = /usr/local/hestia/ssl/certificate.key
3939

40-
daemon_smtp_ports = 25 : 465 : 587 : 2525
40+
daemon_smtp_ports = 25 : 465 : 587
4141
tls_on_connect_ports = 465
4242
never_users = root
4343
host_lookup = *

install/ubuntu/16.04/exim/exim4.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tls_advertise_hosts = *
3737
tls_certificate = /usr/local/hestia/ssl/certificate.crt
3838
tls_privatekey = /usr/local/hestia/ssl/certificate.key
3939

40-
daemon_smtp_ports = 25 : 465 : 587 : 2525
40+
daemon_smtp_ports = 25 : 465 : 587
4141
tls_on_connect_ports = 465
4242
never_users = root
4343
host_lookup = *

install/ubuntu/18.04/exim/exim4.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tls_advertise_hosts = *
3737
tls_certificate = /usr/local/hestia/ssl/certificate.crt
3838
tls_privatekey = /usr/local/hestia/ssl/certificate.key
3939

40-
daemon_smtp_ports = 25 : 465 : 587 : 2525
40+
daemon_smtp_ports = 25 : 465 : 587
4141
tls_on_connect_ports = 465
4242
never_users = root
4343
host_lookup = *

0 commit comments

Comments
 (0)