TLS在后缀上的spesific relayhost
我想在后期使用python实现高级内容过滤。 我已经从http://www.postfix.org/FILTER_README.htmlfind了实现。 但还有一个问题,在从python脚本过滤我需要中继到需要使用TLS的亚马逊。 问题是,如果我使用TLSconfiguration后缀,postfix-python脚本将会出错,如果我不使用TLS postfix-Amazon SES将会报错。 有任何想法解决这个问题? 来自亚马逊SES的错误: Sep 29 07:09:41 mail postfix/qmgr[1935]: 4AC65C533B2: from=<[email protected]>, size=663, nrcpt=1 (queue active) Sep 29 07:09:41 mail postfix/error[2229]: 4AC65C533B2: to=<[email protected]>, relay=none, delay=8999, delays=8999/0.01/0/0.01, dsn=4.0.0, status=deferred (delivery temporarily suspended: SASL authentication failed; server email-smtp.us-west-2.amazonaws.com[34.211.81.29] said: 530 Must issue a STARTTLS command first) Main.cfconfiguration: queue_directory = /var/spool/postfix daemon_directory = /usr/libexec/postfix mail_owner […]