HAProxy 邮件程序 SMTP 身份验证
HAProxy Mailer SMTP Authentication
我想在 HAProxy 中使用邮件发送警报。
我试图遵循:
email-alert
问题是我的邮件服务器需要用户名和密码的 SSL 连接。
有什么建议吗?
解决方案。
以下 (https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-14-04) 我配置了本地后缀。
HAProxy 连接到此 SMTP 服务器以发送邮件。
我想在 HAProxy 中使用邮件发送警报。 我试图遵循: email-alert
问题是我的邮件服务器需要用户名和密码的 SSL 连接。
有什么建议吗?
解决方案。
以下 (https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-14-04) 我配置了本地后缀。
HAProxy 连接到此 SMTP 服务器以发送邮件。