Hi all,
I have a problem and hope that somebody will help me.
We are running Postfix and everything is fine except that some clients of ours cannot send emails to us.
This is the information from var/log/maillog:
Jun 27 09:34:19 nico postfix/smtpd[12873]: reject: RCPT from
unknown[208.63.55.118]: 450 Client host rejected: cannot find your hostname, [208.63.55.118]; from=<SomeUser@boehmtvl.com> to=<oaronov@trondent.com>
In the postfix configuration I have:
postconf -e smtpd_helo_restrictions="permit_mynetworks,
reject_invalid_hostname, reject_unknown_hostname, reject_non_fqdn_hostname, reject_maps_rbl"
I think that if I will remove "reject_unknown_hostname" they will be able to sent emails to us, but I do not want to open any holes for spammers.
So, my questions are as follows:
1. Why are they unable to send email to us?
2. Is it possible to change or edit something in Postfix configuration to allow emails from that domain (or from that IP) to come through even if DNS check will fail? If it possible, then how, where, and what should I change?
Please help me to resolve this puzzle.
Best regards and thank you very much in advance.
Oleg Aronov
I have a problem and hope that somebody will help me.
We are running Postfix and everything is fine except that some clients of ours cannot send emails to us.
This is the information from var/log/maillog:
Jun 27 09:34:19 nico postfix/smtpd[12873]: reject: RCPT from
unknown[208.63.55.118]: 450 Client host rejected: cannot find your hostname, [208.63.55.118]; from=<SomeUser@boehmtvl.com> to=<oaronov@trondent.com>
In the postfix configuration I have:
postconf -e smtpd_helo_restrictions="permit_mynetworks,
reject_invalid_hostname, reject_unknown_hostname, reject_non_fqdn_hostname, reject_maps_rbl"
I think that if I will remove "reject_unknown_hostname" they will be able to sent emails to us, but I do not want to open any holes for spammers.
So, my questions are as follows:
1. Why are they unable to send email to us?
2. Is it possible to change or edit something in Postfix configuration to allow emails from that domain (or from that IP) to come through even if DNS check will fail? If it possible, then how, where, and what should I change?
Please help me to resolve this puzzle.
Best regards and thank you very much in advance.
Oleg Aronov