Hi everyone,
I'm trying to remove some of the smtpd_helo_restrictions from Postfix'
main.cf. I thought this was working previously, but I fear it never did.
I tried the following without any luck:
postfix__maincf:
- name: 'smtpd_helo_restrictions'
value:
- name: 'reject_unknown_helo_hostname'
state: 'absent'
=> Doesn't change anything.
- name: 'smtpd_helo_restrictions'
value:
- name: 'reject_unknown_helo_hostname'
state: 'comment'
=> Comments out the whole smtpd_help_restrictions block.
I want to get rid only of the "reject_unknown_helo_hostname". The other
smtpd_helo_restrictions should stay. What am I doing wrong?
thanks
amette
--
https://amette.eu
mail(a)amette.eu