Remove proxy.trusted-networks configuration from SMTP, SMTPS, and IMAPS services
This commit is contained in:
parent
acdd65a5fb
commit
84d2ce3d2f
1 changed files with 0 additions and 6 deletions
|
|
@ -89,22 +89,16 @@ in {
|
||||||
smtp = {
|
smtp = {
|
||||||
protocol = "smtp";
|
protocol = "smtp";
|
||||||
bind = "[::]:25";
|
bind = "[::]:25";
|
||||||
proxy.trusted-networks = [
|
|
||||||
"10.1.1.250/32"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
submissions = {
|
submissions = {
|
||||||
bind = "[::]:465";
|
bind = "[::]:465";
|
||||||
protocol = "smtp";
|
protocol = "smtp";
|
||||||
tls.implicit = true;
|
tls.implicit = true;
|
||||||
# Also trust proxy for SMTPS
|
|
||||||
proxy.trusted-networks = ["10.1.1.250/32"];
|
|
||||||
};
|
};
|
||||||
imaps = {
|
imaps = {
|
||||||
bind = "[::]:993";
|
bind = "[::]:993";
|
||||||
protocol = "imap";
|
protocol = "imap";
|
||||||
tls.implicit = true;
|
tls.implicit = true;
|
||||||
proxy.trusted-networks = ["10.1.1.250/32"];
|
|
||||||
};
|
};
|
||||||
jmap = {
|
jmap = {
|
||||||
bind = "[::]:8080";
|
bind = "[::]:8080";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue