[SOLVED] API key in Delivery Status Notification

garnoux

Member
Apr 7, 2023
27
0
6
France
garnx.fr
Hi,
Following this documentation, i've configured my spamhaus account in proxmox DNSBL.
So now i'm using DQS (Data Query Service) instead of public mirrors.
The request was changed from 2.0.0.127.zen.spamhaus.org to 2.0.0.127.<key>.zen.dq.spamhaus.net
I've set the API key in the PMG Options
1776023219922.png

It works perfectly, but my question is :
Is the API key appearing in Delivery Status Notification sent to client in case of reject by the DQS ?
Code:
2026-04-12T21:40:53.984636+02:00 pmg postfix/postscreen[471153]: NOQUEUE: reject: RCPT from [185.255.112.179]:36930: 550 5.7.1 Service unavailable; client [185.255.112.179] blocked using MYAPIKEY.zen.dq.spamhaus.net; from=<sender@domain1.tld>, to=<receiver@domain2.tld>, proto=ESMTP, helo=<smtp.domain1.tld>

Thank's