You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, open and closed, and I'm convinced that mine is new.
When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe.
I have a device (QNAP QTS 5.0.1) sending emails and I wish for them to go to gmail via my ISP mail relay. QNAP Notification Center 1.5.0.2126 does not create the Message-Id header, ISP mail relay does not add it and Gmail rejects messages without the header.
QNAP support was not helpful and only gave one unhelpful tasks to perform after another rather than take on the problem.
So I tried to set up postfix on OPNsense and have it add the missing header. But it does not add and there is no option.
I believe there are other broken email senders that are hard to fix.
Describe alternatives you've considered
I edited the options into the /usr/local/opnsense/service/templates/OPNsense/Postfix/main.cf template to try if it helps. It does, however it'll be void on next update.
Additional context
The mail relay returns delivery-status with gmail response
<***@***>: host gmail-smtp-in.l.google.com[64.233.165.26]
said: 550-5.7.1 [213.145.209.38] Messages missing a valid messageId header
are not 550 5.7.1 accepted.
w6-20020a***fq.441 - gsmtp (in reply to
end of DATA command)
The text was updated successfully, but these errors were encountered:
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Is your feature request related to a problem? Please describe.
I have a device (QNAP QTS 5.0.1) sending emails and I wish for them to go to gmail via my ISP mail relay. QNAP Notification Center 1.5.0.2126 does not create the Message-Id header, ISP mail relay does not add it and Gmail rejects messages without the header.
QNAP support was not helpful and only gave one unhelpful tasks to perform after another rather than take on the problem.
So I tried to set up postfix on OPNsense and have it add the missing header. But it does not add and there is no option.
Describe the solution you'd like
Add option corresponding with the always_add_missing_headers option. It'll need related local_header_rewrite_clients option to allow changing the default to permit_mynetworks.
I believe there are other broken email senders that are hard to fix.
Describe alternatives you've considered
I edited the options into the /usr/local/opnsense/service/templates/OPNsense/Postfix/main.cf template to try if it helps. It does, however it'll be void on next update.
Additional context
The mail relay returns delivery-status with gmail response
The text was updated successfully, but these errors were encountered: