mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add Manage sieve
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
465 # SMTP submissions (implicit TLS)
|
||||
587 # SMTP submission (STARTTLS)
|
||||
993 # IMAP (implicit TLS)
|
||||
4190 # ManageSieve
|
||||
443 # HTTPS (webadmin)
|
||||
80 # HTTP (ACME)
|
||||
];
|
||||
@@ -114,6 +115,10 @@
|
||||
protocol = "imap";
|
||||
tls.implicit = true;
|
||||
};
|
||||
managesieve = {
|
||||
bind = "[::]:4190";
|
||||
protocol = "managesieve";
|
||||
};
|
||||
https = {
|
||||
bind = "[::]:443";
|
||||
protocol = "http";
|
||||
|
||||
@@ -38,6 +38,7 @@ spec:
|
||||
- mail
|
||||
displayName: "Shared Addresses"
|
||||
filter: "(objectClass=user)"
|
||||
SOGoSieveServer: "sieve://stalwart.rubenhensen.nl:4190/?tls=YES&tlsVerifyMode=allowInsecureLocalhost"
|
||||
SOGoIMAPServer: "imaps://stalwart.rubenhensen.nl:993"
|
||||
SOGoMailingMechanism: "smtp"
|
||||
SOGoSMTPServer: "smtp://stalwart.rubenhensen.nl:587/?tls=YES&tlsVerifyMode=allowInsecureLocalhost"
|
||||
|
||||
Reference in New Issue
Block a user