feat(mail): add Dovecot and Getmail configurations with ingress setup for SFTPGo

This commit is contained in:
2025-05-05 19:56:43 +02:00
parent e6e85b00f7
commit d1267f816b
10 changed files with 530 additions and 486 deletions
@@ -20,8 +20,8 @@ server {
application/rss+xml
image/svg+xml;
location ^~ /storage {
proxy_pass http://http.sftpgo.svc.cluster.local:8080/storage;
location ^~ /config/dav {
proxy_pass http://http.sftpgo.svc.cluster.local:8080/config/dav;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;