This commit is contained in:
2023-08-12 13:40:22 +02:00
parent ce1ed3c95b
commit be5997935c
2 changed files with 52 additions and 58 deletions

View File

@@ -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