From 073a69ddb94a310913e0ed31d54527ead9491d20 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 10 Mar 2020 09:20:02 +0100 Subject: Add additional email account --- .config/localmail/accounts/p.spek@tyil.nl.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .config/localmail/accounts/p.spek@tyil.nl.yaml (limited to '.config') diff --git a/.config/localmail/accounts/p.spek@tyil.nl.yaml b/.config/localmail/accounts/p.spek@tyil.nl.yaml new file mode 100644 index 0000000..d77e578 --- /dev/null +++ b/.config/localmail/accounts/p.spek@tyil.nl.yaml @@ -0,0 +1,18 @@ +incoming: + protocol: imap + server: tyil.email + ssl: true + username: p.spek@tyil.nl + password: + source: pass + file: /home/tyil/.password-store/email/tyil.nl/p.spek.gpg +outgoing: + protocol: smtp + server: tyil.email + ssl: true + username: p.spek@tyil.nl + password: + source: pass + file: /home/tyil/.password-store/email/tyil.nl/p.spek.gpg + handles: + - p.spek@tyil.nl -- cgit v1.1