mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #43] SA Report Top Sender only 100? #34
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/sendmailanalyzer#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stigmatcell on GitHub (Jan 16, 2017).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/43
Hi,
I want to ask it is possible to append the log grep for top sender where the default is 100? we want to grep the today sender top sender at the gui report in this link http://domain.net/sareport/sa_report.cgi?host=smtp-1&date=20170113&hour=&type=sender&peri=address&domain=&search=user%40domain.net
Thanks and regards,
@darold commented on GitHub (Jan 16, 2017):
Hi,
You just have to increase the value of the MAX_LINE configuration directive.
Regards,
@stigmatcell commented on GitHub (Jan 17, 2017):
Hi,
Thanks for the response.
I check at file sa_report.cgi but there is no value for MAX_LINE? where i must change the value or i just need change the MAX_LINE into a number? is it correct the file is sa_report.cgi ?
and after we change the value should i run command /usr/local/sendmailanalyzer/sendmailanalyzer -f ?
regards,
@darold commented on GitHub (Jan 17, 2017):
Please have a look to /usr/local/sendmailanalyzer/sendmailanalyzer.conf , this is where your configuration exists.
@stigmatcell commented on GitHub (Jan 17, 2017):
Hi Darold,
Thaks for the solutions. It works for me now.. :)