I have a customer thats getting some of these getting through to them:
The email thats showing as "FROM" is direct from the spam filter. In this case, its
How can I block anything originating externally as below?
Oct 22 18:35:02 swarmx2 postfix/qmgr[3990271]: 7BF694060C: from=<>, size=21177, nrcpt=1 (queue active)
I would ideally like to know how to keep the spam filter from sending out any emails from itself (outside of root / postmaster, etc) that are legitimate senders.
The server should not be sending anything to any internal addresses that aren't legitimate.
Thanks
Code:
Oct 22 18:34:59 swarmx2 postfix/smtpd[251329]: warning: hostname valuemail.click does not resolve to address 116.204.183.235
Oct 22 18:34:59 swarmx2 postfix/smtpd[251329]: connect from unknown[116.204.183.235]
Oct 22 18:35:00 swarmx2 postfix/smtpd[251329]: 44F8740518: client=unknown[116.204.183.235]
Oct 22 18:35:00 swarmx2 postfix/cleanup[251189]: 44F8740518: message-id=<JRmaUgd0Xof0mPFpSQ1WyAg4S7X-fAqrsKZxgYNVEOLTwOcaEgZJgid-cadf-4b64-ba5d-13abc51dd070-000000@.amazonses.com>
Oct 22 18:35:00 swarmx2 postfix/qmgr[3990271]: 44F8740518: from=<>, size=20092, nrcpt=1 (queue active)
Oct 22 18:35:00 swarmx2 pmg-smtp-filter[247640]: 4052C63547014CEA19: new mail message-id=<JRmaUgd0Xof0mPFpSQ1WyAg4S7X-fAqrsKZxgYNVEOLTwOcaEgZJgid-cadf-4b64-ba5d-13abc51dd070-000000@.amazonses.com>#012
Oct 22 18:35:01 swarmx2 postfix/smtpd[251329]: disconnect from unknown[116.204.183.235] ehlo=1 mail=1 rcpt=1 bdat=3 quit=1 commands=7
Oct 22 18:35:02 swarmx2 pmg-smtp-filter[247640]: 4052C63547014CEA19: SA score=1/5 time=1.577 bayes=0.00 autolearn=no autolearn_force=no hits=BAYES_00(-1.9),DKIM_ADSP_NXDOMAIN(0.9),HTML_MESSAGE(0.001),KAM_DMARC_STATUS(0.01),KAM_SHORT(0.001),MIME_HTML_ONLY(0.1),MIME_QP_LONG_LINE(0.001),RCVD_IN_HOSTKARMA_BL(1.5),RDNS_NONE(0.793),T_KAM_HTML_FONT_INVALID(0.01),T_SPF_HELO_PERMERROR(0.01)
Oct 22 18:35:02 swarmx2 postfix/smtpd[251339]: connect from localhost.localdomain[127.0.0.1]
Oct 22 18:35:02 swarmx2 postfix/smtpd[251339]: 7BF694060C: client=localhost.localdomain[127.0.0.1], orig_client=unknown[116.204.183.235]
Oct 22 18:35:02 swarmx2 postfix/cleanup[251189]: 7BF694060C: message-id=<JRmaUgd0Xof0mPFpSQ1WyAg4S7X-fAqrsKZxgYNVEOLTwOcaEgZJgid-cadf-4b64-ba5d-13abc51dd070-000000@.amazonses.com>
Oct 22 18:35:02 swarmx2 postfix/qmgr[3990271]: 7BF694060C: from=<>, size=21177, nrcpt=1 (queue active)
Oct 22 18:35:02 swarmx2 postfix/smtpd[251339]: disconnect from localhost.localdomain[127.0.0.1] ehlo=1 xforward=1 mail=1 rcpt=1 data=1 commands=5
Oct 22 18:35:02 swarmx2 pmg-smtp-filter[247640]: 4052C63547014CEA19: accept mail to <john.doe@company.com> (7BF694060C) (rule: default-accept)
Oct 22 18:35:02 swarmx2 pmg-smtp-filter[247640]: 4052C63547014CEA19: processing time: 1.676 seconds (1.577, 0.048, 0)
Oct 22 18:35:02 swarmx2 postfix/lmtp[251335]: 44F8740518: to=<john.doe@company.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.3, delays=0.56/0.02/0/1.7, dsn=2.5.0, status=sent (250 2.5.0 OK (4052C63547014CEA19))
Oct 22 18:35:02 swarmx2 postfix/qmgr[3990271]: 44F8740518: removed
Oct 22 18:35:02 swarmx2 postfix/smtp[251190]: Trusted TLS connection established to 192.168.9.11[192.168.9.11]:2525: TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits)
Oct 22 18:35:02 swarmx2 postfix/smtp[251190]: 7BF694060C: to=<john.doe@company.com>, relay=192.168.9.11[192.168.9.11]:2525, delay=0.05, delays=0.02/0/0.03/0.01, dsn=2.0.0, status=sent (250 2.0.0 63547016-0000693a Message accepted for delivery)
Oct 22 18:35:02 swarmx2 postfix/qmgr[3990271]: 7BF694060C: removed
The email thats showing as "FROM" is direct from the spam filter. In this case, its
How can I block anything originating externally as below?
Oct 22 18:35:02 swarmx2 postfix/qmgr[3990271]: 7BF694060C: from=<>, size=21177, nrcpt=1 (queue active)
I would ideally like to know how to keep the spam filter from sending out any emails from itself (outside of root / postmaster, etc) that are legitimate senders.
The server should not be sending anything to any internal addresses that aren't legitimate.
Thanks