From 3e3f76075b4151d87a8eb3f4cee4ea92689f2e28 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 22 May 2019 17:44:46 -0700 Subject: update email server --- email.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'email.nix') 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"; -- cgit v1.2.3