Add msmtprc config
This commit is contained in:
parent
8a3ee180ee
commit
d7a957ac6f
1 changed files with 56 additions and 0 deletions
56
msmtprc/.msmtprc
Normal file
56
msmtprc/.msmtprc
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
## Defaults:
|
||||||
|
|
||||||
|
defaults
|
||||||
|
auth on
|
||||||
|
tls on
|
||||||
|
tls_certcheck off
|
||||||
|
tls_starttls on
|
||||||
|
|
||||||
|
## Ninthfloor:
|
||||||
|
|
||||||
|
account ninthfloor
|
||||||
|
host ninthfloor.org
|
||||||
|
port 587
|
||||||
|
from ryuslash@ninthfloor.org
|
||||||
|
user ryuslash
|
||||||
|
|
||||||
|
## Gmail:
|
||||||
|
|
||||||
|
account gmail
|
||||||
|
host smtp.gmail.com
|
||||||
|
port 587
|
||||||
|
from ryuslash@gmail.com
|
||||||
|
user ryuslash@gmail.com
|
||||||
|
|
||||||
|
## Aethon:
|
||||||
|
|
||||||
|
# I don't actually use this account anymore.
|
||||||
|
|
||||||
|
account aethon
|
||||||
|
host smtp.gmail.com
|
||||||
|
port 587
|
||||||
|
from thomas@aethon.nl
|
||||||
|
user thomas@aethon.nl
|
||||||
|
|
||||||
|
## Ryuslash:
|
||||||
|
|
||||||
|
account ryuslash
|
||||||
|
host smtp.alwaysdata.com
|
||||||
|
port 587
|
||||||
|
from tom@ryuslash.org
|
||||||
|
user tom@ryuslash.org
|
||||||
|
|
||||||
|
## Picturefix:
|
||||||
|
|
||||||
|
account picturefix
|
||||||
|
host smtp.gmail.com
|
||||||
|
port 587
|
||||||
|
from tom@picturefix.nl
|
||||||
|
user tom@picturefix.nl
|
||||||
|
|
||||||
|
## Default account:
|
||||||
|
|
||||||
|
# This creates a new account called default which inherits all its
|
||||||
|
# settings from the ryuslash account.
|
||||||
|
|
||||||
|
account default : ryuslash
|
Loading…
Reference in a new issue