3462-exim-helo-autenticted-users.patch 622 B

123456789101112131415161718
  1. 36c36
  2. 122c122,123
  3. < drop message = Helo name contains an IP address (HELO was $sender_helo_name) and not is valid
  4. ---
  5. > drop !authenticated = *
  6. > message = Helo name contains an IP address (HELO was $sender_helo_name) and not is valid
  7. 127c128,129
  8. < drop condition = ${if isip{$sender_helo_name}}
  9. ---
  10. > drop !authenticated = *
  11. > condition = ${if isip{$sender_helo_name}}
  12. 130c132,133
  13. < drop condition = ${if eq{[$interface_address]}{$sender_helo_name}}
  14. ---
  15. > drop !authenticated = *
  16. > condition = ${if eq{[$interface_address]}{$sender_helo_name}}
  17. >
  18. >