Tuesday, March 4, 2025
Cpanel/WHM Exim

Blocking Unknown/Unresolved IP’s and Dont have rDNS PTR for Stop Pshising or Spam

Cara nya :

  • Login to WHM
  • Masuk ke menu exim configuration
  • Pilih yang advanced config
  • Masukan script berikut :
require verify = reverse_host_lookup
  message = Your mail server IP address ($sender_host_address) has no reverse DNS PTR
  
  • Dengan tambahan allow sender
require verify = reverse_host_lookup
  message = Your mail server IP address ($sender_host_address) has no reverse DNS PTR
  !sender_domains = /etc/skiprdns
  • Dengan tambahan Allow IP
require verify = reverse_host_lookup
  message = Your mail server IP address ($sender_host_address) has no reverse DNS PTR
  !hosts = 202.128.85.61
(Visited 104 times, 1 visits today)
Baca Juga :  Solusi Email : SMTP error from remote mail server after initial connection: 554 Blocked - see https://ipcheck.proofpoint.com/?ip=175.x.x.x

Similar Posts