mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Allow redirects from skynet.be
This commit is contained in:
parent
7fac3355db
commit
485467fa99
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@
|
||||||
mailDirectory = "/nix/var/data/vmail";
|
mailDirectory = "/nix/var/data/vmail";
|
||||||
sieveDirectory = "/nix/var/data/sieve";
|
sieveDirectory = "/nix/var/data/sieve";
|
||||||
lmtpSaveToDetailMailbox = "no";
|
lmtpSaveToDetailMailbox = "no";
|
||||||
|
policydSPFExtraConfig = ''
|
||||||
|
Domain_Whitelist = skynet.be
|
||||||
|
'';
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
"paultrial@banditlair.com" = {
|
"paultrial@banditlair.com" = {
|
||||||
# nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "super secret password" | cut -d: -f2 > /hashed/password/file/location
|
# nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "super secret password" | cut -d: -f2 > /hashed/password/file/location
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue