mailcow / mailcow-dockerized

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
8.71k stars 1.17k forks source link

Issues after update #2359

Closed SoftCreatR closed 5 years ago

SoftCreatR commented 5 years ago

After performing an update, the Web interface no longer works. On the login page, you are getting this:

MySQL Fehler: PDOException: SQLSTATE[HY000]: General error: 1033 Incorrect information in file: './mailcow/versions.frm' in /web/inc/init_db.inc.php:11 Stack trace: #0 /web/inc/init_db.inc.php(11): PDO->query('SELECT `version...') #1 /web/inc/prerequisites.inc.php(175): init_db_schema() #2 /web/index.php(2): require_once('/web/inc/prereq...') #3 {main}

When logging in, there's just a blank page. When trying to open SOGo, all you get is a bad gateway error.

Server is Debian GNU/Linux 9.8.

From the logs:

php-fpm-mailcow_1    | Uptime: 2  Threads: 8  Questions: 11  Slow queries: 0  Opens: 18  Flush tables: 1  Open tables: 12  Queries per second avg: 5.500
php-fpm-mailcow_1    | Running DB init...
php-fpm-mailcow_1    | Fixed _sogo_static_view
php-fpm-mailcow_1    | Cleaned up memcached
php-fpm-mailcow_1    | DB initialization failed: PDOException Object
php-fpm-mailcow_1    | (
php-fpm-mailcow_1    |     [message:protected] => SQLSTATE[HY000]: General error: 1033 Incorrect information in file: './mailcow/versions.frm'
php-fpm-mailcow_1    |     [string:Exception:private] =>
php-fpm-mailcow_1    |     [code:protected] => HY000
php-fpm-mailcow_1    |     [file:protected] => /web/inc/init_db.inc.php
php-fpm-mailcow_1    |     [line:protected] => 11
php-fpm-mailcow_1    |     [trace:Exception:private] => Array
php-fpm-mailcow_1    |         (
php-fpm-mailcow_1    |             [0] => Array
php-fpm-mailcow_1    |                 (
php-fpm-mailcow_1    |                     [file] => /web/inc/init_db.inc.php
php-fpm-mailcow_1    |                     [line] => 11
php-fpm-mailcow_1    |                     [function] => query
php-fpm-mailcow_1    |                     [class] => PDO
php-fpm-mailcow_1    |                     [type] => ->
php-fpm-mailcow_1    |                     [args] => Array
php-fpm-mailcow_1    |                         (
php-fpm-mailcow_1    |                             [0] => SELECT `version` FROM `versions`
php-fpm-mailcow_1    |                         )
php-fpm-mailcow_1    |
php-fpm-mailcow_1    |                 )
php-fpm-mailcow_1    |
php-fpm-mailcow_1    |             [1] => Array
php-fpm-mailcow_1    |                 (
php-fpm-mailcow_1    |                     [file] => /web/inc/init_db.inc.php
php-fpm-mailcow_1    |                     [line] => 1077
php-fpm-mailcow_1    |                     [function] => init_db_schema
php-fpm-mailcow_1    |                     [args] => Array
php-fpm-mailcow_1    |                         (
php-fpm-mailcow_1    |                         )
php-fpm-mailcow_1    |
php-fpm-mailcow_1    |                 )
php-fpm-mailcow_1    |
php-fpm-mailcow_1    |         )
php-fpm-mailcow_1    |
php-fpm-mailcow_1    |     [previous:Exception:private] =>
php-fpm-mailcow_1    |     [errorInfo] => Array
php-fpm-mailcow_1    |         (
php-fpm-mailcow_1    |             [0] => HY000
php-fpm-mailcow_1    |             [1] => 1033
php-fpm-mailcow_1    |             [2] => Incorrect information in file: './mailcow/versions.frm'
php-fpm-mailcow_1    |         )
php-fpm-mailcow_1    |
php-fpm-mailcow_1    | )

+

sogo-mailcow_1       | Waiting for schema update...
sogo-mailcow_1       | ERROR 1033 (HY000) at line 1: Incorrect information in file: './mailcow/versions.frm'

# source mailcow.conf
# docker-compose exec mysql-mailcow mysql -u${DBUSER} -p${DBPASS} ${DBNAME}
WARNING: The WATCHDOG_NOTIFY_EMAIL variable is not set. Defaulting to a blank string.
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 243
Server version: 10.2.22-MariaDB-1:10.2.22+maria~bionic mariadb.org binary distribution

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [mailcow]> REPAIR TABLE versions;
+------------------+--------+----------+---------------------------------------------------------+
| Table            | Op     | Msg_type | Msg_text                                                |
+------------------+--------+----------+---------------------------------------------------------+
| mailcow.versions | repair | Error    | Incorrect information in file: './mailcow/versions.frm' |
| mailcow.versions | repair | error    | Corrupt                                                 |
+------------------+--------+----------+---------------------------------------------------------+
2 rows in set (0.00 sec)
andryyy commented 5 years ago

Not a general error but a broken SQL. Is it stored on NFS or some other fancy file system? You could try to just drop versions, it will be recreated.

SoftCreatR commented 5 years ago

Is it stored on NFS or some other fancy file system?

Nothing special.

You could try to just drop versions, it will be recreated.

mysql-mailcow_1      | 2019-02-23 10:08:20 139691134326528 [ERROR] InnoDB: Operating system error number 17 in a file operation.
mysql-mailcow_1      | 2019-02-23 10:08:20 139691134326528 [ERROR] InnoDB: Error number 17 means 'File exists'
mysql-mailcow_1      | 2019-02-23 10:08:20 139691134326528 [Note] InnoDB: Some operating system error numbers are described at https://mariadb.com/kb/en/library/operating-system-error-codes/
mysql-mailcow_1      | 2019-02-23 10:08:20 139691134326528 [ERROR] InnoDB: Cannot create file './mailcow/versions.ibd'
mysql-mailcow_1      | 2019-02-23 10:08:20 139691134326528 [Note] InnoDB: The file './mailcow/versions.ibd' already exists though the corresponding table did not exist in the InnoDB data dictionary. You can resolve the problem by removing the file.
clamd-mailcow_1      | cp: cannot create regular file '/var/lib/clamav/whitelist.ign2': No such file or directory
clamd-mailcow_1      | /bootstrap.sh: line 14: /var/lib/clamav/whitelist.ign2: No such file or directory
clamd-mailcow_1      | chown: cannot access '/var/lib/clamav/whitelist.ign2': No such file or directory
clamd-mailcow_1      | dos2unix: /var/lib/clamav/whitelist.ign2: No such file or directory
clamd-mailcow_1      | dos2unix: Skipping /var/lib/clamav/whitelist.ign2, not a regular file.
clamd-mailcow_1      | sed: can't read /var/lib/clamav/whitelist.ign2: No such file or directory
clamd-mailcow_1      | LibClamAV Error: cli_loaddbdir(): No supported database files found in /var/lib/clamav
clamd-mailcow_1      | Sat Feb 23 10:08:12 2019 -> !Can't open file or directory

The clamd errors are new (or i missed them initially). But i know, they are unrelated to the specific issue.

andryyy commented 5 years ago
You can resolve the problem by removing the file.

I cannot seem to reproduce this ClamAV error, too. Does data/conf/clamav/whitelist.ign2 exist?

SoftCreatR commented 5 years ago

You can resolve the problem by removing the file.

I just forgot, where these files are stored. But i found it :)

I cannot seem to reproduce this ClamAV error, too. Does data/conf/clamav/whitelist.ign2 exist?

Yes, it does.

SoftCreatR commented 5 years ago
sogo-mailcow_1       | ERROR 1146 (42S02) at line 1: Table 'mailcow.versions' doesn't exist
sogo-mailcow_1       | ERROR 1146 (42S02) at line 1: Table 'mailcow.versions' doesn't exist
sogo-mailcow_1       | ERROR 1146 (42S02) at line 1: Table 'mailcow.versions' doesn't exist
sogo-mailcow_1       | ERROR 1146 (42S02) at line 1: Table 'mailcow.versions' doesn't exist
sogo-mailcow_1       | ERROR 1146 (42S02) at line 1: Table 'mailcow.versions' doesn't exist
sogo-mailcow_1       | ERROR 1146 (42S02) at line 1: Table 'mailcow.versions' doesn't exist
sogo-mailcow_1       | ERROR 1146 (42S02) at line 1: Table 'mailcow.versions' doesn't exist
sogo-mailcow_1       | ERROR 1146 (42S02) at line 1: Table 'mailcow.versions' doesn't exist
mysql-mailcow_1      | 2019-02-23 10:22:38 140038016763840 [ERROR] InnoDB: Operating system error number 2 in a file operation.
mysql-mailcow_1      | 2019-02-23 10:22:38 140038016763840 [ERROR] InnoDB: The error means the system cannot find the path specified.
mysql-mailcow_1      | 2019-02-23 10:22:38 140038016763840 [ERROR] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them.
mysql-mailcow_1      | 2019-02-23 10:22:38 140038016763840 [ERROR] InnoDB: Cannot open datafile for read-only: './mailcow/versions.ibd' OS error: 71
mysql-mailcow_1      | 2019-02-23 10:22:38 140038016763840 [ERROR] InnoDB: Operating system error number 2 in a file operation.
mysql-mailcow_1      | 2019-02-23 10:22:38 140038016763840 [ERROR] InnoDB: The error means the system cannot find the path specified.
mysql-mailcow_1      | 2019-02-23 10:22:38 140038016763840 [ERROR] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them.
mysql-mailcow_1      | 2019-02-23 10:22:38 140038016763840 [ERROR] InnoDB: Could not find a valid tablespace file for `mailcow/versions`. Please refer to http://dev.mysql.com/doc/refman/5.7/en/innodb-troubleshooting-datadict.html for how to resolve the issue.
mysql-mailcow_1      | 2019-02-23 10:22:44 140037280163584 [ERROR] InnoDB: Operating system error number 17 in a file operation.
mysql-mailcow_1      | 2019-02-23 10:22:44 140037280163584 [ERROR] InnoDB: Error number 17 means 'File exists'
mysql-mailcow_1      | 2019-02-23 10:22:44 140037280163584 [ERROR] InnoDB: Cannot create file './mailcow/versions.ibd'
SoftCreatR commented 5 years ago

