57 lines
806 B
Text
57 lines
806 B
Text
|
## 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
|