Skip to content

Commit f94e994

Browse files
committed
Exim disable_ipv6=true
1 parent e4b4b8c commit f94e994

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#SPAM_SCORE = 50
99
#CLAMD = yes
1010

11+
disable_ipv6=true
1112
domainlist local_domains = dsearch;/etc/exim4/domains/
1213
domainlist relay_to_domains = dsearch;/etc/exim4/domains/
1314
hostlist relay_from_hosts = 127.0.0.1

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#SPAM_SCORE = 50
99
#CLAMD = yes
1010

11+
disable_ipv6=true
1112
add_environment=<; PATH=/bin:/usr/bin
1213
keep_environment=
1314

install/rhel/6/exim/exim.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#SPAM_SCORE = 50
99
#CLAMD = yes
1010

11+
disable_ipv6=true
1112
domainlist local_domains = dsearch;/etc/exim/domains/
1213
domainlist relay_to_domains = dsearch;/etc/exim/domains/
1314
hostlist relay_from_hosts = 127.0.0.1

install/rhel/7/exim/exim.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#SPAM_SCORE = 50
99
#CLAMD = yes
1010

11+
disable_ipv6=true
1112
domainlist local_domains = dsearch;/etc/exim/domains/
1213
domainlist relay_to_domains = dsearch;/etc/exim/domains/
1314
hostlist relay_from_hosts = 127.0.0.1

0 commit comments

Comments
 (0)