mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
b1335a3628
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
39 lines
981 B
Plaintext
39 lines
981 B
Plaintext
defaults
|
|
auth on
|
|
logfile ~/.msmtp.log
|
|
tls on
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
|
|
# reekymarko@reekynet.com
|
|
account reekymarko@reekynet.com
|
|
host smtp.migadu.com
|
|
port 587
|
|
from reekymarko@reekynet.com
|
|
user reekymarko@reekynet.com
|
|
passwordeval "pass email/reekymarko@reekynet.com | head -n 1"
|
|
|
|
# marko.korhonen@reekynet.com
|
|
account marko.korhonen@reekynet.com
|
|
host smtp.migadu.com
|
|
port 587
|
|
from marko.korhonen@reekynet.com
|
|
user marko.korhonen@reekynet.com
|
|
passwordeval "pass email/marko.korhonen@reekynet.com | head -n 1"
|
|
|
|
|
|
# admin@reekynet.com
|
|
account admin@reekynet.com
|
|
host smtp.migadu.com
|
|
port 587
|
|
from admin@reekynet.com
|
|
user admin@reekynet.com
|
|
passwordeval "pass email/admin@reekynet.com | head -n 1"
|
|
|
|
# marko.korhonen@metropolia.fi
|
|
account marko.korhonen@metropolia.fi
|
|
host smtp.metropolia.fi
|
|
port 587
|
|
from marko.korhonen@metropolia.fi
|
|
user markoak
|
|
passwordeval "pass email/marko.korhonen@metropolia.fi | head -n 1"
|