Try smtp with metallb
This commit is contained in:
parent
50d0450d0c
commit
159be06f30
@ -49,6 +49,19 @@ service:
|
|||||||
front:
|
front:
|
||||||
realIpFrom:
|
realIpFrom:
|
||||||
- 192.168.10.0/24
|
- 192.168.10.0/24
|
||||||
|
externalService:
|
||||||
|
enabled: true
|
||||||
|
type: LoadBalancer
|
||||||
|
externalTrafficPolicy: Cluster
|
||||||
|
ports:
|
||||||
|
smtp: true
|
||||||
|
smtps: false
|
||||||
|
submission: false
|
||||||
|
imap: false
|
||||||
|
imaps: false
|
||||||
|
pop3: false
|
||||||
|
pop3s: false
|
||||||
|
manageSieve: false
|
||||||
|
|
||||||
dkim:
|
dkim:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user