1

Topic: stats of virus and quarantine

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.0
- Deployed with iRedMail Easy or the downloadable installer? downloable
- Linux/BSD distribution name and version: Cents 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro? yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
I don't see stats regarding quantity of mails labeled as virus or quarantine.
But in details I can see mails under quarantine.

Post's attachments

Screenshot 2020-02-07 at 08.57.49.png
Screenshot 2020-02-07 at 08.57.49.png 14.93 kb, 1 downloads since 2020-02-07 

You don't have the permssions to download the attachments of this post.

----

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

2

Re: stats of virus and quarantine

Could you show me output of commands below?

postconf content_filter
postconf -M submission smtps 465

3

Re: stats of virus and quarantine

[zablowoj@poczta ~]$ sudo postconf content_filter
content_filter = smtp-amavis:[127.0.0.1]:10024
[zablowoj@poczta ~]$ sudo postconf -M submission smtps 465
[zablowoj@poczta ~]$

4

Re: stats of virus and quarantine

- Your server doesn't even have submission (port 587) enabled?
- Show me output of commands below:

cd /opt/www/iredadmin/
grep '^amavisd_' settings.py | grep -v 'amavisd_db_password'

5

Re: stats of virus and quarantine

submission is enabled - smtpd
in master.cf

submission inet n       -       n       -       -       smtpd
  -o syslog_name=postfix/submission
  -o smtpd_tls_security_level=encrypt
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  -o content_filter=smtp-amavis:[127.0.0.1]:10026 
[zablowoj@poczta iredadmin]$ sudo grep '^amavisd_' settings.py | grep -v 'amavisd_db_password'
amavisd_enable_logging = True
amavisd_db_host = "127.0.0.1"
amavisd_db_port = "3306"
amavisd_db_name = "amavisd"
amavisd_db_user = "amavisd"
amavisd_enable_quarantine = True
amavisd_quarantine_port = "9998"
amavisd_enable_policy_lookup = True
[zablowoj@poczta iredadmin]$