Skip to content

Commit 356c4b2

Browse files
committed
commented out smpam check in exim
1 parent 5d0ac56 commit 356c4b2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

install/0.9.7/rhel/exim.conf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ acl_check_mail:
5656
deny
5757
condition = ${if eq{$sender_helo_name}{}}
5858
message = HELO required before MAIL
59-
drop
60-
condition = ${if isip{$sender_helo_name}}
61-
message = Access denied - Invalid HELO name (See RFC2821 4.1.3)
59+
# drop
60+
# condition = ${if isip{$sender_helo_name}}
61+
# message = Access denied - Invalid HELO name (See RFC2821 4.1.3)
6262
drop message = Helo name contains a ip address (HELO was $sender_helo_name) and not is valid
6363
condition = ${if match{$sender_helo_name}{\N((\d{1,3}[.-]\d{1,3}[.-]\d{1,3}[.-]\d{1,3})|([0-9a-f]{8})|([0-9A-F]{8}))\N}{yes}{no}}
6464
condition = ${if match {${lookup dnsdb{>: defer_never,ptr=$sender_host_address}}\}{$sender_helo_name}{no}{yes}}
@@ -70,11 +70,11 @@ acl_check_mail:
7070
drop
7171
condition = ${if isip{$sender_helo_name}}
7272
message = Access denied - Invalid HELO name (See RFC2821 4.1.3)
73-
drop
74-
condition = ${if match{$sender_helo_name}{\N\.$\N}}
75-
message = Access denied - Invalid HELO name (See RFC2821 4.1.1.1)
76-
drop message = "REJECTED - Bad HELO - Host impersonating [$sender_helo_name]"
77-
condition = ${if match{$sender_helo_name}{$primary_hostname}}
73+
# drop
74+
# condition = ${if match{$sender_helo_name}{\N\.$\N}}
75+
# message = Access denied - Invalid HELO name (See RFC2821 4.1.1.1)
76+
# drop message = "REJECTED - Bad HELO - Host impersonating [$sender_helo_name]"
77+
# condition = ${if match{$sender_helo_name}{$primary_hostname}}
7878
drop condition = ${if eq{[$interface_address]}{$sender_helo_name}}
7979
message = $interface_address is _my_ address
8080
accept

0 commit comments

Comments
 (0)