We send test email from gmail.com to one of the exchange mailboxes that has autoresponder set. Autoresponder emails should be signed by DKIM but they are not.
We get back autoresponder email that is not signed by DKIM. If we try to send email from our domain to gmail our email is DKIM signed fine by our proxmox outbound gateway.
Our domain records from signing are properly configured on dns records and on proxmox server but it looks like the auto responder messages are send from localhost.localdomain[127.0.0.1] domain and are not not signed by DKIM.
Header from proxmox outbound server:
Header from gmail:
We get back autoresponder email that is not signed by DKIM. If we try to send email from our domain to gmail our email is DKIM signed fine by our proxmox outbound gateway.
Our domain records from signing are properly configured on dns records and on proxmox server but it looks like the auto responder messages are send from localhost.localdomain[127.0.0.1] domain and are not not signed by DKIM.
Header from proxmox outbound server:
Code:
Aug 11 14:48:18 SMTP1OUT postfix/smtpd[32740]: connect from unknown[192.168.1.10]
Aug 11 14:48:18 SMTP1OUT postfix/smtpd[32740]: Anonymous TLS connection established from unknown[192.168.1.10]: TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)
Aug 11 14:48:18 SMTP1OUT postfix/smtpd[32740]: 079A6181E7B: client=unknown[192.168.1.10]
Aug 11 14:48:18 SMTP1OUT postfix/cleanup[32742]: 079A6181E7B: message-id=<14216954b9514c2698a6b7ec3952721a@EX2019.test.domain>
Aug 11 14:48:18 SMTP1OUT postfix/qmgr[32532]: 079A6181E7B: from=<>, size=5458, nrcpt=1 (queue active)
Aug 11 14:48:18 SMTP1OUT postfix/smtpd[32740]: disconnect from unknown[192.168.1.10] ehlo=2 starttls=1 mail=1 rcpt=1 data=1 quit=1 commands=7
Aug 11 14:48:18 SMTP1OUT pmg-smtp-filter[32228]: 181E846113C712097E0: new mail message-id=<14216954b9514c2698a6b7ec3952721a@EX2019.test.domain>#012
Aug 11 14:48:18 SMTP1OUT postfix/smtpd[32758]: connect from localhost.localdomain[127.0.0.1]
Aug 11 14:48:18 SMTP1OUT postfix/smtpd[32758]: 0C785181EF0: client=localhost.localdomain[127.0.0.1], orig_client=unknown[192.168.1.10]
Aug 11 14:48:18 SMTP1OUT postfix/cleanup[32581]: 0C785181EF0: message-id=<14216954b9514c2698a6b7ec3952721a@EX2019.test.domain>
Aug 11 14:48:18 SMTP1OUT postfix/qmgr[32532]: 0C785181EF0: from=<>, size=4405, nrcpt=1 (queue active)
Aug 11 14:48:18 SMTP1OUT postfix/smtpd[32758]: disconnect from localhost.localdomain[127.0.0.1] ehlo=1 xforward=1 mail=1 rcpt=1 data=1 commands=5
Aug 11 14:48:18 SMTP1OUT pmg-smtp-filter[32228]: 181E846113C712097E0: accept mail to <testsender@gmail.com> (0C785181EF0) (rule: default-accept)
Aug 11 14:48:18 SMTP1OUT pmg-smtp-filter[32228]: 181E846113C712097E0: processing time: 0.066 seconds (0, 0, 0)
Aug 11 14:48:18 SMTP1OUT postfix/lmtp[32582]: 079A6181E7B: to=<testsender@gmail.com>, relay=127.0.0.1[127.0.0.1]:10023, delay=0.08, delays=0.01/0/0/0.07, dsn=2.5.0, status=sent (250 2.5.0 OK (181E846113C712097E0))
Aug 11 14:48:18 SMTP1OUT postfix/qmgr[32532]: 079A6181E7B: removed
Aug 11 14:48:18 SMTP1OUT postfix/smtp[32765]: 0C785181EF0: to=<testsender@gmail.com>, relay=gmail-smtp-in.l.google.com[142.251.5.26]:25, delay=0.55, delays=0.06/0/0.2/0.29, dsn=2.0.0, status=sent (250 2.0.0 OK 1628686098 19si5642369wmk.157 - gsmtp)
Aug 11 14:48:18 SMTP1OUT postfix/qmgr[32532]: 0C785181EF0: removed
Header from gmail:
Code:
ARC-Authentication-Results: i=1; mx.google.com;
spf=pass (google.com: domain of postmaster@outboundserver.example.com designates 1.2.3.4 as permitted sender) smtp.helo=outboundserver.example.com;
dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=example.com
Return-Path: <>
Received: from outboundserver.example.com (outboundserver.example.com. [1.2.3.4])
by mx.google.com with ESMTPS id 19si5642369wmk.157.2021.08.11.05.48.18
for <testsender@gmail.com>
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
Wed, 11 Aug 2021 05:48:18 -0700 (PDT)
Received-SPF: pass (google.com: domain of postmaster@outboundserver.example.com designates 1.2.3.4 as permitted sender) client-ip=1.2.3.4;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of postmaster@outboundserver.example.com designates 1.2.3.4 as permitted sender) smtp.helo=outboundserver.example.com;
dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=example.com
Received: from SMTP1OUT.example.com (localhost.localdomain [127.0.0.1]) by outboundserver.example.com (Mail) with ESMTP id 0C785181EF0 for <testsender@gmail.com>; Wed, 11 Aug 2021 14:48:18 +0200 (CEST)
From: "Test Receiver" <testreceiver@example.com>
To: "testsender@gmail.com" <testsender@gmail.com>
Last edited: