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 = {
|
||||
protocol = "smtp";
|
||||
bind = "[::]:25";
|
||||
proxy.trusted-networks = [
|
||||
"10.1.1.250/32"
|
||||
];
|
||||
};
|
||||
submissions = {
|
||||
bind = "[::]:465";
|
||||
protocol = "smtp";
|
||||
tls.implicit = true;
|
||||
# Also trust proxy for SMTPS
|
||||
proxy.trusted-networks = ["10.1.1.250/32"];
|
||||
};
|
||||
imaps = {
|
||||
bind = "[::]:993";
|
||||
protocol = "imap";
|
||||
tls.implicit = true;
|
||||
proxy.trusted-networks = ["10.1.1.250/32"];
|
||||
};
|
||||
jmap = {
|
||||
bind = "[::]:8080";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue