Mailu / helm-charts

Development repo for helm charts
126 stars 130 forks source link

[BUG] Default configuration disables outbound TLS of Postfix #319

Closed Birkenstab closed 9 months ago

Birkenstab commented 10 months ago

Description:

Using the default values in values.yaml results in TLS being disabled for outbound SMTP connections of Postfix.

Default value of tls.inboundEnforce in values.yaml does not result in the default value of OUTBOUND_TLS_LEVEL environment variable of Mailu being used.

This is because:

Possible solutions:

  1. Set values.yaml tls.outboundLevel to the default which is dane. Drawback: If Mailu changes its default, it needs to be updated here too.
  2. Set tls.outboundLevel to null. I am not sure if this will work and cause the environment variable OUTBOUND_TLS_LEVEL to be unset.
github-actions[bot] commented 9 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 9 months ago

This issue was closed because it has been stalled for 5 days with no activity.

dlford commented 7 months ago

@fastlorenzo this is still an issue, looks like an easy one for me to get started on if that's alright?