Advertisement
fplanzer

SPF Cpanel

Feb 15th, 2019
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. En Configuración de EXIM -> Editor Avanzado
  2.  
  3. Agregar lo siguiente en la sección "custom_begin_mailauth" ACL
  4.  
  5.  
  6.  
  7. # BEGIN INSERT spf_bl
  8.  
  9. deny message = SPF: $sender_host_address is not allowed to send mail from $sender_address_domain
  10.  
  11. spf = fail
  12.  
  13. # END INSERT spf_bl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement