Mischa ter Smitten

Results 119 comments of Mischa ter Smitten

@racke Maybe add a `when: postfix_recipient_canonical_maps | lenght`

I can't remember either... But you can use: ```yml postfix_raw_options: - | smtp_use_tls = {{ postfix_smtp_tls_security_level != 'none' | ternary('yes', 'no') }} smtp_tls_security_level = {{ postfix_smtp_tls_security_level}} ```

Is there already a PR I missed?

`smtpd_relay_restrictions` is supported, so probably no need to use `postfix_raw_options` anymore

It seems to be introduced in #9

> Is the pull request something for v4.x? Yes! Do you have an idea how to unwind this block: ```j2 {% if postfix_relayhost %} {% if postfix_relayhost_mxlookup %} relayhost =...