mail:/etc/postfix# vim /etc/postfix/main.cf
smtpd_sender_restrictions = hash:/etc/postfix/access
Agregamos el dominio del cual no queremos recibir correos:
mail:/etc/postfix# vim /etc/postfix/access
redes-seguridad.com.ar REJECT
mail:/etc/postfix# postmap /etc/postfix/access
Reiniciamos el servicio:
mail:/etc/postfix# /etc/init.d/postfix restart
Vemos como aparece el "Access denied" en los logs:
mail:/etc/postfix# tail -f /var/log/mail.log
May 19 16:46:41 mail postfix/smtpd[19835]: NOQUEUE: reject: RCPT from mail-vx0-f172.google.com[xxx.yyy.zzz.www]: 554 5.7.1
No hay comentarios:
Publicar un comentario