Матеріали про Email
Postfix blacklist або відкидуємо небажані email адреси
Усе дуже просто: необхідно заблокувати певним адресатам писати нам листи Встановлено postfix, створюємо файл /etc/postfix/sender_access, куди заносимо наших небежених друзів: user@bad.com REJECT Створюємо базу: postmap hash:sender_access Прописуємо у конфіг main.cf smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/sender_access Та перезапускаємо! Тепер наш “товариш” отримає: This message was created automatically by mail delivery software. A message that you sent could [...]...






