|
|
|
@ -9,6 +9,6 @@ data:
|
|
|
|
transport: {{- toYaml .Values.config.transport | nindent 4 }}
|
|
|
|
transport: {{- toYaml .Values.config.transport | nindent 4 }}
|
|
|
|
update_transport.sh: |
|
|
|
|
update_transport.sh: |
|
|
|
|
#!/bin/sh
|
|
|
|
#!/bin/sh
|
|
|
|
postmap /etc/postfix/transport
|
|
|
|
postmap lmdb:/etc/postfix/transport
|
|
|
|
postconf -e "transport_maps = hash:/etc/postfix/transport"
|
|
|
|
postconf -e "transport_maps = lmdb:/etc/postfix/transport"
|
|
|
|
postmap /etc/postfix/sasl_passwd
|
|
|
|
postmap lmdb:/etc/postfix/sasl_passwd
|
|
|
|
|