Manually recreating fails:

MariaDB [mailcow]> CREATE TABLE `versions` (  `application` varchar(255) NOT NULL,  `version` varchar(100) NOT NULL,  `created` datetime NOT NULL DEFAULT current_timestamp(),  PRIMARY KEY (`application`)) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;
ERROR 1005 (HY000): Can't create table `mailcow`.`versions` (errno: 168 "Unknown (generic) error from engine")
andryyy commented 5 years ago

Ah, the Clam image fails on first start due to a missing directory. I removed the bootstrap process. It still works though (it restarts itself with existing directories). Fixed it now.

Can't help with that broken db though. Would need to see it on that machine.

andryyy commented 5 years ago

You can contact me at info@servercow.de - I will try to fix i

SoftCreatR commented 5 years ago

I was able to fix the database issue. The table has been recreated:

MariaDB [mailcow]> select * from versions;
+-------------+---------------+---------------------+
| application | version       | created             |
+-------------+---------------+---------------------+
| db_schema   | 27012019_1217 | 2019-02-23 11:25:07 |
+-------------+---------------+---------------------+
1 row in set (0.00 sec)

SOGo login works again. But the Mailcow UI still just shows a blank page after login.

SoftCreatR commented 5 years ago

Log:

Attaching to mailcowdockerized_ipv6nat-mailcow_1, mailcowdockerized_acme-mailcow_1, mailcowdockerized_rspamd-mailcow_1, mailcowdockerized_netfilter-mailcow_1, mailcowdockerized_nginx-mailcow_1, mailcowdockerized_php-fpm-mailcow_1, mailcowdockerized_mysql-mailcow_1, mailcowdockerized_memcached-mailcow_1, mailcowdockerized_unbound-mailcow_1, mailcowdockerized_dovecot-mailcow_1, mailcowdockerized_sogo-mailcow_1, mailcowdockerized_dockerapi-mailcow_1, mailcowdockerized_watchdog-mailcow_1, mailcowdockerized_solr-mailcow_1, mailcowdockerized_redis-mailcow_1, mailcowdockerized_clamd-mailcow_1, mailcowdockerized_postfix-mailcow_1

rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) lua; lua_cfg_transform.lua:168: overriding actions from the legacy metric settings
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) lua; lua_cfg_transform.lua:121: overriding group MX from the legacy metric settings
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) lua; lua_cfg_transform.lua:159: group excessb64 has no symbols
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) lua; lua_cfg_transform.lua:159: group excessqp has no symbols
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) cfg; rspamd_rcl_maybe_apply_lua_transform: configuration has been transformed in Lua
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) rspamd_regexp_library_init: pcre is compiled with JIT for x86 64bit (little endian + unaligned)
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) <7znqtx>; cfg; rspamd_language_detector_init: loaded 46 languages, 33122 trigramms
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) <7znqtx>; cfg; chartable_module_config: init internal chartable module
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) <7znqtx>; cfg; dkim_module_config: init internal dkim module
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) <7znqtx>; cfg; spf_module_config: init internal spf module
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/2tld.inc.local' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/surbl-whitelist.inc.local' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) <7znqtx>; cfg; surbl_module_config: init internal surbls module, 16 uribl rules loaded
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) <7znqtx>; cfg; regexp_module_config: init internal regexp module, 124 regexp rules and 0 lua rules are loaded
rspamd-mailcow_1     | 2019-02-23 11:32:00 #1(main) <7znqtx>; cfg; fuzzy_parse_rule: added fuzzy rule LOCAL_FUZZY_UNKNOWN, key: ef43ae80cc8d, shingles_key: ef43ae80cc8d, algorithm: mum
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; fuzzy_parse_rule: added fuzzy rule FUZZY_UNKNOWN, key: ef43ae80cc8d, shingles_key: ef43ae80cc8d, algorithm: mum
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; fuzzy_check_module_config: init internal fuzzy_check module, 2 rules loaded
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for antivirus
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/antivirus.wl' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <us4pbz>; map; rspamd_map_add: added map /etc/rspamd/antivirus.wl
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module antivirus
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for arc
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module arc
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module asn
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module bayes_expiry
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; clickhouse.lua:885: no servers are specified, disabling module
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module clickhouse
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: lua module clustering is enabled but has not been configured
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: clustering disabling unconfigured lua module
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: lua module dcc is disabled in the configuration
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for dkim_signing
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module dkim_signing
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module dmarc
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: lua module dynamic_conf is enabled but has not been configured
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: dynamic_conf disabling unconfigured lua module
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for elastic
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; elastic.lua:435: no servers are specified, disabling module
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module elastic
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; emails.lua:234: add emails rule ebl.msbl.org
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; emails.lua:234: add emails rule email.rspamd.com
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module emails
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; force_actions.lua:162: Registered symbol WHITELIST_FORWARDING_HOST_NO_GREYLIST <WHITELISTED_FWD_HOST> as postfilter
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; force_actions.lua:162: Registered symbol WHITELIST_FORWARDING_HOST_NO_REJECT <WHITELISTED_FWD_HOST> as postfilter
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module force_actions
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module forged_recipients
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: lua module fuzzy_collect is enabled but has not been configured
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: fuzzy_collect disabling unconfigured lua module
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <rznbhc>; map; rspamd_map_add: added map http://nginx:8081/forwardinghosts.php
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/local.d/greylist-whitelist-domains.inc' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for greylist
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module greylist
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module hfilter
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for history_redis
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module history_redis
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for ip_score
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module ip_score
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module maillist
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: lua module maps_stats is enabled but has not been configured
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: maps_stats disabling unconfigured lua module
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module metadata_exporter
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module metric_exporter
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/local.d/mid.inc' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module mid
acme-mailcow_1       | Sat Feb 23 11:32:00 CET 2019 - Waiting for Docker API...OK
acme-mailcow_1       | Sat Feb 23 11:32:00 CET 2019 - Waiting for database... Uptime: 2  Threads: 28  Questions: 230  Slow queries: 0  Opens: 35  Flush tables: 1  Open tables: 27  Queries per second avg: 115.000
acme-mailcow_1       | OK
acme-mailcow_1       | Sat Feb 23 11:32:00 CET 2019 - Waiting for Nginx... OK
acme-mailcow_1       | Sat Feb 23 11:32:02 CET 2019 - Waiting for domain table... OK
acme-mailcow_1       | Sat Feb 23 11:32:02 CET 2019 - Initializing, please wait... 
acme-mailcow_1       | Sat Feb 23 11:32:02 CET 2019 - Using existing domain key /var/lib/acme/acme/key.pem
acme-mailcow_1       | Sat Feb 23 11:32:02 CET 2019 - Using existing Lets Encrypt account key /var/lib/acme/acme/account.pem
acme-mailcow_1       | Sat Feb 23 11:32:02 CET 2019 - Detecting IP addresses... OK
acme-mailcow_1       | Sat Feb 23 11:32:54 CET 2019 - Found AAAA record for autodiscover.domain.tld: 2a01:4f8:1c1c:4e9d::2 - skipping A record check
acme-mailcow_1       | Sat Feb 23 11:32:54 CET 2019 - Cannot match your IP NO_IPV6_LINK against hostname autodiscover.domain.tld (2a01:04f8:1c1c:4e9d:0000:0000:0000:0002)
acme-mailcow_1       | Sat Feb 23 11:32:54 CET 2019 - Found AAAA record for mail.domain.tld: 2a01:4f8:1c1c:4e9d::2 - skipping A record check
acme-mailcow_1       | Sat Feb 23 11:32:54 CET 2019 - Cannot match your IP NO_IPV6_LINK against hostname mail.domain.tld (2a01:04f8:1c1c:4e9d:0000:0000:0000:0002)
acme-mailcow_1       | Sat Feb 23 11:32:54 CET 2019 - Cannot validate hostnames, skipping Let's Encrypt for 1 hour.
acme-mailcow_1       | Sat Feb 23 11:32:54 CET 2019 - Use SKIP_LETS_ENCRYPT=y in mailcow.conf to skip it permanently.
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; milter_headers.lua:591: active routines [spam-header,x-spamd-result,x-rspamd-queue-id,authentication-results]
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module milter_headers
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/mime_types.inc.local' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module mime_types
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for multimap
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <fdp86m>; map; rspamd_map_add: added map https://maps.rspamd.com/freemail/free.txt.zst
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: freemail_envfrom (from)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: WHITELISTED_FWD_HOST (ip)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:993: reuse url for FREEMAIL_TO: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: freemail_to (header)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: RCPT_MAILCOW_DOMAIN (rcpt)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:993: reuse url for FREEMAIL_ENVRCPT: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: freemail_envrcpt (rcpt)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: RCPT_WANTS_SUBJECT_TAG (rcpt)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <jnkfot>; map; rspamd_map_add: added map /etc/rspamd/custom/global_rcpt_blacklist.map
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: GLOBAL_RCPT_BL (rcpt)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <k8f914>; map; rspamd_map_add: added map https://maps.rspamd.com/freemail/disposable.txt.zst
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: disposable_replyto (header)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <z7d36p>; map; rspamd_map_add: added map /etc/rspamd/custom/global_mime_from_blacklist.map
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: GLOBAL_MIME_FROM_BL (header)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <e99k7g>; map; rspamd_map_add: added map /etc/rspamd/custom/global_rcpt_whitelist.map
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: GLOBAL_RCPT_WL (rcpt)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:993: reuse url for DISPOSABLE_ENVRCPT: "https://maps.rspamd.com/freemail/disposable.txt.zst"
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: disposable_envrcpt (rcpt)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:993: reuse url for FREEMAIL_FROM: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: freemail_from (header)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <amrk5d>; map; rspamd_map_add: added map /etc/rspamd/custom/global_smtp_from_blacklist.map
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: GLOBAL_SMTP_FROM_BL (from)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <esqk4o>; map; rspamd_map_add: added map /etc/rspamd/custom/global_smtp_from_whitelist.map
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: GLOBAL_SMTP_FROM_WL (from)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:993: reuse url for DISPOSABLE_TO: "https://maps.rspamd.com/freemail/disposable.txt.zst"
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: disposable_to (header)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <b4if5y>; map; rspamd_map_add: added map /etc/rspamd/custom/bad_asn.map
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: LOCAL_BL_ASN (asn)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:993: reuse url for FREEMAIL_REPLYTO: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: freemail_replyto (header)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:993: reuse url for DISPOSABLE_FROM: "https://maps.rspamd.com/freemail/disposable.txt.zst"
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: disposable_from (header)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:993: reuse url for DISPOSABLE_CC: "https://maps.rspamd.com/freemail/disposable.txt.zst"
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: disposable_cc (header)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <d1sp7e>; map; rspamd_map_add: added map /etc/rspamd/custom/global_mime_from_whitelist.map
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: GLOBAL_MIME_FROM_WL (header)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <xa6qqy>; map; rspamd_map_add: added map https://rspamd.com/freemail/disposable.txt.zst
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: disposable_envfrom (from)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:993: reuse url for FREEMAIL_CC: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: freemail_cc (header)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; multimap.lua:1154: added multimap rule: RCPT_WANTS_SUBFOLDER_TAG (rcpt)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module multimap
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for mx_check
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module mx_check
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: lua module neural is disabled in the configuration
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module once_received
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/local.d/redirectors.inc' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module phishing
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:753: old syntax for ratelimits: 360 / 1m
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:321: old style rate bucket config detected for to_ip: 360 / 1m
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:753: old syntax for ratelimits: 45 / 1m
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:321: old style rate bucket config detected for to: 45 / 1m
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:753: old syntax for ratelimits: 100 / 1s
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:321: old style rate bucket config detected for bounce_to: 100 / 1s
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:753: old syntax for ratelimits: 180 / 1m
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:321: old style rate bucket config detected for to_ip_from: 180 / 1m
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:753: old syntax for ratelimits: 100 / 1s
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:321: old style rate bucket config detected for bounce_to_ip: 100 / 1s
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:766: enabled ratelimit: to_ip [360 msgs burst, 6 msgs/sec rate]
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:766: enabled ratelimit: to [45 msgs burst, 0.75 msgs/sec rate]
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:766: enabled ratelimit: bounce_to [100 msgs burst, 100 msgs/sec rate]
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:766: enabled ratelimit: to_ip_from [180 msgs burst, 3 msgs/sec rate]
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; ratelimit.lua:766: enabled ratelimit: bounce_to_ip [100 msgs burst, 100 msgs/sec rate]
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for ratelimit
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module ratelimit
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module rbl
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for replies
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module replies
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for reputation
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module reputation
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: lua module rspamd_update is disabled in the configuration
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <oxhd99>; map; rspamd_map_add: added map http://nginx:8081/settings.php
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module settings
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module spamassassin
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: lua module spamtrap is disabled in the configuration
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; trie.lua:167: no tries defined
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module trie
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; lua_redis.lua:454: use default Redis settings for url_redirector
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module url_redirector
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module url_reputation
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_config_is_module_enabled: lua module url_tags is disabled in the configuration
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/spf_dkim_whitelist.inc.local' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/dmarc_whitelist.inc.local' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/dkim_whitelist.inc.local' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/dkim_whitelist.inc' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/spf_whitelist.inc.local' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/spf_whitelist.inc' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_init_lua_filters: init lua module whitelist
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/rspamd_dynamic' is not found, but it can be loaded automatically later
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <daz6fz>; map; rspamd_map_add: added map /var/lib/rspamd/rspamd_dynamic
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; symcache; rspamd_symcache_post_init: cannot find dependency on symbol MAILCOW_WHITE
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <0175c1>; re_cache; rspamd_re_cache_init: loaded hyperscan engine with cpu tune 'generic' and features 'AVX2'
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; symcache; rspamd_symcache_validate: symbol 'NEURAL_HAM' has its score defined but there is no corresponding rule registered
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; symcache; rspamd_symcache_validate: symbol 'NEURAL_SPAM' has its score defined but there is no corresponding rule registered
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <daz6fz>; map; read_map_file: /var/lib/rspamd/rspamd_dynamic: map file is not found; it will be read automatically if created
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <jspoi8>; map; read_map_file: /var/lib/rspamd/spf_whitelist.inc.local: map file is not found; it will be read automatically if created
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <a1xo6a>; map; read_map_file: /var/lib/rspamd/dkim_whitelist.inc.local: map file is not found; it will be read automatically if created
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <omc75i>; map; read_map_file_chunks: /var/lib/rspamd/877aa38dd77ed707d20b2f77d46b905b69a6295a.map: read map chunk, 10293 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <omc75i>; map; rspamd_map_read_http_cached_file: read cached data for https://maps.rspamd.com/rspamd/dmarc_whitelist_new.inc.zst from /var/lib/rspamd/877aa38dd77ed707d20b2f77d46b905b69a6295a.map, 10293 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <omc75i>; map; read_map_file: /var/lib/rspamd/dmarc_whitelist.inc.local: map file is not found; it will be read automatically if created
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <omc75i>; map; rspamd_kv_list_fin: read hash of 749 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <8rmo3c>; map; read_map_file_chunks: /var/lib/rspamd/2368c73b937d98513ed72c4b04f4247bda43fdb5.map: read map chunk, 2779 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <8rmo3c>; map; rspamd_map_read_http_cached_file: read cached data for https://maps.rspamd.com/rspamd/spf_dkim_whitelist.inc.zst from /var/lib/rspamd/2368c73b937d98513ed72c4b04f4247bda43fdb5.map, 2779 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <8rmo3c>; map; read_map_file: /var/lib/rspamd/spf_dkim_whitelist.inc.local: map file is not found; it will be read automatically if created
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <8rmo3c>; map; rspamd_kv_list_fin: read hash of 231 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <oxhd99>; map; read_map_file_chunks: /var/lib/rspamd/f0f1f1ff89a5a9c0c3050fcb9ad2426aeacf1fdf.map: read map chunk, 321 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <oxhd99>; map; rspamd_map_read_http_cached_file: read cached data for http://nginx:8081/settings.php from /var/lib/rspamd/f0f1f1ff89a5a9c0c3050fcb9ad2426aeacf1fdf.map, 321 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <7znqtx>; lua; settings.lua:659: loaded 2 elements of settings
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <u9r7uu>; map; read_map_file_chunks: /var/lib/rspamd/f3933e67d5f9574a9eaf78cd0a8e99140ecc502e.map: read map chunk, 10087 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <u9r7uu>; map; rspamd_map_read_http_cached_file: read cached data for https://maps.rspamd.com/rspamd/redirectors.inc.zst from /var/lib/rspamd/f3933e67d5f9574a9eaf78cd0a8e99140ecc502e.map, 10087 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <u9r7uu>; map; rspamd_kv_list_fin: read hash of 1059 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <ykeyj5>; map; read_map_file: /etc/rspamd/local.d/redirectors.inc: map file is not found; it will be read automatically if created
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <xa6qqy>; map; read_map_file_chunks: /var/lib/rspamd/0f7be740b78649c3dd9e47bae618f1b508f643ee.map: read map chunk, 4895 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <xa6qqy>; map; rspamd_map_read_http_cached_file: read cached data for https://rspamd.com/freemail/disposable.txt.zst from /var/lib/rspamd/0f7be740b78649c3dd9e47bae618f1b508f643ee.map, 4895 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <xa6qqy>; map; rspamd_kv_list_fin: read hash of 349 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <d1sp7e>; map; read_map_file_chunks: /etc/rspamd/custom/global_mime_from_whitelist.map: read map chunk, 20 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <d1sp7e>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <d1sp7e>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <b4if5y>; map; read_map_file_chunks: /etc/rspamd/custom/bad_asn.map: read map chunk, 671 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <b4if5y>; map; rspamd_kv_list_fin: read hash of 0 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <esqk4o>; map; read_map_file_chunks: /etc/rspamd/custom/global_smtp_from_whitelist.map: read map chunk, 20 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <esqk4o>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <esqk4o>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <amrk5d>; map; read_map_file_chunks: /etc/rspamd/custom/global_smtp_from_blacklist.map: read map chunk, 20 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <amrk5d>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <amrk5d>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <e99k7g>; map; read_map_file_chunks: /etc/rspamd/custom/global_rcpt_whitelist.map: read map chunk, 20 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <e99k7g>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <e99k7g>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <z7d36p>; map; read_map_file_chunks: /etc/rspamd/custom/global_mime_from_blacklist.map: read map chunk, 20 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <z7d36p>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <z7d36p>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <k8f914>; map; read_map_file_chunks: /var/lib/rspamd/ea942f35f2c82e84bdb7b8ceb34537f7dbe986eb.map: read map chunk, 4546 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <k8f914>; map; rspamd_map_read_http_cached_file: read cached data for https://maps.rspamd.com/freemail/disposable.txt.zst from /var/lib/rspamd/ea942f35f2c82e84bdb7b8ceb34537f7dbe986eb.map, 4546 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <k8f914>; map; rspamd_kv_list_fin: read hash of 325 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <jnkfot>; map; read_map_file_chunks: /etc/rspamd/custom/global_rcpt_blacklist.map: read map chunk, 20 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <jnkfot>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <jnkfot>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <fdp86m>; map; read_map_file_chunks: /var/lib/rspamd/65b4e39783c10c8ed89dbec4983259f22418f34d.map: read map chunk, 56116 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <fdp86m>; map; rspamd_map_read_http_cached_file: read cached data for https://maps.rspamd.com/freemail/free.txt.zst from /var/lib/rspamd/65b4e39783c10c8ed89dbec4983259f22418f34d.map, 56116 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <fdp86m>; map; rspamd_kv_list_fin: read hash of 3991 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <hntukx>; map; read_map_file_chunks: /var/lib/rspamd/2e66b2415ec9b99aaa155761c211e51def12016e.map: read map chunk, 48061 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <hntukx>; map; rspamd_map_read_http_cached_file: read cached data for https://maps.rspamd.com/rspamd/mime_types.inc.zst from /var/lib/rspamd/2e66b2415ec9b99aaa155761c211e51def12016e.map, 48061 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <hntukx>; map; read_map_file: /var/lib/rspamd/mime_types.inc.local: map file is not found; it will be read automatically if created
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <hntukx>; map; rspamd_kv_list_fin: read hash of 1531 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <9zc4wc>; map; read_map_file_chunks: /var/lib/rspamd/cb5a8189726ac3a8880e1c44ed6220c6d794521b.map: read map chunk, 625 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <9zc4wc>; map; rspamd_map_read_http_cached_file: read cached data for https://maps.rspamd.com/rspamd/mid.inc.zst from /var/lib/rspamd/cb5a8189726ac3a8880e1c44ed6220c6d794521b.map, 625 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <9zc4wc>; map; read_map_file: /etc/rspamd/local.d/mid.inc: map file is not found; it will be read automatically if created
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <9zc4wc>; map; rspamd_kv_list_fin: read hash of 21 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <4dego7>; map; read_map_static: static: read map data, 180 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 2 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <4dego7>; map; read_map_static: static: read map data, 2259 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 105 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <4dego7>; map; read_map_static: static: read map data, 452 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 24 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <4dego7>; map; read_map_static: static: read map data, 47 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 2 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <1qrz1e>; map; read_map_file: /etc/rspamd/local.d/greylist-whitelist-domains.inc: map file is not found; it will be read automatically if created
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <rznbhc>; map; read_map_file_chunks: /var/lib/rspamd/e48ac0193da10600fac6a17bb7146ba2421fee67.map: read map chunk, 16 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <rznbhc>; map; rspamd_map_read_http_cached_file: read cached data for http://nginx:8081/forwardinghosts.php from /var/lib/rspamd/e48ac0193da10600fac6a17bb7146ba2421fee67.map, 16 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <rznbhc>; map; rspamd_radix_fin: read radix trie of 1 elements: ents=1 dup=0 tbm=0 lc=1 mem=1k free=0 waste=0
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <4dego7>; map; read_map_static: static: read map data, 10 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <4dego7>; map; rspamd_radix_fin: read radix trie of 1 elements: ents=1 dup=0 tbm=0 lc=1 mem=1k free=0 waste=0
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <4dego7>; map; read_map_static: static: read map data, 10 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <4dego7>; map; rspamd_radix_fin: read radix trie of 1 elements: ents=1 dup=0 tbm=0 lc=1 mem=1k free=0 waste=0
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <us4pbz>; map; read_map_file: /etc/rspamd/antivirus.wl: map file is not found; it will be read automatically if created
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <f61zu5>; map; read_map_file_chunks: /var/lib/rspamd/8fe64ecd161a46f91a78ece93609cb863f9f42f2.map: read map chunk, 11647 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <f61zu5>; map; rspamd_map_read_http_cached_file: read cached data for https://maps.rspamd.com/rspamd/surbl-whitelist.inc.zst from /var/lib/rspamd/8fe64ecd161a46f91a78ece93609cb863f9f42f2.map, 11647 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <f61zu5>; map; read_map_file: /var/lib/rspamd/surbl-whitelist.inc.local: map file is not found; it will be read automatically if created
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <f61zu5>; map; rspamd_kv_list_fin: read hash of 828 elements
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <78wxos>; map; read_map_file_chunks: /var/lib/rspamd/b48a6e9da24e9141beec4eb1dc7f0d5db945c94c.map: read map chunk, 8213 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <78wxos>; map; rspamd_map_read_http_cached_file: read cached data for https://maps.rspamd.com/rspamd/2tld.inc.zst from /var/lib/rspamd/b48a6e9da24e9141beec4eb1dc7f0d5db945c94c.map, 8213 bytes
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <78wxos>; map; read_map_file: /var/lib/rspamd/2tld.inc.local: map file is not found; it will be read automatically if created
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <c39e4a>; main; main: rspamd 1.8.3 is starting, build id: release
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <c39e4a>; main; main: cpu features: avx2, avx, sse2, sse3, ssse3, sse4.1, sse4.2, rdrand
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <c39e4a>; main; main: cryptobox configuration: curve25519(avx), chacha20(avx2), poly1305(avx2), siphash(avx2), blake2(avx), base64(avx2)
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <c39e4a>; main; main: libottery prf: AES-128
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <c39e4a>; main; main: skip writing pid in no-fork mode
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <c39e4a>; main; spawn_workers: worker of type fuzzy(localhost:11335) is disabled in the config, skip spawning
rspamd-mailcow_1     | 2019-02-23 11:32:09 #1(main) <c39e4a>; main; main: listening for control commands on /var/lib/rspamd/rspamd.sock
rspamd-mailcow_1     | 2019-02-23 11:32:09 #10(controller) <7znqtx>; controller; rspamd_controller_password_sane: your normal password is not encrypted, we strongly recommend to replace it with the encrypted one
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] mysqld (mysqld 10.2.22-MariaDB-1:10.2.22+maria~bionic) starting as process 1 ...
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: Uses event mutexes
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: Using Linux native AIO
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: Number of pools: 1
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: Using SSE2 crc32 instructions
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: Completed initialization of buffer pool
mysql-mailcow_1      | 2019-02-23 11:31:58 140545743349504 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: Highest supported file format is Barracuda.
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: 128 out of 128 rollback segments are active.
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: Waiting for purge to start
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] InnoDB: 5.7.25 started; log sequence number 36136741
mysql-mailcow_1      | 2019-02-23 11:31:58 140545734956800 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] Server socket created on IP: '::'.
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Warning] 'proxies_priv' entry '@% root@2312ff93e5c4' ignored in --skip-name-resolve mode.
mysql-mailcow_1      | 2019-02-23 11:31:58 140546176308992 [Note] Event Scheduler: scheduler thread started with id 6
mysql-mailcow_1      | 2019-02-23 11:31:58 140546472294336 [Note] mysqld: ready for connections.
mysql-mailcow_1      | Version: '10.2.22-MariaDB-1:10.2.22+maria~bionic'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution
mysql-mailcow_1      | 2019-02-23 11:31:58 140545734956800 [Note] InnoDB: Buffer pool(s) load completed at 190223 11:31:58
nginx-mailcow_1      | 172.22.1.13 - - [23/Feb/2019:11:32:02 +0100] "HEAD / HTTP/1.1" 200 0 "-" "curl/7.63.0"
nginx-mailcow_1      | 172.22.1.13 - - [23/Feb/2019:11:32:02 +0100] "GET / HTTP/1.1" 200 725118 "-" "curl/7.63.0"
nginx-mailcow_1      | 172.22.1.12 - - [23/Feb/2019:11:32:09 +0100] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "-"
nginx-mailcow_1      | 172.22.1.12 - - [23/Feb/2019:11:32:09 +0100] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "-"
nginx-mailcow_1      | 172.22.1.12 - - [23/Feb/2019:11:32:09 +0100] "HEAD /settings.php HTTP/1.1" 200 0 "-" "-"
nginx-mailcow_1      | 172.22.1.12 - - [23/Feb/2019:11:32:09 +0100] "GET /settings.php HTTP/1.1" 200 333 "-" "-"
nginx-mailcow_1      | 95.223.83.233 - - [23/Feb/2019:11:32:14 +0100] "GET / HTTP/2.0" 200 46 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36"
nginx-mailcow_1      | fd4d:6169:6c63:6f77::1 - - [23/Feb/2019:11:32:45 +0100] "HEAD /settings.php HTTP/1.1" 200 0 "-" "-"
nginx-mailcow_1      | fd4d:6169:6c63:6f77::1 - - [23/Feb/2019:11:32:45 +0100] "GET /settings.php HTTP/1.1" 200 333 "-" "-"
nginx-mailcow_1      | fd4d:6169:6c63:6f77::1 - - [23/Feb/2019:11:32:57 +0100] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "-"
nginx-mailcow_1      | fd4d:6169:6c63:6f77::1 - - [23/Feb/2019:11:32:57 +0100] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "-"
nginx-mailcow_1      | 172.22.1.12 - - [23/Feb/2019:11:33:19 +0100] "HEAD /settings.php HTTP/1.1" 200 0 "-" "-"
nginx-mailcow_1      | 172.22.1.12 - - [23/Feb/2019:11:33:19 +0100] "GET /settings.php HTTP/1.1" 200 333 "-" "-"
nginx-mailcow_1      | fd4d:6169:6c63:6f77::1 - - [23/Feb/2019:11:33:56 +0100] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "-"
nginx-mailcow_1      | 172.22.1.12 - - [23/Feb/2019:11:33:56 +0100] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "-"
nginx-mailcow_1      | fd4d:6169:6c63:6f77::1 - - [23/Feb/2019:11:34:05 +0100] "GET /forwardinghosts.php?host=2.52.72.167 HTTP/1.1" 200 19 "-" "curl/7.58.0"
nginx-mailcow_1      | 172.22.1.12 - - [23/Feb/2019:11:34:05 +0100] "HEAD /settings.php HTTP/1.1" 200 0 "-" "-"
nginx-mailcow_1      | 172.22.1.12 - - [23/Feb/2019:11:34:05 +0100] "GET /settings.php HTTP/1.1" 200 333 "-" "-"
nginx-mailcow_1      | fd4d:6169:6c63:6f77::1 - - [23/Feb/2019:11:34:36 +0100] "HEAD /settings.php HTTP/1.1" 200 0 "-" "-"
nginx-mailcow_1      | fd4d:6169:6c63:6f77::1 - - [23/Feb/2019:11:34:36 +0100] "GET /settings.php HTTP/1.1" 200 333 "-" "-"
nginx-mailcow_1      | fd4d:6169:6c63:6f77::1 - - [23/Feb/2019:11:34:46 +0100] "GET /forwardinghosts.php?host=39.35.141.204 HTTP/1.1" 200 19 "-" "curl/7.58.0"
nginx-mailcow_1      | fd4d:6169:6c63:6f77::1 - - [23/Feb/2019:11:34:49 +0100] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "-"
nginx-mailcow_1      | 172.22.1.12 - - [23/Feb/2019:11:34:49 +0100] "GET /forwardinghosts.php HTTP/1.1" 200 27 "-" "-"
netfilter-mailcow_1  | Clearing all bans
netfilter-mailcow_1  | Initializing mailcow netfilter chain
netfilter-mailcow_1  | Subscribing to Redis channel F2B_CHANNEL
netfilter-mailcow_1  | Error in FORWARD chain order, restarting container
netfilter-mailcow_1  | Clearing all bans
netfilter-mailcow_1  | Clearing all bans
netfilter-mailcow_1  | Initializing mailcow netfilter chain
netfilter-mailcow_1  | Subscribing to Redis channel F2B_CHANNEL
php-fpm-mailcow_1    | Waiting for SQL...
php-fpm-mailcow_1    | Uptime: 1  Threads: 28  Questions: 224  Slow queries: 0  Opens: 34  Flush tables: 1  Open tables: 26  Queries per second avg: 224.000
php-fpm-mailcow_1    | Running DB init...
php-fpm-mailcow_1    | Fixed _sogo_static_view
php-fpm-mailcow_1    | Cleaned up memcached
php-fpm-mailcow_1    | 1
php-fpm-mailcow_1    | 1
php-fpm-mailcow_1    | [23-Feb-2019 11:32:00] NOTICE: fpm is running, pid 1
php-fpm-mailcow_1    | [23-Feb-2019 11:32:00] NOTICE: ready to handle connections
php-fpm-mailcow_1    | 172.22.1.11 -  23/Feb/2019:11:32:02 +0100 "GET /index.php" 200
php-fpm-mailcow_1    | 172.22.1.11 -  23/Feb/2019:11:32:09 +0100 "HEAD /forwardinghosts.php" 200
php-fpm-mailcow_1    | 172.22.1.11 -  23/Feb/2019:11:32:09 +0100 "GET /forwardinghosts.php" 200
php-fpm-mailcow_1    | fd4d:6169:6c63:6f77::1 -  23/Feb/2019:11:32:09 +0100 "HEAD /settings.php" 200
php-fpm-mailcow_1    | fd4d:6169:6c63:6f77::1 -  23/Feb/2019:11:32:09 +0100 "GET /settings.php" 200
php-fpm-mailcow_1    | fd4d:6169:6c63:6f77::1 -  23/Feb/2019:11:32:14 +0100 "GET /index.php" 200
php-fpm-mailcow_1    | 172.22.1.11 -  23/Feb/2019:11:32:45 +0100 "HEAD /settings.php" 200
php-fpm-mailcow_1    | fd4d:6169:6c63:6f77::1 -  23/Feb/2019:11:32:45 +0100 "GET /settings.php" 200
php-fpm-mailcow_1    | 172.22.1.11 -  23/Feb/2019:11:32:57 +0100 "HEAD /forwardinghosts.php" 200
php-fpm-mailcow_1    | fd4d:6169:6c63:6f77::1 -  23/Feb/2019:11:32:57 +0100 "GET /forwardinghosts.php" 200
php-fpm-mailcow_1    | 172.22.1.11 -  23/Feb/2019:11:33:18 +0100 "HEAD /settings.php" 200
php-fpm-mailcow_1    | fd4d:6169:6c63:6f77::1 -  23/Feb/2019:11:33:19 +0100 "GET /settings.php" 200
php-fpm-mailcow_1    | 172.22.1.11 -  23/Feb/2019:11:33:56 +0100 "HEAD /forwardinghosts.php" 200
php-fpm-mailcow_1    | fd4d:6169:6c63:6f77::1 -  23/Feb/2019:11:33:56 +0100 "GET /forwardinghosts.php" 200
php-fpm-mailcow_1    | 172.22.1.11 -  23/Feb/2019:11:34:05 +0100 "GET /forwardinghosts.php" 200
php-fpm-mailcow_1    | fd4d:6169:6c63:6f77::1 -  23/Feb/2019:11:34:05 +0100 "HEAD /settings.php" 200
php-fpm-mailcow_1    | 172.22.1.11 -  23/Feb/2019:11:34:05 +0100 "GET /settings.php" 200
php-fpm-mailcow_1    | fd4d:6169:6c63:6f77::1 -  23/Feb/2019:11:34:36 +0100 "HEAD /settings.php" 200
php-fpm-mailcow_1    | 172.22.1.11 -  23/Feb/2019:11:34:36 +0100 "GET /settings.php" 200
php-fpm-mailcow_1    | fd4d:6169:6c63:6f77::1 -  23/Feb/2019:11:34:46 +0100 "GET /forwardinghosts.php" 200
php-fpm-mailcow_1    | 172.22.1.11 -  23/Feb/2019:11:34:49 +0100 "HEAD /forwardinghosts.php" 200
php-fpm-mailcow_1    | fd4d:6169:6c63:6f77::1 -  23/Feb/2019:11:34:49 +0100 "GET /forwardinghosts.php" 200
unbound-mailcow_1    | Setting console permissions...
unbound-mailcow_1    | Receiving anchor key...
unbound-mailcow_1    | Receiving root hints...
unbound-mailcow_1    | #=#=#                                                                         
##O#- #                                                                       
##O=#  #                                                                      
#=#=-#  #                                                                     
-#O#- #   #                                                                   

####################                                                      28.7%
######################################################################## 100.0%
unbound-mailcow_1    | setup in directory /etc/unbound
unbound-mailcow_1    | generating unbound_server.key
unbound-mailcow_1    | Generating RSA private key, 3072 bit long modulus (2 primes)
unbound-mailcow_1    | .++++
unbound-mailcow_1    | ...................................++++
unbound-mailcow_1    | e is 65537 (0x010001)
unbound-mailcow_1    | generating unbound_control.key
unbound-mailcow_1    | Generating RSA private key, 3072 bit long modulus (2 primes)
unbound-mailcow_1    | .........................................................................++++
unbound-mailcow_1    | ........++++
unbound-mailcow_1    | e is 65537 (0x010001)
unbound-mailcow_1    | create unbound_server.pem (self signed certificate)
unbound-mailcow_1    | create unbound_control.pem (signed client certificate)
unbound-mailcow_1    | Signature ok
unbound-mailcow_1    | subject=CN = unbound-control
unbound-mailcow_1    | Getting CA Private Key
dovecot-mailcow_1    | Waiting for database to come up...
dovecot-mailcow_1    | Uptime: 1  Threads: 28  Questions: 225  Slow queries: 0  Opens: 34  Flush tables: 1  Open tables: 26  Queries per second avg: 225.000
dovecot-mailcow_1    | Adding user `vmail' to group `tty' ...
dovecot-mailcow_1    | Adding user vmail to group tty
dovecot-mailcow_1    | Done.
dovecot-mailcow_1    |   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
dovecot-mailcow_1    |                                  Dload  Upload   Total   Spent    Left  Speed
dovecot-mailcow_1    | 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
100 96005  100 96005    0     0  36806      0  0:00:02  0:00:02 --:--:-- 36811
dovecot-mailcow_1    | 20_blatspammer.cf
dovecot-mailcow_1    | 70_HS_body.cf
dovecot-mailcow_1    | 70_HS_header.cf
dovecot-mailcow_1    | 2019-02-23 11:32:12,070 CRIT Set uid to user 0
dovecot-mailcow_1    | 2019-02-23 11:32:12,074 INFO supervisord started with pid 1
dovecot-mailcow_1    | 2019-02-23 11:32:13,078 INFO spawned: 'processes' with pid 90
dovecot-mailcow_1    | 2019-02-23 11:32:13,082 INFO spawned: 'cron' with pid 91
dovecot-mailcow_1    | 2019-02-23 11:32:13,086 INFO spawned: 'dovecot' with pid 92
dovecot-mailcow_1    | 2019-02-23 11:32:13,090 INFO spawned: 'syslog-ng' with pid 93
dovecot-mailcow_1    | Feb 23 11:32:13 mail syslog-ng[93]: syslog-ng starting up; version='3.8.1'
dovecot-mailcow_1    | Feb 23 11:32:13 mail dovecot: master: Dovecot v2.3.4 (0ecbaf23d) starting up for imap, sieve, lmtp, pop3
unbound-mailcow_1    | Setup success. Certificates created. Enable in unbound.conf file to use
unbound-mailcow_1    | [1550917922] unbound[1:0] notice: init module 0: validator
unbound-mailcow_1    | [1550917922] unbound[1:0] notice: init module 1: iterator
unbound-mailcow_1    | [1550917922] unbound[1:0] info: start of service (unbound 1.8.3).
unbound-mailcow_1    | [1550917926] unbound[1:0] info: generate keytag query _ta-4f66. NULL IN
dovecot-mailcow_1    | 2019-02-23 11:32:14,205 INFO success: processes entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
dovecot-mailcow_1    | 2019-02-23 11:32:14,205 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
dovecot-mailcow_1    | 2019-02-23 11:32:14,206 INFO success: dovecot entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
dovecot-mailcow_1    | 2019-02-23 11:32:14,206 INFO success: syslog-ng entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
dovecot-mailcow_1    | Feb 23 11:33:01 mail CRON[107]: pam_unix(cron:session): session opened for user root by (uid=0)
dovecot-mailcow_1    | Feb 23 11:33:01 mail CRON[106]: pam_unix(cron:session): session opened for user vmail by (uid=0)
dovecot-mailcow_1    | Feb 23 11:33:01 mail CRON[111]: (vmail) CMD (/usr/local/bin/trim_logs.sh >> /dev/console 2>&1)
dovecot-mailcow_1    | Feb 23 11:33:01 mail CRON[108]: (root) CMD ( /usr/local/bin/imapsync_cron.pl 2>&1 | /usr/bin/logger)
dovecot-mailcow_1    | Feb 23 11:33:01 mail CRON[106]: pam_unix(cron:session): session closed for user vmail
dovecot-mailcow_1    | Feb 23 11:33:01 mail CRON[107]: pam_unix(cron:session): session closed for user root
dovecot-mailcow_1    | Feb 23 11:34:01 mail CRON[124]: pam_unix(cron:session): session opened for user root by (uid=0)
dovecot-mailcow_1    | Feb 23 11:34:01 mail CRON[125]: (root) CMD ( /usr/local/bin/imapsync_cron.pl 2>&1 | /usr/bin/logger)
dovecot-mailcow_1    | Feb 23 11:34:01 mail CRON[123]: pam_unix(cron:session): session opened for user vmail by (uid=0)
dovecot-mailcow_1    | Feb 23 11:34:01 mail CRON[126]: (vmail) CMD (/usr/local/bin/trim_logs.sh >> /dev/console 2>&1)
dovecot-mailcow_1    | Feb 23 11:34:01 mail CRON[123]: pam_unix(cron:session): session closed for user vmail
dovecot-mailcow_1    | Feb 23 11:34:01 mail CRON[124]: pam_unix(cron:session): session closed for user root
dovecot-mailcow_1    | Feb 23 11:35:01 mail CRON[141]: pam_unix(cron:session): session opened for user root by (uid=0)
dovecot-mailcow_1    | Feb 23 11:35:01 mail CRON[143]: (root) CMD ( /usr/local/bin/imapsync_cron.pl 2>&1 | /usr/bin/logger)
dovecot-mailcow_1    | Feb 23 11:35:01 mail CRON[140]: pam_unix(cron:session): session opened for user vmail by (uid=0)
dovecot-mailcow_1    | Feb 23 11:35:01 mail CRON[147]: (vmail) CMD (/usr/local/bin/trim_logs.sh >> /dev/console 2>&1)
dovecot-mailcow_1    | Feb 23 11:35:01 mail CRON[140]: pam_unix(cron:session): session closed for user vmail
dovecot-mailcow_1    | Feb 23 11:35:01 mail CRON[141]: pam_unix(cron:session): session closed for user root
sogo-mailcow_1       | 2019-02-23 11:31:57,454 CRIT Set uid to user 0
sogo-mailcow_1       | 2019-02-23 11:31:57,457 INFO supervisord started with pid 1
sogo-mailcow_1       | 2019-02-23 11:31:58,459 INFO spawned: 'processes' with pid 8
sogo-mailcow_1       | 2019-02-23 11:31:58,461 INFO spawned: 'syslog-ng' with pid 9
sogo-mailcow_1       | 2019-02-23 11:31:58,466 INFO spawned: 'cron' with pid 10
sogo-mailcow_1       | 2019-02-23 11:31:58,484 INFO spawned: 'bootstrap-sogo' with pid 11
sogo-mailcow_1       | Uptime: 0  Threads: 8  Questions: 1  Slow queries: 0  Opens: 17  Flush tables: 1  Open tables: 11  Queries per second avg: 0.000
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 syslog-ng[9]: syslog-ng starting up; version='3.8.1'
sogo-mailcow_1       | DB schema is 27012019_1217
sogo-mailcow_1       | Updating _sogo_static_view content...
sogo-mailcow_1       | patching file /usr/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: version 4.0.6 (build @shiva2.inverse 201902220215) -- starting
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: vmem size check enabled: shutting down app when vmem > 384 MB. Currently at 205 MB
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x56295526b4a0[SOGoProductLoader]> SOGo products loaded from '/usr/lib/GNUstep/SOGo':
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x56295526b4a0[SOGoProductLoader]>   MailPartViewers.SOGo, MailerUI.SOGo, AdministrationUI.SOGo, ActiveSync.SOGo, MainUI.SOGo, Contacts.SOGo, PreferencesUI.SOGo, CommonUI.SOGo, SchedulerUI.SOGo, Mailer.SOGo, ContactsUI.SOGo, Appointments.SOGo
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: All products loaded - current memory usage at 274 MB
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> listening on 0.0.0.0:20000
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> watchdog process pid: 11
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x7fe07bb5cee0[WOWatchDogChild]> watchdog request timeout set to 20 minutes
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> preparing 20 children
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 44
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 45
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 46
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 47
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 48
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 49
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 50
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 51
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 52
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [44]: <0x0x5629554c7d40[WOHttpAdaptor]> notified the watchdog that we are readyFeb 23 11:31:58 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 53
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 54
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 55
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 56
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 57
sogo-mailcow_1       | Feb 23 11:31:58 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 58Feb 23 11:31:58 sogod [45]: <0x0x5629554c7d40[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 59
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 60
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 61
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 62
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [11]: <0x0x5629553422f0[WOWatchDog]> child spawned with pid 63
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [46]: <0x0x5629554c7d40[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [49]: <0x0x5629554c7d40[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [52]: <0x0x56295527a0b0[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [51]: <0x0x5629554c7d40[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [53]: <0x0x56295527a0b0[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [54]: <0x0x56295527a0b0[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [62]: <0x0x5629554c7a90[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [48]: <0x0x5629554c7d40[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [50]: <0x0x5629554c7d40[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [47]: <0x0x5629554c7d40[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [55]: <0x0x562955279fb0[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [57]: <0x0x5629552382f0[WOHttpAdaptor]> notified the watchdog that we are ready
watchdog-mailcow_1   | Sat Feb 23 11:31:56 CET 2019 - USE_WATCHDOG=n, skipping watchdog...
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [58]: <0x0x56295527a270[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [56]: <0x0x56295527a0b0[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [60]: <0x0x56295527a0b0[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [59]: <0x0x562955279fb0[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [61]: <0x0x5629554c7a90[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | Feb 23 11:31:59 490f55f04116 sogod [63]: <0x0x5629554c7a90[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1       | 2019-02-23 11:32:00,419 INFO success: processes entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
sogo-mailcow_1       | 2019-02-23 11:32:00,419 INFO success: syslog-ng entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
sogo-mailcow_1       | 2019-02-23 11:32:00,419 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
sogo-mailcow_1       | 2019-02-23 11:32:00,419 INFO success: bootstrap-sogo entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
sogo-mailcow_1       | Feb 23 11:32:01 490f55f04116 CRON[64]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1       | Feb 23 11:32:01 490f55f04116 CRON[65]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1       | Feb 23 11:32:01 490f55f04116 CRON[66]: (sogo) CMD (  /usr/sbin/sogo-tool expire-sessions 60)
sogo-mailcow_1       | Feb 23 11:32:01 490f55f04116 CRON[67]: (sogo) CMD (  /usr/sbin/sogo-ealarms-notify -p /etc/sogo/sieve.creds 2>/dev/null)
sogo-mailcow_1       | Feb 23 11:32:02 490f55f04116 CRON[65]: pam_unix(cron:session): session closed for user sogo
sogo-mailcow_1       | Feb 23 11:32:02 490f55f04116 CRON[64]: pam_unix(cron:session): session closed for user sogo
sogo-mailcow_1       | Feb 23 11:33:01 490f55f04116 CRON[71]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1       | Feb 23 11:33:01 490f55f04116 CRON[77]: (sogo) CMD (  /usr/sbin/sogo-tool expire-sessions 60)
sogo-mailcow_1       | Feb 23 11:33:01 490f55f04116 CRON[72]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1       | Feb 23 11:33:01 490f55f04116 CRON[73]: (sogo) CMD (  /usr/sbin/sogo-ealarms-notify -p /etc/sogo/sieve.creds 2>/dev/null)
sogo-mailcow_1       | Feb 23 11:33:01 490f55f04116 CRON[72]: pam_unix(cron:session): session closed for user sogo
sogo-mailcow_1       | Feb 23 11:33:01 490f55f04116 CRON[71]: pam_unix(cron:session): session closed for user sogo
sogo-mailcow_1       | Feb 23 11:34:01 490f55f04116 CRON[80]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1       | Feb 23 11:34:01 490f55f04116 CRON[79]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1       | Feb 23 11:34:01 490f55f04116 CRON[82]: (sogo) CMD (  /usr/sbin/sogo-ealarms-notify -p /etc/sogo/sieve.creds 2>/dev/null)
sogo-mailcow_1       | Feb 23 11:34:01 490f55f04116 CRON[84]: (sogo) CMD (  /usr/sbin/sogo-tool expire-sessions 60)
sogo-mailcow_1       | Feb 23 11:34:01 490f55f04116 CRON[79]: pam_unix(cron:session): session closed for user sogo
sogo-mailcow_1       | Feb 23 11:34:01 490f55f04116 CRON[80]: pam_unix(cron:session): session closed for user sogo
sogo-mailcow_1       | Feb 23 11:35:01 490f55f04116 CRON[88]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1       | Feb 23 11:35:01 490f55f04116 CRON[87]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1       | Feb 23 11:35:01 490f55f04116 CRON[90]: (sogo) CMD (  /usr/sbin/sogo-ealarms-notify -p /etc/sogo/sieve.creds 2>/dev/null)
sogo-mailcow_1       | Feb 23 11:35:01 490f55f04116 CRON[92]: (sogo) CMD (  /usr/sbin/sogo-tool expire-sessions 60)
sogo-mailcow_1       | Feb 23 11:35:02 490f55f04116 CRON[87]: pam_unix(cron:session): session closed for user sogo
sogo-mailcow_1       | Feb 23 11:35:02 490f55f04116 CRON[88]: pam_unix(cron:session): session closed for user sogo
clamd-mailcow_1      | Copying non-empty whitelist.ign2 to /var/lib/clamav/whitelist.ign2
clamd-mailcow_1      | Stating whitelist.ign2
clamd-mailcow_1      |   File: /var/lib/clamav/whitelist.ign2
clamd-mailcow_1      |   Size: 27           Blocks: 8          IO Block: 4096   regular file
clamd-mailcow_1      | Device: 801h/2049d   Inode: 1155220     Links: 1
clamd-mailcow_1      | Access: (0644/-rw-r--r--)  Uid: (  700/  clamav)   Gid: (  700/  clamav)
clamd-mailcow_1      | Access: 2019-02-23 11:31:56.342057874 +0100
clamd-mailcow_1      | Modify: 2019-02-23 11:31:56.342057874 +0100
clamd-mailcow_1      | Change: 2019-02-23 11:31:56.346057991 +0100
clamd-mailcow_1      |  Birth: -
clamd-mailcow_1      | dos2unix: converting file /var/lib/clamav/whitelist.ign2 to Unix format...
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: Global size limit set to 52428800 bytes.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: File size limit set to 26214400 bytes.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: Recursion level limit set to 5.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: Files limit set to 200.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: MaxEmbeddedPE limit set to 10485760 bytes.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: MaxHTMLNormalize limit set to 10485760 bytes.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: MaxHTMLNoTags limit set to 2097152 bytes.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: MaxScriptNormalize limit set to 5242880 bytes.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: MaxZipTypeRcg limit set to 1048576 bytes.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: MaxPartitions limit set to 50.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: MaxIconsPE limit set to 100.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: MaxRecHWP3 limit set to 16.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: PCREMatchLimit limit set to 100000.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: PCRERecMatchLimit limit set to 2000.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Limits: PCREMaxFileSize limit set to 26214400.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Archive support enabled.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> AlertExceedsMax heuristic detection disabled.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Heuristic alerts enabled.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Portable Executable support enabled.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> ELF support enabled.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Mail files support enabled.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> OLE2 support enabled.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> PDF support enabled.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> SWF support enabled.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> HTML support enabled.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> XMLDOCS support enabled.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> HWP3 support enabled.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Heuristic: precedence enabled
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Self checking every 3600 seconds.
clamd-mailcow_1      | Sat Feb 23 11:31:56 2019 -> Set stacksize to 8454144
clamd-mailcow_1      | Sat Feb 23 11:32:56 2019 -> ClamAV update process started at Sat Feb 23 11:32:56 2019
clamd-mailcow_1      | Sat Feb 23 11:33:06 2019 -> Downloading main.cvd [100%]
clamd-mailcow_1      | Sat Feb 23 11:33:16 2019 -> main.cvd updated (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
clamd-mailcow_1      | Sat Feb 23 11:33:18 2019 -> Downloading daily.cvd [100%]
clamd-mailcow_1      | Sat Feb 23 11:33:27 2019 -> daily.cvd updated (version: 25368, sigs: 2257431, f-level: 63, builder: raynman)
clamd-mailcow_1      | Sat Feb 23 11:33:28 2019 -> Downloading bytecode.cvd [100%]
clamd-mailcow_1      | Sat Feb 23 11:33:28 2019 -> bytecode.cvd updated (version: 328, sigs: 94, f-level: 63, builder: neo)
clamd-mailcow_1      | Sat Feb 23 11:33:33 2019 -> Database updated (6823774 signatures) from database.clamav.net (IP: 104.16.218.84)
clamd-mailcow_1      | Sat Feb 23 11:33:33 2019 -> Clamd successfully notified about the update.
clamd-mailcow_1      | Sat Feb 23 11:33:33 2019 -> Reading databases from /var/lib/clamav
clamd-mailcow_1      | Sat Feb 23 11:33:52 2019 -> Database correctly reloaded (6822210 signatures)
clamd-mailcow_1      | 
clamd-mailcow_1      | receiving incremental file list
clamd-mailcow_1      | ./
clamd-mailcow_1      | blurl.ndb
clamd-mailcow_1      | junk.ndb
clamd-mailcow_1      | jurlbl.ndb
clamd-mailcow_1      | phish.ndb
clamd-mailcow_1      | phishtank.ndb
clamd-mailcow_1      | rogue.hdb
clamd-mailcow_1      | sanesecurity.ftm
clamd-mailcow_1      | scam.ndb
clamd-mailcow_1      | sigwhitelist.ign2
clamd-mailcow_1      | spamimg.hdb
clamd-mailcow_1      | 
clamd-mailcow_1      | sent 414 bytes  received 23,631,740 bytes  5,251,589.78 bytes/sec
clamd-mailcow_1      | total size is 23,625,322  speedup is 1.00
clamd-mailcow_1      | RELOADING
clamd-mailcow_1      | Sat Feb 23 11:34:02 2019 -> Reading databases from /var/lib/clamav
clamd-mailcow_1      | Sat Feb 23 11:34:22 2019 -> Database correctly reloaded (6975832 signatures)
solr-mailcow_1       | SKIP_SOLR=y, skipping Solr...
redis-mailcow_1      | 1:C 23 Feb 2019 11:31:54.894 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis-mailcow_1      | 1:C 23 Feb 2019 11:31:54.894 # Redis version=5.0.3, bits=64, commit=00000000, modified=0, pid=1, just started
redis-mailcow_1      | 1:C 23 Feb 2019 11:31:54.894 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis-mailcow_1      | 1:M 23 Feb 2019 11:31:54.912 * Running mode=standalone, port=6379.
redis-mailcow_1      | 1:M 23 Feb 2019 11:31:54.912 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis-mailcow_1      | 1:M 23 Feb 2019 11:31:54.912 # Server initialized
redis-mailcow_1      | 1:M 23 Feb 2019 11:31:54.912 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis-mailcow_1      | 1:M 23 Feb 2019 11:31:54.912 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis-mailcow_1      | 1:M 23 Feb 2019 11:31:54.951 * DB loaded from disk: 0.039 seconds
redis-mailcow_1      | 1:M 23 Feb 2019 11:31:54.951 * Ready to accept connections
postfix-mailcow_1    | 2019-02-23 11:31:54,260 CRIT Set uid to user 0
postfix-mailcow_1    | 2019-02-23 11:31:54,263 INFO supervisord started with pid 1
postfix-mailcow_1    | 2019-02-23 11:31:55,265 INFO spawned: 'processes' with pid 8
postfix-mailcow_1    | 2019-02-23 11:31:55,267 INFO spawned: 'postfix' with pid 9
postfix-mailcow_1    | 2019-02-23 11:31:55,282 INFO spawned: 'syslog-ng' with pid 10
postfix-mailcow_1    | Feb 23 11:31:55 mail syslog-ng[10]: syslog-ng starting up; version='3.13.2'
postfix-mailcow_1    | 2019-02-23 11:31:56,481 INFO success: processes entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
postfix-mailcow_1    | 2019-02-23 11:31:56,481 INFO success: postfix entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
postfix-mailcow_1    | 2019-02-23 11:31:56,481 INFO success: syslog-ng entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
postfix-mailcow_1    | Feb 23 11:31:56 mail postfix[276]: Postfix is running with backwards-compatible default settings
postfix-mailcow_1    | Feb 23 11:31:56 mail postfix[276]: See http://www.postfix.org/COMPATIBILITY_README.html for details
postfix-mailcow_1    | Feb 23 11:31:56 mail postfix[276]: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload"
postfix-mailcow_1    | Feb 23 11:31:57 mail postfix/postfix-script[360]: starting the Postfix mail system
postfix-mailcow_1    | Feb 23 11:31:57 mail postfix/master[362]: daemon started -- version 3.3.0, configuration /opt/postfix/conf
postfix-mailcow_1    | Feb 23 11:32:39 mail postfix/postscreen[368]: cache proxy:btree:/var/lib/postfix/postscreen_cache full cleanup: retained=0 dropped=0 entries
postfix-mailcow_1    | Feb 23 11:32:39 mail postfix/postscreen[368]: CONNECT from [209.85.166.202]:39750 to [172.22.1.2]:25
postfix-mailcow_1    | Feb 23 11:32:39 mail postfix/postscreen[368]: WHITELISTED [209.85.166.202]:39750
postfix-mailcow_1    | Feb 23 11:32:49 mail postfix/smtpd[372]: connect from unknown[209.85.166.202]
postfix-mailcow_1    | Feb 23 11:32:49 mail postfix/smtpd[372]: Anonymous TLS connection established from unknown[209.85.166.202]: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)
postfix-mailcow_1    | Feb 23 11:32:50 mail postfix/smtpd[372]: warning: restriction `reject_authenticated_sender_login_mismatch' ignored: no SASL support
postfix-mailcow_1    | Feb 23 11:32:50 mail postfix/smtpd[372]: NOQUEUE: reject: RCPT from unknown[209.85.166.202]: 450 4.7.1 Client host rejected: cannot find your reverse hostname, [209.85.166.202]; from=<noreply-dmarc-support@google.com> to=<postmaster@domain.tld> proto=ESMTP helo=<mail-it1-f202.google.com>
postfix-mailcow_1    | Feb 23 11:32:50 mail postfix/smtpd[372]: disconnect from unknown[209.85.166.202] ehlo=2 starttls=1 mail=1 rcpt=0/1 data=0/1 quit=1 commands=5/7
postfix-mailcow_1    | Feb 23 11:34:05 mail postfix/postscreen[368]: CONNECT from [2.52.72.167]:21537 to [172.22.1.2]:25
postfix-mailcow_1    | Feb 23 11:34:05 mail whitelist_forwardinghosts: Look up 2.52.72.167 on whitelist, result 200 DUNNO
postfix-mailcow_1    | Feb 23 11:34:05 mail postfix/dnsblog[388]: addr 2.52.72.167 listed by domain dnsbl.sorbs.net as 127.0.0.14
postfix-mailcow_1    | Feb 23 11:34:05 mail postfix/dnsblog[390]: addr 2.52.72.167 listed by domain hostkarma.junkemailfilter.com as 127.0.0.2
postfix-mailcow_1    | Feb 23 11:34:06 mail postfix/dnsblog[387]: addr 2.52.72.167 listed by domain zen.spamhaus.org as 127.0.0.10
postfix-mailcow_1    | Feb 23 11:34:08 mail postfix/postscreen[368]: DNSBL rank 11 for [2.52.72.167]:21537
postfix-mailcow_1    | Feb 23 11:34:09 mail postfix/postscreen[368]: NOQUEUE: reject: RCPT from [2.52.72.167]:21537: 550 5.7.1 Service unavailable; client [2.52.72.167] blocked using zen.spamhaus.org; from=<buero1@domain.tld>, to=<buero1@domain.tld>, proto=ESMTP, helo=<2-52-72-167.orange.net.il>
postfix-mailcow_1    | Feb 23 11:34:10 mail postfix/postscreen[368]: HANGUP after 2 from [2.52.72.167]:21537 in tests after SMTP handshake
postfix-mailcow_1    | Feb 23 11:34:10 mail postfix/postscreen[368]: DISCONNECT [2.52.72.167]:21537
postfix-mailcow_1    | Feb 23 11:34:46 mail postfix/postscreen[368]: CONNECT from [39.35.141.204]:34536 to [172.22.1.2]:25
postfix-mailcow_1    | Feb 23 11:34:46 mail whitelist_forwardinghosts: Look up 39.35.141.204 on whitelist, result 200 DUNNO
postfix-mailcow_1    | Feb 23 11:34:47 mail postfix/dnsblog[388]: addr 39.35.141.204 listed by domain zen.spamhaus.org as 127.0.0.3
postfix-mailcow_1    | Feb 23 11:34:47 mail postfix/dnsblog[388]: addr 39.35.141.204 listed by domain zen.spamhaus.org as 127.0.0.11
postfix-mailcow_1    | Feb 23 11:34:47 mail postfix/dnsblog[388]: addr 39.35.141.204 listed by domain zen.spamhaus.org as 127.0.0.4
postfix-mailcow_1    | Feb 23 11:34:47 mail postfix/dnsblog[386]: addr 39.35.141.204 listed by domain b.barracudacentral.org as 127.0.0.2
postfix-mailcow_1    | Feb 23 11:34:47 mail postfix/dnsblog[389]: addr 39.35.141.204 listed by domain hostkarma.junkemailfilter.com as 127.0.0.2
postfix-mailcow_1    | Feb 23 11:34:47 mail postfix/dnsblog[389]: addr 39.35.141.204 listed by domain hostkarma.junkemailfilter.com as 127.0.1.1
postfix-mailcow_1    | Feb 23 11:34:49 mail postfix/postscreen[368]: DNSBL rank 28 for [39.35.141.204]:34536
postfix-mailcow_1    | Feb 23 11:34:50 mail postfix/postscreen[368]: NOQUEUE: reject: RCPT from [39.35.141.204]:34536: 550 5.7.1 Service unavailable; client [39.35.141.204] blocked using zen.spamhaus.org; from=<amelie@domain.tld>, to=<amelie@domain.tld>, proto=ESMTP, helo=<[39.35.141.204]>
postfix-mailcow_1    | Feb 23 11:34:50 mail postfix/postscreen[368]: HANGUP after 0.84 from [39.35.141.204]:34536 in tests after SMTP handshake
postfix-mailcow_1    | Feb 23 11:34:50 mail postfix/postscreen[368]: DISCONNECT [39.35.141.204]:34536
dockerapi-mailcow_1  |  * Serving Flask app "server" (lazy loading)
dockerapi-mailcow_1  |  * Environment: production
dockerapi-mailcow_1  |  * Running on https://0.0.0.0:443/ (Press CTRL+C to quit)
dockerapi-mailcow_1  |    WARNING: Do not use the development server in a production environment.
dockerapi-mailcow_1  |    Use a production WSGI server instead.
dockerapi-mailcow_1  |  * Debug mode: off
dockerapi-mailcow_1  | 172.22.1.10 - - [23/Feb/2019 11:32:00] "GET /containers/json HTTP/1.1" 200 -
andryyy commented 5 years ago

In your logs it says “200” as return code for index.php. You may want to check your reverse proxy or post Nginx and PHP logs for the time you open the UI and it stays blank.

SoftCreatR commented 5 years ago

git checkout HEAD -- data/web finally solved it.

Thank you for your mental support 😁

andryyy commented 5 years ago

Strange. :-) Glad you got it fixed. I didn't leave the house because I was worried. :-D