1 (edited by web2works 2012-03-02 06:31:52)

Topic: Empty row in top 10 senders on dashboard

==== Provide required information to help troubleshoot and get quick answer ====
- Linux/BSD distribution name and version: Debain Squeeze
- iRedMail version and backend (LDAP/MySQL): v1.6.3 (LDAP)
- Any related log? Log is helpful for troubleshooting.
====

I have a issue where each day I have a row in the Top Sender with no email address. This can be concerning because it is always to top sender(sending a lot of emails each day).

May help but a few months ago an email account with a really weak password was compromised and started to send 100,000s spam emails. This was the same issue as above and didn't display the email address in the top senders, which would of made this a lot easier to resolve.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Empty row in top 10 senders on dashboard

Some emails will have null sender address (typically used for delivery  status  notifications). Could you help check Postfix log files to see whether there're some or these kinds of emails?

About the spam issue, please try fixing it this way:

*) Open /etc/postfix/master.cf, find below lines:

pickup    fifo  n       -       n       60      1       pickup
  -o content_filter=

*) Comment out the second line like below:

pickup    fifo  n       -       n       60      1       pickup
#  -o content_filter=

*) Restart Postfix service.