fix
This commit is contained in:
@@ -23,7 +23,7 @@ resource "kubectl_manifest" "haraka_deploy" {
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
containers:
|
||||
- name: wildduck
|
||||
- name: haraka
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
@@ -129,13 +129,7 @@ resource "kubectl_manifest" "haraka_config" {
|
||||
negative = -
|
||||
neutral = /'
|
||||
smtp.ini: |-
|
||||
; address to listen on (default: all IPv6 and IPv4 addresses, port 25)
|
||||
; use "[::0]:25" to listen on IPv6 and IPv4 (not all OSes)
|
||||
;listen=[::0]:2500
|
||||
|
||||
; Note you can listen on multiple IPs/ports using commas:
|
||||
;listen=127.0.0.1:2529,127.0.0.2:2529,127.0.0.3:2530
|
||||
|
||||
listen=[::0]:2500
|
||||
; public IP address (default: none)
|
||||
; If your machine is behind a NAT, some plugins (SPF, GeoIP) gain features
|
||||
; if they know the servers public IP. If 'stun' is installed, Haraka will
|
||||
|
||||
Reference in New Issue
Block a user