Closed apintocr closed 6 years ago
The magic word is "Forwarding Hosts" and can be found in the adminpanel under "Configuration"
Good luck!
I don't think forwarding hosts will help. The whitelist is checked after Postfix checks for a PTR.
It's not RFC-compliant to send email from a host without a PTR, so your client will have trouble sending to most other servers. So we are not going to bother implementing a fix, but you can of course remove reject_unknown_reverse_client_hostname and risk getting more spam.
Hello,
I have a client (not mailcow) that is trying to send me an email, however our server (mailcow) but keeps being rejected due to a bad PTR setup (no PTR set actually), I've told them to fix it however I need to be able to receive emails from them and I cannot wait for them to fix the issue (if they fix it...).
How to whitelist a host that does not have a PTR/ReverseDNS set?
I have already tried to add the as a relay host, however postfix still rejects it (log bellow)
How can I work around this is a way that is mailcow-update compatible? :)
EDIT: I know I can just remove reject_unknown_reverse_client_hostname from main.cf, however I want to allow some hosts, not all :)
Thank you