aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/msmtp
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-08-27 16:20:40 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-08-27 16:27:23 -0500
commitc4112a39acdcc596c82a5b54d3a0f31cc16a8d84 (patch)
tree26c9f526b033391efc1d3b9aeb7257df38aabf1b /msmtp
parent60a407891863190ddd13bc5e20f741d0a7a498b1 (diff)
feat!(mail): move to self hosted mail server
Diffstat (limited to 'msmtp')
-rw-r--r--msmtp/.config/msmtp/config12
1 files changed, 6 insertions, 6 deletions
diff --git a/msmtp/.config/msmtp/config b/msmtp/.config/msmtp/config
index f39a3ea..222f58d 100644
--- a/msmtp/.config/msmtp/config
+++ b/msmtp/.config/msmtp/config
@@ -4,11 +4,11 @@ tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
syslog on
-account porkbun
+account personal
from tobyv@tobyvin.dev
-host smtp.porkbun.com
-user tobyv@tobyvin.dev
-passwordeval "pass tobyv@tobyvin.dev"
+host mail.tobyvin.dev
+user tobyv
+passwordeval "pass mail.tobyvin.dev/tobyv/imap"
port 587
tls_starttls on
@@ -16,8 +16,8 @@ account gmail
from tobyv13@gmail.com
host smtp.gmail.com
user tobyv13
-passwordeval "pass gmail"
+passwordeval "pass gmail.com/tobyv13@gmail.com"
port 587
tls_starttls on
-account default: porkbun
+account default: personal