Wednesday, October 4, 2023
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 65 times, 1 visits today)
Baca Juga :  Solusi kirim email error : 554-us3.mx.mailhostbox.com ESMTP not accepting connections - dari cpanel

Similar Posts