no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | socketlabs [2013/10/04 20:14] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== SocketLabs ====== | ||
+ | * [[Postfix]] | ||
+ | |||
+ | * [[https:// | ||
+ | * [[http:// | ||
+ | |||
+ | SocketLabs is an SMTP relay service. | ||
+ | |||
+ | === Postfix Integration === | ||
+ | |||
+ | Create a passwords file at ''/ | ||
+ | |||
+ | < | ||
+ | smtp.socketlabs.com smtp9999: | ||
+ | </ | ||
+ | |||
+ | Set permissions and build hash: | ||
+ | |||
+ | < | ||
+ | chmod 600 / | ||
+ | postmap relay_auth | ||
+ | </ | ||
+ | |||
+ | Update '' | ||
+ | |||
+ | < | ||
+ | relayhost = smtp.socketlabs.com | ||
+ | smtp_sasl_auth_enable = yes | ||
+ | smtp_sasl_password_maps = hash:/ | ||
+ | </ | ||
+ | |||
+ | Finally, restart Postfix | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ |