not more working but who knows
This commit is contained in:
parent
a27addf7ca
commit
caba7f3420
1 changed files with 3 additions and 32 deletions
|
@ -13,7 +13,7 @@ in mkIf conf.mail.enable {
|
||||||
"autodiscover.chpu.eu"
|
"autodiscover.chpu.eu"
|
||||||
"mail.chpu.eu"
|
"mail.chpu.eu"
|
||||||
];
|
];
|
||||||
locations."/".proxyPass = "http://localhost:8080";
|
locations."/".proxyPass = "http://localhost:9090";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -51,7 +51,7 @@ in mkIf conf.mail.enable {
|
||||||
};
|
};
|
||||||
management = {
|
management = {
|
||||||
protocol = "http";
|
protocol = "http";
|
||||||
bind = [ "127.0.0.1:8080" ];
|
bind = [ "127.0.0.1:9090" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -64,37 +64,8 @@ in mkIf conf.mail.enable {
|
||||||
cert = "%{file:/var/lib/acme/chpu.eu/cert.pem}%";
|
cert = "%{file:/var/lib/acme/chpu.eu/cert.pem}%";
|
||||||
private-key = "%{file:/var/lib/acme/chpu.eu/key.pem}%";
|
private-key = "%{file:/var/lib/acme/chpu.eu/key.pem}%";
|
||||||
};
|
};
|
||||||
session.auth = {
|
session.rcpt.directory = "'in-memory'";
|
||||||
mechanism = "[plain, login]";
|
|
||||||
directory = "'default'";
|
|
||||||
must-match-sender = false;
|
|
||||||
};
|
|
||||||
store = {
|
|
||||||
rocksdb = {
|
|
||||||
type = "rocksdb";
|
|
||||||
path = "/opt/stalwart/data";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
storage = {
|
|
||||||
data = "rocksdb";
|
|
||||||
directory = "default";
|
|
||||||
lookup = "rocksdb";
|
|
||||||
};
|
|
||||||
session.rcpt.directory = "'default'";
|
|
||||||
directory."imap".lookup.demains = [ "chpu.eu" ];
|
directory."imap".lookup.demains = [ "chpu.eu" ];
|
||||||
directory."default" = {
|
|
||||||
type = "internal";
|
|
||||||
store = "rocksdb";
|
|
||||||
principals = [
|
|
||||||
{
|
|
||||||
class = "individual";
|
|
||||||
name = "mira@chpu.eu";
|
|
||||||
description = "Mira Chacku Purakal";
|
|
||||||
secret = "%{file:/var/lib/stalwart-mail/secret/mira}%";
|
|
||||||
emails = [ "mira@chpu.eu" ];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
authentication.fallback-admin = {
|
authentication.fallback-admin = {
|
||||||
user = "admin";
|
user = "admin";
|
||||||
secret = "%{file:/var/lib/stalwart-mail/secret/admin}%";
|
secret = "%{file:/var/lib/stalwart-mail/secret/admin}%";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue