<acct-file /var/log/pmta/acct.csv>
# move-to /opt/rptechapp/pmta-acct # configure as fit for your application
move-interval 5m
max-size 50M
</acct-file>
My question is that how to stop or restrict download of this file to local user but I want the title of this file in the pmta and i don't want them to download this? What should I have to change here? or Is there any other suggestion for me?
I tried to add argument below max-size 50M like download-file no or restrict-download always.
<acct-file /var/log/pmta/acct.csv>
# move-to /opt/rptechapp/pmta-acct # configure as fit for your application
move-interval 5m
max-size 50M
restrict-download always
</acct-file>
I don't know what parameter use here. Please help me for this.