gpt4 book ai didi

postfix-mta - 修复 Sendgrid 的 Postfix 身份验证?

转载 作者:行者123 更新时间:2023-12-04 05:53:29 28 4
gpt4 key购买 nike

关闭。这个问题是off-topic .它目前不接受答案。












想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。

8年前关闭。




Improve this question




我在配置 Postfix 以通过中继将电子邮件传送到 Sendgrid 时遇到问题。

我收到以下错误:“不允许未经身份验证的发件人”

最佳答案

看起来是 Postfix 中的 SASL 配置对 Sendgrid 进行身份验证。我们能够使用以下内容:

smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
mailbox_size_limit = 256000000

# Sendgrid Settings
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = static:SENDGRID_ACCOUNT_EMAIL_HERE:PASSWORD_HERE
smtp_sasl_security_options = noanonymous
smtp_tls_security_level = may
header_size_limit = 4096000
relayhost = [smtp.sendgrid.net]:587

关于postfix-mta - 修复 Sendgrid 的 Postfix 身份验证?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9791735/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com