AWS is going to begin charging extra for routable IPv4 addresses soon. There's really no point in having a relay in the cloud anymore anyway, since a) all outbound messages are sent via the local relay and b) no messages are sent to anyone except me.
9 lines
161 B
YAML
9 lines
161 B
YAML
smtp:
|
|
mode: relay
|
|
host: smtp.fastmail.com
|
|
port: 587
|
|
auth: plain
|
|
username: '{{ smtp_username }}'
|
|
password: '{{ smtp_password }}'
|
|
security: starttls
|