Hi Guys,
Please help figure out something.
I have this accounting file config:
<acct-file d:\Acct\acctproc.csv>
records d,b
move-to d:\Acct\proc # configure as fit for your application
move-interval 10m
record-fields delivery *
record-fields bounce *
</acct-file>
This is working perfectly, as it should, but I also have a "Bounce-AAAA-MM-dd-hh-mm.txt" that moves automatically to "d:\Acct\b".
My question is, what is generating this file? Is this acct-file config also generating this?
I Have no other accounting files set, so I have no idea where is it from.
Thanks.