fix smtp
This commit is contained in:
parent
633e093969
commit
d8aa8e5748
@ -426,14 +426,11 @@
|
|||||||
WEBSOCKET_ADDRESS = "127.0.0.1";
|
WEBSOCKET_ADDRESS = "127.0.0.1";
|
||||||
WEBSOCKET_PORT = myData.ports.vaultwarden_ws;
|
WEBSOCKET_PORT = myData.ports.vaultwarden_ws;
|
||||||
|
|
||||||
SMTP_HOST = "127.0.0.1";
|
SMTP_HOST = "localhost";
|
||||||
SMTP_PORT = 25;
|
SMTP_PORT = 25;
|
||||||
SMTP_SECURITY = "off";
|
SMTP_SECURITY = "off";
|
||||||
|
SMTP_FROM = "admin@jakstys.lt";
|
||||||
#USE_SENDMAIL = true;
|
SMTP_FROM_NAME = "Bitwarden at jakstys.lt";
|
||||||
#SENDMAIL_COMMAND = "${pkgs.postfix}/bin/sendmail";
|
|
||||||
#SMTP_FROM = "admin@jakstys.lt";
|
|
||||||
#SMTP_FROM_NAME = "jakstys.lt Bitwarden server";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user