如何configurationSpamAssassin将Atlassian JIRA通知设置为白名单?

我有问题Atlassian JIRA电子邮件通知。 这些通知由于某种原因被SpamAssassin删除。

所以我需要知道如何确认SpamAssassin,但这些通知是否为白名单。

我将[email protected]电子邮件configuration到白名单,但这没有帮助,或者我只是确认这个错误。

我现在testing了我的JIRA,并且从地址[email protected]发送到[email protected]的所有电子邮件都被从SpyAssassin中删除,从[email protected]发送到[email protected]的电子邮件也不会被删除SpamAssassin的。 这只发生在JIRA,而不是像FishEye或Crucible等其他Atlassian产品。

任何人都可以帮助我解决这个问题?

这里是smtp的结果:

root@alm:~# postconf | grep smtpd_recipient_restrictions postconf: warning: /etc/postfix/main.cf: unused parameter: virtual_overquota_bounce=yes smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination postconf: warning: /etc/postfix/main.cf: unused parameter: virtual_maildir_limit_message="The user you are trying to reach is over quota." postconf: warning: /etc/postfix/main.cf: unused parameter: virtual_maildir_extended=yes postconf: warning: /etc/postfix/main.cf: unused parameter: virtual_mailbox_limit_override=yes 

我会这样做。

创build一个规则

 header LOCAL_JIRA From =~ /example\.com/i score LOCAL_JIRA -100 

如果exam​​ple.com是您特定的实例名称,那么您也可以执行完整的电子邮件

 header LOCAL_JIRA From =~ /jira-emailer\@example\.com/i 

对于Postfix白名单,请遵循本指南