Các email lạ trong hàng đợi postfix


0

Hiện tại tôi không gửi bất kỳ email nào, tôi đã cài đặt postfix và dovecot nhưng trong hàng đợi mail postfix tôi thấy các email lạ gần như mỗi phút, tôi không biết spam này được tạo từ đâu và làm thế nào để ngăn chặn nó:

Từ: test@test.com Tới: một số email tiếng Ý lạ

Đây là tiêu đề của một trong các email:

Received    from User (localhost [127.0.0.1])   by mydomain.com (Postfix) with SMTP id 0F0BD25300245;   Mon, 14 Jul 2014 18:01:40 +0200 (CEST)
From    "BancoPopolare"<test@test.com>
Subject BGDNGHYSIC
Date    Mon, 14 Jul 2014 18.00.02 +0200
MIME-Version    1.0
Content-Type    multipart/mixed;    boundary="----=_NextPart_000_0078_01C2AA85.50C60CC8"
X-Priority  3
X-MSMail-Priority   Normal
X-Mailer    Microsoft Outlook Express 6.00.2800.1081
X-MimeOLE   Produced By Microsoft MimeOLE V6.00.2800.1081
Message-Id  <20140714160141.0F0BD25300245@githoster.com>
To  undisclosed-recipients:;

Câu trả lời:


0

GIẢI QUYẾT, tôi cần thêm phần này vào tập tin cấu hình của mình:

smtpd_sender_restrictions =
    permit_sasl_authenticated,
    permit_mynetworks,
    reject_non_fqdn_sender,
    reject_unknown_sender_domain,
    permit
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.