summaryrefslogtreecommitdiff
path: root/email.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-22 17:44:46 -0700
committerBen Sima <ben@bsima.me>2019-05-22 17:44:46 -0700
commit3e3f76075b4151d87a8eb3f4cee4ea92689f2e28 (patch)
tree73f7f7e2b3009ff0f6c0c1a38165d325d310fdc9 /email.nix
parent6de4c33f0aa18e57be9a5045cd679a6e2da38a37 (diff)
update email server
Diffstat (limited to 'email.nix')
-rw-r--r--email.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/email.nix b/email.nix
index 522437f..bafa81f 100644
--- a/email.nix
+++ b/email.nix
@@ -13,16 +13,17 @@ in
primary = true;
realName = "Ben Sima";
address = "ben@bsima.me";
+ userName = "ben@simatime.com";
alot.sendMailCommand = "${homedir}/bin/sendmail";
folders = {
inbox = "INBOX";
};
imap = {
- host = "mail.bsima.me";
+ host = "mail.simatime.com";
port = 993;
};
smtp = {
- host = "mail.bsima.me";
+ host = "mail.simatime.com";
port = 587;
tls = {
enable = true;
@@ -34,7 +35,6 @@ in
signByDefault = true;
encryptByDefault = false;
};
- userName = "ben@bsima.me";
mbsync = {
enable = true;
create = "both";