Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
commit
b1335a3628
199 changed files with 36930 additions and 0 deletions
38
home/.msmtprc
Normal file
38
home/.msmtprc
Normal file
|
@ -0,0 +1,38 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue