We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi the team,
and thanks a lot for your awesome job on POSTFIX ansible role. My post is not really an issue but a question.
In Postfix official documentation I saw that if I use
smtpd_helo_restrictions = reject_invalid_helo_hostname
Postfix recommands also to set up
smtpd_helo_required = yes To avoid client to skip reject_invalid_helo_hostname by not sending HELO or EHLO command
smtpd_helo_required = yes
reject_invalid_helo_hostname
I can't find out in your code if this situation is taken care of. I can't find out a role's variable called postfix_smtpd_helo_required
Can you help me please ?
Regards
The text was updated successfully, but these errors were encountered:
Oh Sorry I'll try to pass
Through
postfix_raw_options:
Sorry, something went wrong.
tersmitten
No branches or pull requests
Hi the team,
and thanks a lot for your awesome job on POSTFIX ansible role.
My post is not really an issue but a question.
In Postfix official documentation I saw that if I use
smtpd_helo_restrictions = reject_invalid_helo_hostname
Postfix recommands also to set up
smtpd_helo_required = yes
To avoid client to skip
reject_invalid_helo_hostname
by not sending HELO or EHLO commandI can't find out in your code if this situation is taken care of.
I can't find out a role's variable called postfix_smtpd_helo_required
Can you help me please ?
Regards
The text was updated successfully, but these errors were encountered: