nano /etc/mail/exim.filter
แก้
if $header_from: contains "MAILER-DAEMON"
or $header_from: contains "postmaster@"
# or $header_from: contains "noreply@"
or $header_Received: contains "amazon.com"
or $message_body: contains "Viagra"
or $sender_address: contains "MAILER-DAEMON@"
# or $sender_address: contains "noreply@"
or $sender_address: contains "postmaster@"
then
เพราะอีเมล์จาก booking.com ส่งจาก noreply ก็เลยโดน block
เราเติม # เพื่อยกเลิกการ block คำว่า noreply
หลังจากบันทึกไฟล์แล้ว ให้ restart exim ก็จะรับอีเมล์จาก booking.com ได้
19 พ.ย. 63