wildduck: ZoneMTA config fixes
This commit is contained in:
		| @@ -23,12 +23,17 @@ data: | ||||
|   zonemta.toml: |- | ||||
|     [log] | ||||
|     level="info" | ||||
|     [smtpInterfaces] | ||||
|     [smtpInterfaces.feeder] | ||||
|     key="/cert/tls.key" | ||||
|     cert="/cert/tls.crt" | ||||
|     port=9465 | ||||
|     host="0.0.0.0" | ||||
|     secure=true | ||||
|     processes=1 | ||||
|     authentication = true | ||||
|     maxRecipients=100 | ||||
|     starttls=false | ||||
|  | ||||
|     [plugins] | ||||
|     # @include "plugin-wildduck.toml" | ||||
|     [pools] | ||||
| @@ -51,7 +56,7 @@ spec: | ||||
|         app.kubernetes.io/component: zonemta | ||||
|     spec: | ||||
|       containers: | ||||
|         - name: wildduck | ||||
|         - name: zonemta | ||||
|           image: docker.io/codemowers/wildduck-zonemta-outbound:latest@sha256:a35453409c29882bacb4a758909a38ed62daa875ad72cf706996bb144703ef49 | ||||
|           imagePullPolicy: IfNotPresent | ||||
|           command: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user