Oefenweb / ansible-postfix

Ansible role to set up postfix in Debian-like systems
MIT License
173 stars 82 forks source link

Make mynetworks configurable #20

Closed jblancogl closed 8 years ago

tersmitten commented 8 years ago

Thanks for you pull request. I would love to merge it. Just one thing: can you make postfix_mynetworks a list?

postfix_mynetworks:
  - 127.0.0.0/8
  - [::ffff:127.0.0.0]/104
  - [::1]/128
jblancogl commented 8 years ago

Thanks to you, @tersmitten. I turned postfix_mynetworks into a list. I hope this will help you.