PowerMTA Support Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

PowerMTA 5.5r1 is out!!!!  Please contact support@port25.com for a license and download access.

Author Topic: Feedback records are not getting logged in accounting file  (Read 50691 times)

msuser

  • Jr. Member
  • **
  • Karma: +0/-4
  • Posts: 29
Feedback records are not getting logged in accounting file
« on: October 08, 2018, 01:07:25 AM »


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>
Logged

ReyM

  • Full Member
  • ***
  • Karma: +25/-6
  • Posts: 440
Re: Feedback records are not getting logged in accounting file
« Reply #1 on: October 08, 2018, 08:45:18 AM »

Can you pay your accounting file configuration block?
Logged