7 lines
160 B
Bash
7 lines
160 B
Bash
|
HOSTNAME=mail.yourdomain.com
|
||
|
|
||
|
# Relay outbound mail through Amazon SES
|
||
|
RELAY_HOST=email-smtp.us-west-2.amazonaws.com
|
||
|
RELAY_PORT=2587
|
||
|
RELAY_USER=
|
||
|
RELAY_PASSWORD=
|