darold / sendmailanalyzer

Sendmail log Analyzer is a tool to monitor sendmail usage and generate HTML and graph reports. It reports all you ever wanted to know about email trafic on your network. You can also use it in ISP environment with per domain and per mailbox report.
http://sendmailanalyzer.darold.net/
GNU General Public License v3.0
76 stars 13 forks source link

SA Report Top Sender only 100? #43

Closed stigmatcell closed 7 years ago

stigmatcell commented 7 years ago

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 7 years ago

Hi,

You just have to increase the value of the MAX_LINE configuration directive.

Regards,

stigmatcell commented 7 years ago

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 7 years ago

Please have a look to /usr/local/sendmailanalyzer/sendmailanalyzer.conf , this is where your configuration exists.

stigmatcell commented 7 years ago

Hi Darold,

Thaks for the solutions. It works for me now.. :)