Hello Everyone,
we have below feedback loop processor directive and domain directive for fbl.
we have onboarded ours IPs and domain at fbl return path, yahoo, aol, outlook, gmail fbl.
we are able to get abuse report from domains like comcast.net as we are forwarding as per config.
But we are not able to get f records in accounting file.
<feedback-loop-processor>
deliver-unmatched-email no
deliver-matched-email yes
forward-unmatched-to abc@microsoft.com
forward-errors-to abc@microsoft.com
<address-list>
domain fbl.xyz.microsoft.com
address /feedback/ # regex
address /fbl/ # regex
</address-list>
</feedback-loop-processor>
domain-macro localdomain xyz.microsoft.com, fbl.xyz.microsoft.com, bounce.xyz.microsoft.com
<domain $localdomain>
max-msg-per-connection 2
max-msg-rate 5/h
retry-after 5m # 10 minutes
dkim-sign no
bounce-upon-no-mx no
</domain>
<aliases>
alias bounce@bounce.xyz.microsoft.com abc@microsoft.com
alias fbl@fbl.xyz.microsoft.com abc@microsoft.com
alias postmaster@fbl.xyz.microsoft.com abc@microsoft.com
alias abuse@fbl.xyz.microsoft.com abc@microsoft.com
alias postmaster@xyz.microsoft.com abc@microsoft.com
</aliases>