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