mirror of
https://git.proxmox.com/git/pmg-log-tracker
synced 2025-04-28 13:03:18 +00:00
add test for empty to (dnsbl reject)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
cab179a921
commit
b87d0b0583
@ -110,6 +110,7 @@ Dec 18 15:55:44 pmg pmg-smtp-filter[1565]: 3802E45DFA503808B06: processing time:
|
||||
Dec 18 15:55:44 pmg postfix/lmtp[29327]: 0022C3801B5: to=<pmgtest@localhost>, relay=127.0.0.1[127.0.0.1]:10023, delay=0.07, delays=0.02/0.01/0.02/0.02, dsn=2.7.0, status=sent (250 2.7.0 BLOCKED (3802E45DFA503808B06))
|
||||
Dec 18 15:55:44 pmg postfix/qmgr[24651]: 0022C3801B5: removed
|
||||
Dec 18 16:00:00 pmg something[12345]: BEFORE QUEUE LOGS2 START
|
||||
Dec 18 16:00:00 pmg postfix/postscreen[42055]: NOQUEUE: reject: RCPT from [192.0.2.0]:38834: 550 5.7.1 Service unavailable; client [192.0.2.0] blocked using testbl.example; from=<info@test.example>, to=<>, proto=ESMTP, helo=<testhost.example>
|
||||
Dec 18 16:00:50 pmg postfix/postscreen[26369]: CONNECT from [2001:DB8:1:12::75]:38768 to [2001:DB8:1:12::66]:25
|
||||
Dec 18 16:00:50 pmg postfix/postscreen[26369]: WHITELISTED [2001:DB8:1:12::75]:38768
|
||||
Dec 18 16:00:50 pmg postfix/smtpd[26419]: connect from unknown[2001:DB8:1:12::75]
|
||||
|
@ -104,3 +104,10 @@ L0000002D Dec 18 15:55:44 pmg postfix/qmgr[24651]: 0022C3801B5: from=<mailtestse
|
||||
L00000034 Dec 18 15:55:44 pmg postfix/lmtp[29327]: 0022C3801B5: to=<pmgtest@localhost>, relay=127.0.0.1[127.0.0.1]:10023, delay=0.07, delays=0.02/0.01/0.02/0.02, dsn=2.7.0, status=sent (250 2.7.0 BLOCKED (3802E45DFA503808B06))
|
||||
L00000035 Dec 18 15:55:44 pmg postfix/qmgr[24651]: 0022C3801B5: removed
|
||||
|
||||
SMTPD: T5FDCD200L00000001
|
||||
CTIME: 5FDCD200
|
||||
CLIENT: 192.0.2.0
|
||||
TO:5FDCD200:T5FDCD200L00000001:N: from <info@test.example> to <>
|
||||
LOGS:
|
||||
L00000037 Dec 18 16:00:00 pmg postfix/postscreen[42055]: NOQUEUE: reject: RCPT from [192.0.2.0]:38834: 550 5.7.1 Service unavailable; client [192.0.2.0] blocked using testbl.example; from=<info@test.example>, to=<>, proto=ESMTP, helo=<testhost.example>
|
||||
|
||||
|
@ -12,3 +12,10 @@ TO:5FDCCFDA:T5FDCCFDAL00000000:N: from <rbl_reject_test@localhost.localdomain> t
|
||||
LOGS:
|
||||
L00000029 Dec 18 15:50:50 proxmox-new postfix/postscreen[32700]: NOQUEUE: reject: RCPT from [10.0.0.1]:34453: 550 5.7.1 Service unavailable; client [10.0.0.1] blocked using zen.spamhaus.org; from=<rbl_reject_test@localhost.localdomain>, to=<test@reject.localhost.localdomain>, proto=ESMTP, helo=<localhost.localdomain>
|
||||
|
||||
SMTPD: T5FDCD200L00000001
|
||||
CTIME: 5FDCD200
|
||||
CLIENT: 192.0.2.0
|
||||
TO:5FDCD200:T5FDCD200L00000001:N: from <info@test.example> to <>
|
||||
LOGS:
|
||||
L00000037 Dec 18 16:00:00 pmg postfix/postscreen[42055]: NOQUEUE: reject: RCPT from [192.0.2.0]:38834: 550 5.7.1 Service unavailable; client [192.0.2.0] blocked using testbl.example; from=<info@test.example>, to=<>, proto=ESMTP, helo=<testhost.example>
|
||||
|
||||
|
@ -4,6 +4,11 @@
|
||||
# End: 2020-12-18 16:10:00 (1608307800)
|
||||
# End Query Options
|
||||
|
||||
SMTPD: T5FDCD200L00000001
|
||||
CTIME: 5FDCD200
|
||||
CLIENT: 192.0.2.0
|
||||
TO:5FDCD200:T5FDCD200L00000001:N: from <info@test.example> to <>
|
||||
|
||||
QENTRY: E2487636D9
|
||||
CTIME: 5FDCD233
|
||||
SIZE: 3628
|
||||
|
Loading…
Reference in New Issue
Block a user