Closed aronmgv closed 5 years ago
Something went wrong when you migrated. The overview looks broken.
You should completely wipe the Redis volume and recreate it. Add new keys afterwards.
Or try...
docker-compose exec redis-mailcow redis-cli DEL "DKIM_SELECTORS" "DKIM_PRIV_KEYS" "DKIM_PUB_KEYS"
...should be enough, too.
Hi, thanks for quick reply.
Just re-created the volume for redis. It deleted the DKIM. So added new, updated DNS record however when I send email still not seeing the Signed by like before
Any other ideas? Thanks
No. Something went wrong with your migration. You should drop it and start over new.
Am 30.01.2019 um 01:18 schrieb Michal notifications@github.com:
Hi, thanks for quick reply.
Just re-created the volume for redis. It deleted the DKIM. So added new, updated DNS record however when I send email still not seeing the Signed by like before
Now
Before
Any other ideas? Thanks
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Ok, completely recreated from scratch. Completely fresh installation, purged all images and volumes for it and having again the same behavior:
seems like bung on your side :/ doesnt it?
Everybody who is using mailcow would have no DKIM. So I tend to say no.
You should post full logs of Rspamd. Not just an excerpt. It is missing many important lines. You could enable debug_modules in Rspamd next.
Where specifically should I enable it?
Here??
So in my case create new file here -> /docker/mailcow/data/conf/rspamd/local.d/
?
And if so, which modules from the list?
debug_modules - A list of modules that are enabled for debugging. The following modules are available here:
task - task messages
cfg - configuration messages
protocol - debug protocol details
milter - debug milter interface
symcache - messages from symbols cache
fuzzy_backend - messages from fuzzy backend
lua - messages from Lua code
spf - messages from spf module
dkim - messages from dkim module
langdet - messages from language detector
proxy - messages from proxy
lua_tcp - messages from lua_tcp module
composites - debug composite symbols
dkim_signing - messages from dkim signing module
main - messages from the main process
dns - messages from DNS resolver
map - messages from maps in Rspamd
neural - messages from neural network module
ratelimit - messages from ratelimit network module
stat_redis - messages from redis statistics
logger - messages from the logger itself
Thx
And not everybody, just users on the latest version.. Lets just realize how often you upgrade your email server?
Another point of the dockerized setup is to avoid users/host diversity and pretty much have same environment.
Basically when checking source of the email DKIM signature is completely missing. And I just did a fresh install of the server and Mailcow was pretty much the first service I tried to get running...
Anyway here are docker-compose logs
root@caradhras:[/docker/mailcow]: docker-compose logs -f
WARNING: The WATCHDOG_NOTIFY_EMAIL variable is not set. Defaulting to a blank string.
Attaching to mailcowdockerized_ipv6nat_1, mailcowdockerized_rspamd-mailcow_1, mailcowdockerized_acme-mailcow_1, mailcowdockerized_nginx-mailcow_1, mailcowdockerized_netfilter-mailcow_1, mailcowdockerized_php-fpm-mailcow_1, mailcowdockerized_dovecot-mailcow_1, mailcowdockerized_sogo-mailcow_1, mailcowdockerized_dockerapi-mailcow_1, mailcowdockerized_watchdog-mailcow_1, mailcowdockerized_mysql-mailcow_1, mailcowdockerized_memcached-mailcow_1, mailcowdockerized_unbound-mailcow_1, mailcowdockerized_redis-mailcow_1, mailcowdockerized_postfix-mailcow_1, mailcowdockerized_clamd-mailcow_1, mailcowdockerized_solr-mailcow_1
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) lua; lua_cfg_transform.lua:168: overriding actions from the legacy metric settings
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) lua; lua_cfg_transform.lua:121: overriding group MX from the legacy metric settings
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) lua; lua_cfg_transform.lua:159: group excessb64 has no symbols
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) lua; lua_cfg_transform.lua:159: group excessqp has no symbols
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) cfg; rspamd_rcl_maybe_apply_lua_transform: configuration has been transformed in Lua
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) rspamd_regexp_library_init: pcre is compiled with JIT for x86 64bit (little endian + unaligned)
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) <jemc1b>; cfg; rspamd_language_detector_init: loaded 46 languages, 33122 trigramms
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) <jemc1b>; cfg; chartable_module_config: init internal chartable module
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) <jemc1b>; cfg; dkim_module_config: init internal dkim module
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) <jemc1b>; cfg; spf_module_config: init internal spf module
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) <jemc1b>; 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-01-30 13:53:32 #1(main) <jemc1b>; 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-01-30 13:53:32 #1(main) <jemc1b>; cfg; surbl_module_config: init internal surbls module, 16 uribl rules loaded
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) <jemc1b>; cfg; regexp_module_config: init internal regexp module, 124 regexp rules and 0 lua rules are loaded
rspamd-mailcow_1 | 2019-01-30 13:53:32 #1(main) <jemc1b>; cfg; fuzzy_parse_rule: added fuzzy rule LOCAL_FUZZY_UNKNOWN, key: ef43ae80cc8d, shingles_key: ef43ae80cc8d, algorithm: mum
acme-mailcow_1 | Wed Jan 30 13:53:32 CET 2019 - Waiting for Docker API...OK
acme-mailcow_1 | Wed Jan 30 13:53:32 CET 2019 - Found Let's Encrypt or mailcow snake-oil CA issued certificate with SANs: aronmgv.com chat.aronmgv.com cloud.aronmgv.com collabora.aronmgv.com forum.aronmgv.com gitlab.aronmgv.com glances.aronmgv.com mail.aronmgv.com plex.aronmgv.com qb.aronmgv.com speedtest.aronmgv.com static.aronmgv.com stats.aronmgv.com traefik.aronmgv.com ts.aronmgv.com whoami.aronmgv.com www.aronmgv.com
acme-mailcow_1 | Wed Jan 30 13:53:32 CET 2019 - Waiting for database...
acme-mailcow_1 | Uptime: 2 Threads: 28 Questions: 230 Slow queries: 0 Opens: 36 Flush tables: 1 Open tables: 28 Queries per second avg: 115.000
acme-mailcow_1 | Wed Jan 30 13:53:32 CET 2019 - Initializing, please wait...
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: 225 Slow queries: 0 Opens: 35 Flush tables: 1 Open tables: 27 Queries per second avg: 225.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 | [30-Jan-2019 13:53:32] NOTICE: fpm is running, pid 1
php-fpm-mailcow_1 | [30-Jan-2019 13:53:33] NOTICE: ready to handle connections
dockerapi-mailcow_1 | * Serving Flask app "server" (lazy loading)
dockerapi-mailcow_1 | * Environment: production
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 | * Running on https://0.0.0.0:443/ (Press CTRL+C to quit)
dockerapi-mailcow_1 | 172.22.1.10 - - [30/Jan/2019 13:53:32] "GET /containers/json HTTP/1.1" 200 -
sogo-mailcow_1 | 2019-01-30 13:53:29,937 CRIT Set uid to user 0
sogo-mailcow_1 | 2019-01-30 13:53:29,940 INFO supervisord started with pid 1
sogo-mailcow_1 | 2019-01-30 13:53:30,942 INFO spawned: 'processes' with pid 8
sogo-mailcow_1 | 2019-01-30 13:53:30,943 INFO spawned: 'syslog-ng' with pid 9
sogo-mailcow_1 | 2019-01-30 13:53:30,944 INFO spawned: 'cron' with pid 10
sogo-mailcow_1 | 2019-01-30 13:53:30,945 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 | DB schema is 17012019_0717
sogo-mailcow_1 | Jan 30 13:53:30 a97165300c31 syslog-ng[9]: syslog-ng starting up; version='3.8.1'
sogo-mailcow_1 | Updating _sogo_static_view content...
sogo-mailcow_1 | patching file /usr/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: version 4.0.5 (build @shiva2.inverse 201901160208) -- starting
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: vmem size check enabled: shutting down app when vmem > 384 MB. Currently at 205 MB
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05ede460[SOGoProductLoader]> SOGo products loaded from '/usr/lib/GNUstep/SOGo':
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05ede460[SOGoProductLoader]> MailPartViewers.SOGo, CommonUI.SOGo, ContactsUI.SOGo, ActiveSync.SOGo, MailerUI.SOGo, SchedulerUI.SOGo, Mailer.SOGo, MainUI.SOGo, Contacts.SOGo, PreferencesUI.SOGo, Appointments.SOGo, AdministrationUI.SOGo
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: All products loaded - current memory usage at 274 MB
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> listening on 0.0.0.0:20000
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> watchdog process pid: 11
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x7f24eb76cee0[WOWatchDogChild]> watchdog request timeout set to 20 minutes
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> preparing 20 children
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 45
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 46
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 47
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 48
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 49
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 50
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 51
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 52
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 53
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 54
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 55
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 56
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 57
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 58
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 59
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 60
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 61
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 62
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 63Jan 30 13:53:31 sogod [50]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are readyJan 30 13:53:31 sogod [48]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [58]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [45]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [11]: <0x0x555b05fd63e0[WOWatchDog]> child spawned with pid 64
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [61]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [62]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [60]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [63]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [54]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [46]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [56]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [49]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [57]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [52]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [47]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [55]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [59]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [64]: <0x0x555b0613a260[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [53]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | Jan 30 13:53:31 a97165300c31 sogod [51]: <0x0x555b05db0580[WOHttpAdaptor]> notified the watchdog that we are ready
sogo-mailcow_1 | 2019-01-30 13:53:32,902 INFO success: processes entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
sogo-mailcow_1 | 2019-01-30 13:53:32,902 INFO success: syslog-ng entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
sogo-mailcow_1 | 2019-01-30 13:53:32,902 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
sogo-mailcow_1 | 2019-01-30 13:53:32,902 INFO success: bootstrap-sogo entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
dovecot-mailcow_1 | Waiting for database to come up...
dovecot-mailcow_1 | Uptime: 1 Threads: 22 Questions: 141 Slow queries: 0 Opens: 35 Flush tables: 1 Open tables: 27 Queries per second avg: 141.000
dovecot-mailcow_1 | Adding user `vmail' to group `tty' ...
dovecot-mailcow_1 | Adding user vmail to group tty
dovecot-mailcow_1 | Done.
watchdog-mailcow_1 | Wed Jan 30 13:53:29 CET 2019 - USE_WATCHDOG=n, skipping watchdog...
unbound-mailcow_1 | Setting console permissions...
unbound-mailcow_1 | Receiving anchor key...
unbound-mailcow_1 | Receiving root hints...
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] mysqld (mysqld 10.2.21-MariaDB-1:10.2.21+maria~bionic) starting as process 1 ...
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: Uses event mutexes
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: Using Linux native AIO
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: Number of pools: 1
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: Using SSE2 crc32 instructions
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: Completed initialization of buffer pool
mysql-mailcow_1 | 2019-01-30 13:53:30 139946112538368 [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-01-30 13:53:30 139946855495616 [Note] InnoDB: Highest supported file format is Barracuda.
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: 128 out of 128 rollback segments are active.
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: Waiting for purge to start
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] InnoDB: 5.7.24 started; log sequence number 2902113
mysql-mailcow_1 | 2019-01-30 13:53:30 139945536648960 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] Server socket created on IP: '::'.
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Warning] 'proxies_priv' entry '@% root@5b9a1666d98f' ignored in --skip-name-resolve mode.
mysql-mailcow_1 | 2019-01-30 13:53:30 139946200237824 [Note] Event Scheduler: scheduler thread started with id 6
mysql-mailcow_1 | 2019-01-30 13:53:30 139946855495616 [Note] mysqld: ready for connections.
mysql-mailcow_1 | Version: '10.2.21-MariaDB-1:10.2.21+maria~bionic' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
mysql-mailcow_1 | 2019-01-30 13:53:30 139945536648960 [Note] InnoDB: Buffer pool(s) load completed at 190130 13:53:30
postfix-mailcow_1 | 2019-01-30 13:53:29,358 CRIT Set uid to user 0
postfix-mailcow_1 | 2019-01-30 13:53:29,364 INFO supervisord started with pid 1
postfix-mailcow_1 | 2019-01-30 13:53:30,366 INFO spawned: 'processes' with pid 9
postfix-mailcow_1 | 2019-01-30 13:53:30,368 INFO spawned: 'postfix' with pid 10
postfix-mailcow_1 | 2019-01-30 13:53:30,368 INFO spawned: 'syslog-ng' with pid 11
postfix-mailcow_1 | Jan 30 13:53:30 mail syslog-ng[11]: syslog-ng starting up; version='3.13.2'
postfix-mailcow_1 | 2019-01-30 13:53:31,377 INFO success: processes entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
postfix-mailcow_1 | 2019-01-30 13:53:31,377 INFO success: postfix entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
postfix-mailcow_1 | 2019-01-30 13:53:31,377 INFO success: syslog-ng entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
postfix-mailcow_1 | Jan 30 13:53:31 mail postfix[245]: Postfix is running with backwards-compatible default settings
postfix-mailcow_1 | Jan 30 13:53:31 mail postfix[245]: See http://www.postfix.org/COMPATIBILITY_README.html for details
postfix-mailcow_1 | Jan 30 13:53:31 mail postfix[245]: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload"
postfix-mailcow_1 | Jan 30 13:53:32 mail postfix/postfix-script[329]: starting the Postfix mail system
postfix-mailcow_1 | Jan 30 13:53:32 mail postfix/master[331]: daemon started -- version 3.3.0, configuration /opt/postfix/conf
redis-mailcow_1 | 1:C 30 Jan 2019 13:53:28.541 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis-mailcow_1 | 1:C 30 Jan 2019 13:53:28.546 # Redis version=5.0.3, bits=64, commit=00000000, modified=0, pid=1, just started
redis-mailcow_1 | 1:C 30 Jan 2019 13:53:28.546 # 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 30 Jan 2019 13:53:28.549 * Running mode=standalone, port=6379.
redis-mailcow_1 | 1:M 30 Jan 2019 13:53:28.550 # 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 30 Jan 2019 13:53:28.550 # Server initialized
redis-mailcow_1 | 1:M 30 Jan 2019 13:53:28.550 # 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 30 Jan 2019 13:53:28.554 * DB loaded from disk: 0.004 seconds
redis-mailcow_1 | 1:M 30 Jan 2019 13:53:28.558 * Ready to accept connections
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 | Wed Jan 30 13:53:28 2019 -> !Can't open file or directory
solr-mailcow_1 | Starting local Solr instance to setup configuration
solr-mailcow_1 | Running solr in the background. Logs are in /opt/solr/server/logs
solr-mailcow_1 | Waiting up to 180 seconds to see Solr running on port 8983 [|]
solr-mailcow_1 | Started Solr server on port 8983 (pid=66). Happy searching!
solr-mailcow_1 |
solr-mailcow_1 solr is running on http://localhost:8983
solr-mailcow_1 | skipping core creation
solr-mailcow_1 | Starting configuration
solr-mailcow_1 | % Total % Received % Xferd Average Speed Time Time Time Current
solr-mailcow_1 | Dload Upload Total Spent Left Speed
solr-mailcow_1 | {
solr-mailcow_1 | "responseHeader":{
solr-mailcow_1 | "status":400,
solr-mailcow_1 | "QTime":14},
solr-mailcow_1 | "error":{
solr-mailcow_1 | "metadata":[
solr-mailcow_1 | "error-class","org.apache.solr.api.ApiBag$ExceptionWithErrObject",
solr-mailcow_1 | "root-error-class","org.apache.solr.api.ApiBag$ExceptionWithErrObject"],
solr-mailcow_1 | "details":[{
solr-mailcow_1 | "add-field-type":{
solr-mailcow_1 | "name":"long",
solr-mailcow_1 | "class":"solr.TrieLongField"},
solr-mailcow_1 | "errorMessages":["Field type 'long' already exists.\n"]},
solr-mailcow_1 | {
solr-mailcow_1 | "add-field-type":{
solr-mailcow_1 | "name":"text",
solr-mailcow_1 | "class":"solr.TextField",
solr-mailcow_1 | "positionIncrementGap":100,
solr-mailcow_1 | "indexAnalyser":{
solr-mailcow_1 | "tokenizer":{"class":"solr.StandardTokenizerFactory"},
solr-mailcow_1 | "filter":{
solr-mailcow_1 | "class":"solr.KeywordMarkerFilterFactory",
solr-mailcow_1 | "protected":"protwords.txt"}},
solr-mailcow_1 | "queryAnalyzer":{
solr-mailcow_1 | "tokenizer":{"class":"solr.StandardTokenizerFactory"},
solr-mailcow_1 | "filter":{
solr-mailcow_1 | "class":"solr.WordDelimiterFilterFactory",
solr-mailcow_1 | "generateWordParts":1,
solr-mailcow_1 | "generateNumberParts":1,
solr-mailcow_1 | "catenateWords":0,
solr-mailcow_1 | "catenateNumbers":0,
solr-mailcow_1 | "catenateAll":0,
solr-mailcow_1 | "splitOnCaseChange":1}}},
solr-mailcow_1 | "errorMessages":["Field type 'text' already exists.\n"]},
solr-mailcow_1 | {
solr-mailcow_1 | "add-field":{
solr-mailcow_1 | "name":"uid",
solr-mailcow_1 | "type":"long",
solr-mailcow_1 | "indexed":true,
solr-mailcow_1 | "stored":true,
solr-mailcow_1 | "required":true},
solr-mailcow_1 | "errorMessages":["Field 'uid' already exists.\n"]},
solr-mailcow_1 | {
solr-mailcow_1 | "add-field":{
solr-mailcow_1 | "name":"box",
solr-mailcow_1 | "type":"string",
solr-mailcow_1 | "indexed":true,
solr-mailcow_1 | "stored":true,
solr-mailcow_1 | "required":true},
solr-mailcow_1 | "errorMessages":["Field 'box' already exists.\n"]},
solr-mailcow_1 | {
solr-mailcow_1 | "add-field":{
solr-mailcow_1 | "name":"user",
solr-mailcow_1 | "type":"string",
solr-mailcow_1 | "indexed":true,
solr-mailcow_1 | "stored":true,
solr-mailcow_1 | "required":true},
solr-mailcow_1 | "errorMessages":["Field 'user' already exists.\n"]},
solr-mailcow_1 | {
solr-mailcow_1 | "add-field":{
solr-mailcow_1 | "name":"hdr",
solr-mailcow_1 | "type":"text",
solr-mailcow_1 | "indexed":true,
solr-mailcow_1 | "stored":false},
solr-mailcow_1 | "errorMessages":["Field 'hdr' already exists.\n"]},
solr-mailcow_1 | {
solr-mailcow_1 | "add-field":{
solr-mailcow_1 | "name":"body",
solr-mailcow_1 | "type":"text",
solr-mailcow_1 | "indexed":true,
solr-mailcow_1 | "stored":false},
solr-mailcow_1 | "errorMessages":["Field 'body' already exists.\n"]},
solr-mailcow_1 | {
solr-mailcow_1 | "add-field":{
solr-mailcow_1 | "name":"from",
solr-mailcow_1 | "type":"text",
solr-mailcow_1 | "indexed":true,
solr-mailcow_1 | "stored":false},
solr-mailcow_1 | "errorMessages":["Field 'from' already exists.\n"]},
solr-mailcow_1 | {
solr-mailcow_1 | "add-field":{
solr-mailcow_1 | "name":"to",
100 5800 100 3294 100 2506 134k 101k --:--:-- --:--:-- --:--:-- 236k
solr-mailcow_1 | "type":"text",
solr-mailcow_1 | "indexed":true,
solr-mailcow_1 | "stored":false},
solr-mailcow_1 | "errorMessages":["Field 'to' already exists.\n"]},
solr-mailcow_1 | {
solr-mailcow_1 | "add-field":{
solr-mailcow_1 | "name":"cc",
solr-mailcow_1 | "type":"text",
solr-mailcow_1 | "indexed":true,
solr-mailcow_1 | "stored":false},
solr-mailcow_1 | "errorMessages":["Field 'cc' already exists.\n"]},
solr-mailcow_1 | {
solr-mailcow_1 | "add-field":{
solr-mailcow_1 | "name":"bcc",
solr-mailcow_1 | "type":"text",
solr-mailcow_1 | "indexed":true,
solr-mailcow_1 | "stored":false},
solr-mailcow_1 | "errorMessages":["Field 'bcc' already exists.\n"]},
solr-mailcow_1 | {
solr-mailcow_1 | "add-field":{
solr-mailcow_1 | "name":"subject",
solr-mailcow_1 | "type":"text",
solr-mailcow_1 | "indexed":true,
solr-mailcow_1 | "stored":false},
solr-mailcow_1 | "errorMessages":["Field 'subject' already exists.\n"]}],
solr-mailcow_1 | "msg":"error processing commands",
solr-mailcow_1 | "code":400}}
solr-mailcow_1 | % Total % Received % Xferd Average Speed Time Time Time Current
solr-mailcow_1 | Dload Upload Total Spent Left Speed
solr-mailcow_1 | {
solr-mailcow_1 | "responseHeader":{
solr-mailcow_1 | "status":0,
solr-mailcow_1 | "QTime":292},
solr-mailcow_1 | "WARNING":"This response format is experimental. It is likely to change in the future."}
100 296 100 149 100 147 482 475 --:--:-- --:--:-- --:--:-- 957
solr-mailcow_1 | % Total % Received % Xferd Average Speed Time Time Time Current
solr-mailcow_1 | Dload Upload Total Spent Left Speed
solr-mailcow_1 | {
solr-mailcow_1 | "responseHeader":{
solr-mailcow_1 | "status":0,
solr-mailcow_1 | "QTime":239},
solr-mailcow_1 | "WARNING":"This response format is experimental. It is likely to change in the future."}
100 433 100 149 100 284 600 1145 --:--:-- --:--:-- --:--:-- 1738
solr-mailcow_1 | Stopping local Solr
solr-mailcow_1 | Shutting down the background Solr
solr-mailcow_1 | Sending stop command to Solr running on port 8983 ... waiting up to 180 seconds to allow Jetty process 66 to stop gracefully.
solr-mailcow_1 | Starting Solr 7.6.0
solr-mailcow_1 | 2019-01-30 12:53:39.445 INFO (main) [ ] o.e.j.u.log Logging initialized @610ms to org.eclipse.jetty.util.log.Slf4jLog
solr-mailcow_1 | 2019-01-30 12:53:39.576 INFO (main) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
solr-mailcow_1 | 2019-01-30 12:53:39.600 INFO (main) [ ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:///opt/solr/server/contexts/] at interval 0
solr-mailcow_1 | 2019-01-30 12:53:39.796 INFO (main) [ ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
solr-mailcow_1 | 2019-01-30 12:53:39.805 INFO (main) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
solr-mailcow_1 | 2019-01-30 12:53:39.805 INFO (main) [ ] o.e.j.s.session No SessionScavenger set, using defaults
solr-mailcow_1 | 2019-01-30 12:53:39.807 INFO (main) [ ] o.e.j.s.session node0 Scavenging every 660000ms
solr-mailcow_1 | 2019-01-30 12:53:39.836 INFO (main) [ ] o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider chain: env;sysprop
solr-mailcow_1 | 2019-01-30 12:53:39.858 INFO (main) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
solr-mailcow_1 | 2019-01-30 12:53:39.862 INFO (main) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.6.0
solr-mailcow_1 | 2019-01-30 12:53:39.862 INFO (main) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port 8983
solr-mailcow_1 | 2019-01-30 12:53:39.862 INFO (main) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /opt/solr
solr-mailcow_1 | 2019-01-30 12:53:39.863 INFO (main) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-01-30T12:53:39.863Z
solr-mailcow_1 | 2019-01-30 12:53:39.879 INFO (main) [ ] o.a.s.c.SolrResourceLoader Using system property solr.solr.home: /opt/solr/server/solr
solr-mailcow_1 | 2019-01-30 12:53:39.884 INFO (main) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /opt/solr/server/solr/solr.xml
solr-mailcow_1 | 2019-01-30 12:53:39.937 INFO (main) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@71248c21, but no JMX reporters were configured - adding default JMX reporter.
######################################################################## 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
solr-mailcow_1 | 2019-01-30 12:53:40.141 INFO (main) [ ] o.a.s.c.SolrResourceLoader [null] Added 0 libs to classloader, from paths: []
unbound-mailcow_1 | ........................++++
unbound-mailcow_1 | ............................++++
unbound-mailcow_1 | e is 65537 (0x10001)
unbound-mailcow_1 | generating unbound_control.key
unbound-mailcow_1 | Generating RSA private key, 3072 bit long modulus
unbound-mailcow_1 | ...............................++++
unbound-mailcow_1 | ....................++++
unbound-mailcow_1 | e is 65537 (0x10001)
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
unbound-mailcow_1 | Setup success. Certificates created. Enable in unbound.conf file to use
unbound-mailcow_1 | [1548852820] unbound[1:0] notice: init module 0: validator
unbound-mailcow_1 | [1548852820] unbound[1:0] notice: init module 1: iterator
solr-mailcow_1 | 2019-01-30 12:53:40.633 INFO (main) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
solr-mailcow_1 | 2019-01-30 12:53:40.636 INFO (main) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
netfilter-mailcow_1 | Error in FORWARD chain order, restarting container
solr-mailcow_1 | 2019-01-30 12:53:40.709 INFO (main) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71248c21
solr-mailcow_1 | 2019-01-30 12:53:40.709 INFO (main) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71248c21
solr-mailcow_1 | 2019-01-30 12:53:40.715 INFO (main) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71248c21
solr-mailcow_1 | 2019-01-30 12:53:40.745 INFO (main) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /opt/solr/server/solr
solr-mailcow_1 | 2019-01-30 12:53:40.746 INFO (main) [ ] o.a.s.c.CorePropertiesLocator Cores are: [dovecot]
solr-mailcow_1 | 2019-01-30 12:53:40.793 INFO (main) [ ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@71e9ddb4{/solr,file:///opt/solr/server/solr-webapp/webapp/,AVAILABLE}{/opt/solr/server/solr-webapp/webapp}
solr-mailcow_1 | 2019-01-30 12:53:40.793 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.c.SolrResourceLoader [dovecot] Added 58 libs to classloader, from paths: [/opt/solr/contrib/clustering/lib, /opt/solr/contrib/extraction/lib, /opt/solr/contrib/langid/lib, /opt/solr/contrib/velocity/lib, /opt/solr/dist]
solr-mailcow_1 | 2019-01-30 12:53:40.804 INFO (main) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7876d598{HTTP/1.1,[http/1.1]}{0.0.0.0:8983}
solr-mailcow_1 | 2019-01-30 12:53:40.805 INFO (main) [ ] o.e.j.s.Server Started @1972ms
solr-mailcow_1 | 2019-01-30 12:53:40.846 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
solr-mailcow_1 | 2019-01-30 12:53:40.990 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.s.IndexSchema [dovecot] Schema name=default-config
unbound-mailcow_1 | [1548852821] unbound[1:0] info: start of service (unbound 1.7.3).
solr-mailcow_1 | 2019-01-30 12:53:41.112 WARN (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
netfilter-mailcow_1 | Clearing all bans
sogo-mailcow_1 | Jan 30 13:53:41 a97165300c31 sogod [51]: <0x0x555b05d687e0[SOGoCache]> Cache cleanup interval set every 900.000000 seconds
sogo-mailcow_1 | Jan 30 13:53:41 a97165300c31 sogod [51]: <0x0x555b05d687e0[SOGoCache]> Using host(s) 'memcached' as server(s)
solr-mailcow_1 | 2019-01-30 12:53:41.509 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
solr-mailcow_1 | 2019-01-30 12:53:41.581 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.c.CoreContainer Creating SolrCore 'dovecot' using configuration from instancedir /opt/solr/server/solr/dovecot, trusted=true
solr-mailcow_1 | 2019-01-30 12:53:41.624 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.dovecot' (registry 'solr.core.dovecot') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71248c21
solr-mailcow_1 | 2019-01-30 12:53:41.644 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.c.SolrCore [[dovecot] ] Opening new SolrCore at [/opt/solr/server/solr/dovecot], dataDir=[/opt/solr/server/solr/dovecot/data/]
solr-mailcow_1 | 2019-01-30 12:53:41.701 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
netfilter-mailcow_1 | Clearing all bans
netfilter-mailcow_1 | Initializing mailcow netfilter chain
netfilter-mailcow_1 | Subscribing to Redis channel F2B_CHANNEL
solr-mailcow_1 | 2019-01-30 12:53:42.082 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
solr-mailcow_1 | 2019-01-30 12:53:42.082 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
solr-mailcow_1 | 2019-01-30 12:53:42.097 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 1800000ms; if 200 uncommitted docs;
solr-mailcow_1 | 2019-01-30 12:53:42.097 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.u.CommitTracker Soft AutoCommit: if uncommitted for 120000ms; if 500 uncommitted docs;
solr-mailcow_1 | 2019-01-30 12:53:42.202 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.s.SolrIndexSearcher Opening [Searcher@68762403[dovecot] main]
solr-mailcow_1 | 2019-01-30 12:53:42.210 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /opt/solr/server/solr/dovecot/conf
solr-mailcow_1 | 2019-01-30 12:53:42.224 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
solr-mailcow_1 | 2019-01-30 12:53:42.229 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
solr-mailcow_1 | 2019-01-30 12:53:42.237 INFO (coreLoadExecutor-9-thread-1) [ x:dovecot] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
solr-mailcow_1 | 2019-01-30 12:53:42.238 INFO (searcherExecutor-10-thread-1-processing-x:dovecot) [ x:dovecot] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@68762403[dovecot] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_b(7.6.0):C10) Uninverting(_a(7.6.0):C1) Uninverting(_c(7.6.0):C1) Uninverting(_d(7.6.0):C1) Uninverting(_e(7.6.0):C1) Uninverting(_f(7.6.0):C1)))}
solr-mailcow_1 | 2019-01-30 12:53:42.238 INFO (searcherExecutor-10-thread-1-processing-x:dovecot) [ x:dovecot] o.a.s.c.QuerySenderListener QuerySenderListener done.
solr-mailcow_1 | 2019-01-30 12:53:42.238 INFO (searcherExecutor-10-thread-1-processing-x:dovecot) [ x:dovecot] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
solr-mailcow_1 | 2019-01-30 12:53:42.245 INFO (searcherExecutor-10-thread-1-processing-x:dovecot) [ x:dovecot] o.a.s.c.SolrCore [dovecot] Registered new searcher Searcher@68762403[dovecot] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_b(7.6.0):C10) Uninverting(_a(7.6.0):C1) Uninverting(_c(7.6.0):C1) Uninverting(_d(7.6.0):C1) Uninverting(_e(7.6.0):C1) Uninverting(_f(7.6.0):C1)))}
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 sogod [51]: [ERROR] <0x0x555b06353390[NGImap4ConnectionManager]> IMAP4 login failed:
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 host=dovecot, user=admin@aronmgv.com, pwd=yes
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 url=imaps://admin%40aronmgv.com@dovecot/?tls=YES
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 base=(null)
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 base-class=(null))
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 = <0x0x555b063566f0[NGImap4Client]: login=admin@aronmgv.com(pwd) address=<0x0x555b06358720[NGInternetSocketAddress]: host=dovecot port=143>>
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 sogod [51]: <0x555b0634d130[SOGoMailAccount]:0> renewing imap4 password
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 sogod [51]: [ERROR] <0x0x555b06353390[NGImap4ConnectionManager]> IMAP4 login failed:
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 host=dovecot, user=admin@aronmgv.com, pwd=yes
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 url=imaps://admin%40aronmgv.com@dovecot/?tls=YES
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 base=(null)
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 base-class=(null))
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 = <0x0x555b063691b0[NGImap4Client]: login=admin@aronmgv.com(pwd) address=<0x0x555b06369370[NGInternetSocketAddress]: host=dovecot port=143>>
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 sogod [51]: [ERROR] <0x555b0634d130[SOGoMailAccount]:0> Could not connect IMAP4
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:53:44 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderINBOX/view HTTP/1.1" 500 72 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
sogo-mailcow_1 | Jan 30 13:53:44 a97165300c31 sogod [51]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderINBOX/view HTTP/1.0" 500 72/48 3.101 - - 3M
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 sogod [51]: [ERROR] <0x0x555b06353390[NGImap4ConnectionManager]> IMAP4 login failed:
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 host=dovecot, user=admin@aronmgv.com, pwd=yes
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 url=imaps://admin%40aronmgv.com@dovecot/?tls=YES
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:53:45 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/unseenCount HTTP/1.1" 200 21 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 base=(null)
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 base-class=(null))
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 = <0x0x555b06333430[NGImap4Client]: login=admin@aronmgv.com(pwd) address=<0x0x555b063335f0[NGInternetSocketAddress]: host=dovecot port=143>>
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 sogod [51]: <0x555b060bb500[SOGoMailAccount]:0> renewing imap4 password
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 sogod [51]: [ERROR] <0x0x555b06353390[NGImap4ConnectionManager]> IMAP4 login failed:
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 host=dovecot, user=admin@aronmgv.com, pwd=yes
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 url=imaps://admin%40aronmgv.com@dovecot/?tls=YES
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 base=(null)
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 base-class=(null))
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 = <0x0x555b05eb2e90[NGImap4Client]: login=admin@aronmgv.com(pwd) address=<0x0x555b05eb3000[NGInternetSocketAddress]: host=dovecot port=143>>
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 sogod [51]: [ERROR] <0x555b060bb500[SOGoMailAccount]:0> Could not connect IMAP4
sogo-mailcow_1 | Jan 30 13:53:45 a97165300c31 sogod [51]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/unseenCount HTTP/1.0" 200 21/31 0.004 - - 0
unbound-mailcow_1 | [1548852825] unbound[1:0] info: generate keytag query _ta-4f66. NULL IN
dovecot-mailcow_1 | % Total % Received % Xferd Average Speed Time Time Time Current
dovecot-mailcow_1 | Dload Upload Total Spent Left Speed
clamd-mailcow_1 | /bootstrap.sh: line 69: kill: (18) - No such process
clamd-mailcow_1 | Worker 18 died, stopping container waiting for respawn...
100 43 100 43 0 0 27 0 0:00:01 0:00:01 --:--:-- 27
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: Global size limit set to 52428800 bytes.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: File size limit set to 26214400 bytes.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: Recursion level limit set to 5.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: Files limit set to 200.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: MaxEmbeddedPE limit set to 10485760 bytes.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: MaxHTMLNormalize limit set to 10485760 bytes.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: MaxHTMLNoTags limit set to 2097152 bytes.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: MaxScriptNormalize limit set to 5242880 bytes.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: MaxZipTypeRcg limit set to 1048576 bytes.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: MaxPartitions limit set to 50.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: MaxIconsPE limit set to 100.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: MaxRecHWP3 limit set to 16.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: PCREMatchLimit limit set to 100000.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: PCRERecMatchLimit limit set to 2000.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Limits: PCREMaxFileSize limit set to 26214400.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Archive support enabled.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> AlertExceedsMax heuristic detection disabled.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Heuristic alerts enabled.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Portable Executable support enabled.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> ELF support enabled.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Mail files support enabled.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> OLE2 support enabled.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> OLE2: Alerting on all VBA macros.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> PDF support enabled.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> SWF support enabled.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> HTML support enabled.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> XMLDOCS support enabled.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> HWP3 support enabled.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Heuristic: precedence enabled
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Self checking every 3600 seconds.
clamd-mailcow_1 | Wed Jan 30 13:53:49 2019 -> Set stacksize to 8454144
rspamd-mailcow_1 | 2019-01-30 13:53:49 #1(main) <d2fb3d>; upstreams; rspamd_resolve_addrs: address resolution for fuzzy1.rspamd.com failed: Temporary failure in name resolution
dovecot-mailcow_1 | curl: (6) Could not resolve host: ;
dovecot-mailcow_1 | curl: (6) Could not resolve host: <<>>
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; fuzzy_parse_rule: added fuzzy rule FUZZY_UNKNOWN, key: ef43ae80cc8d, shingles_key: ef43ae80cc8d, algorithm: mum
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; fuzzy_check_module_config: init internal fuzzy_check module, 2 rules loaded
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for antivirus
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/antivirus.wl' is not found, but it can be loaded automatically later
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <us4pbz>; map; rspamd_map_add: added map /etc/rspamd/antivirus.wl
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module antivirus
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for arc
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module arc
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module asn
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module bayes_expiry
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; clickhouse.lua:885: no servers are specified, disabling module
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module clickhouse
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module clustering is enabled but has not been configured
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: clustering disabling unconfigured lua module
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module dcc is disabled in the configuration
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for dkim_signing
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module dkim_signing
dovecot-mailcow_1 | curl: (6) Could not resolve host: DiG
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module dmarc
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module dynamic_conf is enabled but has not been configured
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: dynamic_conf disabling unconfigured lua module
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for elastic
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; elastic.lua:435: no servers are specified, disabling module
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module elastic
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; emails.lua:234: add emails rule ebl.msbl.org
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; emails.lua:234: add emails rule email.rspamd.com
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module emails
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; force_actions.lua:162: Registered symbol WHITELIST_FORWARDING_HOST_NO_GREYLIST <WHITELISTED_FWD_HOST> as postfilter
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; force_actions.lua:162: Registered symbol WHITELIST_FORWARDING_HOST_NO_REJECT <WHITELISTED_FWD_HOST> as postfilter
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module force_actions
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module forged_recipients
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module fuzzy_collect is enabled but has not been configured
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: fuzzy_collect disabling unconfigured lua module
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <rznbhc>; map; rspamd_map_add: added map http://nginx:8081/forwardinghosts.php
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; 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-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for greylist
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module greylist
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module hfilter
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for history_redis
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module history_redis
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for ip_score
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module ip_score
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module maillist
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module maps_stats is enabled but has not been configured
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: maps_stats disabling unconfigured lua module
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module metadata_exporter
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module metric_exporter
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; 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-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module mid
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; milter_headers.lua:591: active routines [spam-header,x-spamd-result,x-rspamd-queue-id,authentication-results]
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module milter_headers
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; 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-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module mime_types
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for multimap
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <fdp86m>; map; rspamd_map_add: added map https://maps.rspamd.com/freemail/free.txt.zst
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: freemail_envfrom (from)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: WHITELISTED_FWD_HOST (ip)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <k8f914>; map; rspamd_map_add: added map https://maps.rspamd.com/freemail/disposable.txt.zst
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: disposable_from (header)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: RCPT_MAILCOW_DOMAIN (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <5cgryr>; map; rspamd_map_add: added map /etc/rspamd/custom/global_from_blacklist.map
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: GLOBAL_FROM_BL (from)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for FREEMAIL_ENVRCPT: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: freemail_envrcpt (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: RCPT_WANTS_SUBJECT_TAG (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <q3rhcn>; map; rspamd_map_add: added map /etc/rspamd/custom/global_from_whitelist.map
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: GLOBAL_FROM_WL (from)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for DISPOSABLE_REPLYTO: "https://maps.rspamd.com/freemail/disposable.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: disposable_replyto (header)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <b4if5y>; map; rspamd_map_add: added map /etc/rspamd/custom/bad_asn.map
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: LOCAL_BL_ASN (asn)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <e99k7g>; map; rspamd_map_add: added map /etc/rspamd/custom/global_rcpt_whitelist.map
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: GLOBAL_RCPT_WL (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for DISPOSABLE_ENVRCPT: "https://maps.rspamd.com/freemail/disposable.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: disposable_envrcpt (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for FREEMAIL_FROM: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: freemail_from (header)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jnkfot>; map; rspamd_map_add: added map /etc/rspamd/custom/global_rcpt_blacklist.map
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: GLOBAL_RCPT_BL (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for FREEMAIL_TO: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: freemail_to (header)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for FREEMAIL_REPLYTO: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: freemail_replyto (header)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for DISPOSABLE_CC: "https://maps.rspamd.com/freemail/disposable.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: disposable_cc (header)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for DISPOSABLE_TO: "https://maps.rspamd.com/freemail/disposable.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: disposable_to (header)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <xa6qqy>; map; rspamd_map_add: added map https://rspamd.com/freemail/disposable.txt.zst
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: disposable_envfrom (from)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for FREEMAIL_CC: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: freemail_cc (header)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: RCPT_WANTS_SUBFOLDER_TAG (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module multimap
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for mx_check
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module mx_check
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module neural is disabled in the configuration
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module once_received
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; 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-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module phishing
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:753: old syntax for ratelimits: 360 / 1m
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:321: old style rate bucket config detected for to_ip: 360 / 1m
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:753: old syntax for ratelimits: 45 / 1m
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:321: old style rate bucket config detected for to: 45 / 1m
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:753: old syntax for ratelimits: 100 / 1s
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:321: old style rate bucket config detected for bounce_to: 100 / 1s
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:753: old syntax for ratelimits: 180 / 1m
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:321: old style rate bucket config detected for to_ip_from: 180 / 1m
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:753: old syntax for ratelimits: 100 / 1s
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:321: old style rate bucket config detected for bounce_to_ip: 100 / 1s
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:766: enabled ratelimit: to_ip [360 msgs burst, 6 msgs/sec rate]
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:766: enabled ratelimit: to [45 msgs burst, 0.75 msgs/sec rate]
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:766: enabled ratelimit: bounce_to [100 msgs burst, 100 msgs/sec rate]
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:766: enabled ratelimit: to_ip_from [180 msgs burst, 3 msgs/sec rate]
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; ratelimit.lua:766: enabled ratelimit: bounce_to_ip [100 msgs burst, 100 msgs/sec rate]
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for ratelimit
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module ratelimit
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module rbl
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for replies
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module replies
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for reputation
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module reputation
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module rspamd_update is disabled in the configuration
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <oxhd99>; map; rspamd_map_add: added map http://nginx:8081/settings.php
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module settings
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module spamassassin
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module spamtrap is disabled in the configuration
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; trie.lua:167: no tries defined
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module trie
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for url_redirector
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module url_redirector
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module url_reputation
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module url_tags is disabled in the configuration
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; 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-01-30 13:53:51 #1(main) <jemc1b>; 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-01-30 13:53:51 #1(main) <jemc1b>; 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-01-30 13:53:51 #1(main) <jemc1b>; 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-01-30 13:53:51 #1(main) <jemc1b>; 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-01-30 13:53:51 #1(main) <jemc1b>; 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-01-30 13:53:51 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module whitelist
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; 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-01-30 13:53:51 #1(main) <daz6fz>; map; rspamd_map_add: added map /var/lib/rspamd/rspamd_dynamic
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; symcache; rspamd_symcache_post_init: cannot find dependency on symbol MAILCOW_WHITE
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <0175c1>; re_cache; rspamd_re_cache_init: loaded hyperscan engine with cpu tune 'generic' and features 'AVX2'
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; symcache; rspamd_symcache_validate: symbol 'NEURAL_HAM' has its score defined but there is no corresponding rule registered
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jemc1b>; symcache; rspamd_symcache_validate: symbol 'NEURAL_SPAM' has its score defined but there is no corresponding rule registered
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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-01-30 13:53:51 #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-01-30 13:53:51 #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-01-30 13:53:51 #1(main) <omc75i>; map; read_map_file_chunks: /var/lib/rspamd/877aa38dd77ed707d20b2f77d46b905b69a6295a.map: read map chunk, 10268 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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, 10268 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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-01-30 13:53:51 #1(main) <omc75i>; map; rspamd_kv_list_fin: read hash of 747 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <8rmo3c>; map; read_map_file_chunks: /var/lib/rspamd/2368c73b937d98513ed72c4b04f4247bda43fdb5.map: read map chunk, 2789 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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, 2789 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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-01-30 13:53:51 #1(main) <8rmo3c>; map; rspamd_kv_list_fin: read hash of 231 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <oxhd99>; map; read_map_file_chunks: /var/lib/rspamd/f0f1f1ff89a5a9c0c3050fcb9ad2426aeacf1fdf.map: read map chunk, 321 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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-01-30 13:53:51 #1(main) <jemc1b>; lua; settings.lua:659: loaded 2 elements of settings
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <u9r7uu>; map; read_map_file_chunks: /var/lib/rspamd/f3933e67d5f9574a9eaf78cd0a8e99140ecc502e.map: read map chunk, 10056 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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, 10056 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <u9r7uu>; map; rspamd_kv_list_fin: read hash of 1057 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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-01-30 13:53:51 #1(main) <xa6qqy>; map; read_map_file_chunks: /var/lib/rspamd/0f7be740b78649c3dd9e47bae618f1b508f643ee.map: read map chunk, 4895 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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-01-30 13:53:51 #1(main) <xa6qqy>; map; rspamd_kv_list_fin: read hash of 349 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jnkfot>; map; read_map_file_chunks: /etc/rspamd/custom/global_rcpt_blacklist.map: read map chunk, 20 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jnkfot>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <jnkfot>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <e99k7g>; map; read_map_file_chunks: /etc/rspamd/custom/global_rcpt_whitelist.map: read map chunk, 20 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <e99k7g>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <e99k7g>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <b4if5y>; map; read_map_file_chunks: /etc/rspamd/custom/bad_asn.map: read map chunk, 671 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <b4if5y>; map; rspamd_kv_list_fin: read hash of 0 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <q3rhcn>; map; read_map_file_chunks: /etc/rspamd/custom/global_from_whitelist.map: read map chunk, 20 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <q3rhcn>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <q3rhcn>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <5cgryr>; map; read_map_file_chunks: /etc/rspamd/custom/global_from_blacklist.map: read map chunk, 20 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <5cgryr>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <5cgryr>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <k8f914>; map; read_map_file_chunks: /var/lib/rspamd/ea942f35f2c82e84bdb7b8ceb34537f7dbe986eb.map: read map chunk, 4546 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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-01-30 13:53:51 #1(main) <k8f914>; map; rspamd_kv_list_fin: read hash of 325 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <fdp86m>; map; read_map_file_chunks: /var/lib/rspamd/65b4e39783c10c8ed89dbec4983259f22418f34d.map: read map chunk, 56116 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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-01-30 13:53:51 #1(main) <fdp86m>; map; rspamd_kv_list_fin: read hash of 3991 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <hntukx>; map; read_map_file_chunks: /var/lib/rspamd/2e66b2415ec9b99aaa155761c211e51def12016e.map: read map chunk, 48061 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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-01-30 13:53:51 #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-01-30 13:53:51 #1(main) <hntukx>; map; rspamd_kv_list_fin: read hash of 1531 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <9zc4wc>; map; read_map_file_chunks: /var/lib/rspamd/cb5a8189726ac3a8880e1c44ed6220c6d794521b.map: read map chunk, 602 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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, 602 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #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-01-30 13:53:51 #1(main) <9zc4wc>; map; rspamd_kv_list_fin: read hash of 19 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <4dego7>; map; read_map_static: static: read map data, 180 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 2 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <4dego7>; map; read_map_static: static: read map data, 2259 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 105 elements
rspamd-mailcow_1 | 2019-01-30 13:53:51 #1(main) <4dego7>; map; read_map_static: static: read map data, 452 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:52 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 24 elements
rspamd-mailcow_1 | 2019-01-30 13:53:52 #1(main) <4dego7>; map; read_map_static: static: read map data, 47 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:52 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 2 elements
rspamd-mailcow_1 | 2019-01-30 13:53:52 #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-01-30 13:53:52 #1(main) <rznbhc>; map; read_map_file_chunks: /var/lib/rspamd/e48ac0193da10600fac6a17bb7146ba2421fee67.map: read map chunk, 16 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:52 #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-01-30 13:53:52 #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-01-30 13:53:52 #1(main) <4dego7>; map; read_map_static: static: read map data, 10 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:52 #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-01-30 13:53:52 #1(main) <4dego7>; map; read_map_static: static: read map data, 10 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:52 #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-01-30 13:53:52 #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-01-30 13:53:52 #1(main) <f61zu5>; map; read_map_file_chunks: /var/lib/rspamd/8fe64ecd161a46f91a78ece93609cb863f9f42f2.map: read map chunk, 11647 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:52 #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-01-30 13:53:52 #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-01-30 13:53:52 #1(main) <f61zu5>; map; rspamd_kv_list_fin: read hash of 828 elements
rspamd-mailcow_1 | 2019-01-30 13:53:52 #1(main) <78wxos>; map; read_map_file_chunks: /var/lib/rspamd/b48a6e9da24e9141beec4eb1dc7f0d5db945c94c.map: read map chunk, 8213 bytes
rspamd-mailcow_1 | 2019-01-30 13:53:52 #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-01-30 13:53:52 #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-01-30 13:53:52 #1(main) <4f11c3>; main; main: rspamd 1.8.3 is starting, build id: release
rspamd-mailcow_1 | 2019-01-30 13:53:52 #1(main) <4f11c3>; main; main: cpu features: avx2, avx, sse2, sse3, ssse3, sse4.1, sse4.2, rdrand
rspamd-mailcow_1 | 2019-01-30 13:53:52 #1(main) <4f11c3>; main; main: cryptobox configuration: curve25519(avx), chacha20(avx2), poly1305(avx2), siphash(avx2), blake2(avx), base64(avx2)
rspamd-mailcow_1 | 2019-01-30 13:53:52 #1(main) <4f11c3>; main; main: libottery prf: AES-128
rspamd-mailcow_1 | 2019-01-30 13:53:52 #1(main) <4f11c3>; main; main: skip writing pid in no-fork mode
rspamd-mailcow_1 | 2019-01-30 13:53:52 #1(main) <4f11c3>; main; spawn_workers: worker of type fuzzy(localhost:11335) is disabled in the config, skip spawning
rspamd-mailcow_1 | 2019-01-30 13:53:52 #11(controller) <jemc1b>; controller; rspamd_controller_password_sane: your normal password is not encrypted, we strongly recommend to replace it with the encrypted one
rspamd-mailcow_1 | 2019-01-30 13:53:52 #1(main) <4f11c3>; main; main: listening for control commands on /var/lib/rspamd/rspamd.sock
php-fpm-mailcow_1 | 172.22.1.11 - 30/Jan/2019:13:53:52 +0100 "HEAD /settings.php" 200
nginx-mailcow_1 | 172.22.1.13 - - [30/Jan/2019:13:53:52 +0100] "HEAD /settings.php HTTP/1.1" 200 0 "-" "-"
rspamd-mailcow_1 | 2019-01-30 13:53:53 #10(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:53 #11(controller) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to fd4d:6169:6c63:6f77::4: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:53 #11(controller) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:53 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:53 #17(fuzzy) <u33g77>; fuzzy_redis; rspamd_fuzzy_redis_count_callback: error getting count: Connection timed out
rspamd-mailcow_1 | 2019-01-30 13:53:53 #16(fuzzy) <u33g77>; fuzzy_redis; rspamd_fuzzy_redis_count_callback: error getting count: Connection timed out
rspamd-mailcow_1 | 2019-01-30 13:53:53 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:53 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:53 #15(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to fd4d:6169:6c63:6f77::4: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:54 #11(controller) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:54 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:54 #10(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:54 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:54 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
dovecot-mailcow_1 | curl: (6) Could not resolve host: 9.10.3-P4-Debian
dovecot-mailcow_1 | curl: (6) Could not resolve host: <<>>
dovecot-mailcow_1 | curl: (6) Could not resolve host: txt
rspamd-mailcow_1 | 2019-01-30 13:53:55 #11(controller) <rznbhc>; map; http_map_error: error reading http://nginx:8081/forwardinghosts.php([fd4d:6169:6c63:6f77::e]:8081): connection with http server terminated incorrectly: IO write error: No route to host
rspamd-mailcow_1 | 2019-01-30 13:53:55 #12(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:53:55 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:53:55 #15(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:53:55 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:53:55 #11(controller) <oxhd99>; map; http_map_error: error reading http://nginx:8081/settings.php([fd4d:6169:6c63:6f77::e]:8081): connection with http server terminated incorrectly: IO write error: No route to host
rspamd-mailcow_1 | 2019-01-30 13:53:55 #11(controller) <oxhd99>; map; lua_map_fin: no data read for map
rspamd-mailcow_1 | 2019-01-30 13:53:55 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:53:55 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:53:55 #11(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:53:55 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:53:55 #11(controller) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:53:55 #10(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
dovecot-mailcow_1 | curl: (6) Could not resolve host: 1.4.3.spamassassin.heinlein-support.de
dovecot-mailcow_1 | curl: (6) Could not resolve host: +short
dovecot-mailcow_1 | curl: (6) Could not resolve host: ;;
rspamd-mailcow_1 | 2019-01-30 13:53:59 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:59 #10(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:59 #11(controller) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:59 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:53:59 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
sogo-mailcow_1 | Jan 30 13:54:01 a97165300c31 CRON[68]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1 | Jan 30 13:54:01 a97165300c31 CRON[69]: (sogo) CMD ( /usr/sbin/sogo-ealarms-notify -p /etc/sogo/sieve.creds 2>/dev/null)
sogo-mailcow_1 | Jan 30 13:54:01 a97165300c31 CRON[67]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1 | Jan 30 13:54:01 a97165300c31 CRON[70]: (sogo) CMD ( /usr/sbin/sogo-tool expire-sessions 60)
dovecot-mailcow_1 | curl: (6) Could not resolve host: global
sogo-mailcow_1 | Jan 30 13:54:02 a97165300c31 CRON[68]: pam_unix(cron:session): session closed for user sogo
sogo-mailcow_1 | Jan 30 13:54:02 a97165300c31 CRON[67]: pam_unix(cron:session): session closed for user sogo
dovecot-mailcow_1 | curl: (6) Could not resolve host: options
dovecot-mailcow_1 | curl: (6) Could not resolve host: +cmd
dovecot-mailcow_1 | curl: (6) Could not resolve host: ;;
dovecot-mailcow_1 | curl: (6) Could not resolve host: connection
dovecot-mailcow_1 | curl: (6) Could not resolve host: timed
dovecot-mailcow_1 | curl: (6) Could not resolve host: out;
rspamd-mailcow_1 | 2019-01-30 13:54:03 #11(controller) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:03 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:03 #10(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:03 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:03 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
dovecot-mailcow_1 | curl: (6) Could not resolve host: no
dovecot-mailcow_1 | curl: (6) Could not resolve host: servers
dovecot-mailcow_1 | curl: (6) Could not resolve host: could
dovecot-mailcow_1 | curl: (6) Could not resolve host: be
dovecot-mailcow_1 | curl: (6) Could not resolve host: reached.tar.gz
dovecot-mailcow_1 |
dovecot-mailcow_1 | gzip: stdin: not in gzip format
dovecot-mailcow_1 | tar: Child returned status 1
dovecot-mailcow_1 | tar: Error is not recoverable: exiting now
dovecot-mailcow_1 | cat: '/tmp/sa-rules-heinlein/*cf': No such file or directory
dockerapi-mailcow_1 | 172.22.1.9 - - [30/Jan/2019 13:54:06] "GET /containers/json HTTP/1.1" 200 -
rspamd-mailcow_1 | 2019-01-30 13:54:06 #1(main) <4f11c3>; main; rspamd_term_handler: catch termination signal, waiting for children
rspamd-mailcow_1 | 2019-01-30 13:54:06 #1(main) <4f11c3>; main; wait_for_workers: rspamd_proxy process 10 terminated softly
rspamd-mailcow_1 | 2019-01-30 13:54:06 #1(main) <4f11c3>; main; wait_for_workers: controller process 11 terminated softly
rspamd-mailcow_1 | 2019-01-30 13:54:06 #1(main) <4f11c3>; main; wait_for_workers: normal process 12 terminated softly
rspamd-mailcow_1 | 2019-01-30 13:54:06 #1(main) <4f11c3>; main; wait_for_workers: normal process 13 terminated softly
rspamd-mailcow_1 | 2019-01-30 13:54:06 #1(main) <4f11c3>; main; wait_for_workers: normal process 14 terminated softly
rspamd-mailcow_1 | 2019-01-30 13:54:06 #1(main) <4f11c3>; main; wait_for_workers: normal process 15 terminated softly
rspamd-mailcow_1 | 2019-01-30 13:54:06 #1(main) <4f11c3>; main; wait_for_workers: fuzzy process 16 terminated softly
rspamd-mailcow_1 | 2019-01-30 13:54:06 #1(main) <4f11c3>; main; wait_for_workers: fuzzy process 17 terminated softly
rspamd-mailcow_1 | 2019-01-30 13:54:06 #1(main) <4f11c3>; main; wait_for_workers: hs_helper process 18 terminated softly
rspamd-mailcow_1 | 2019-01-30 13:54:06 #1(main) <4f11c3>; main; main: terminating...
mailcowdockerized_rspamd-mailcow_1 exited with code 0
dockerapi-mailcow_1 | 172.22.1.9 - - [30/Jan/2019 13:54:07] "POST /containers/36ac4fb0c33f40c7a81de94ae91e6efbbd26a504c38fb4821349f607339866b0/restart HTTP/1.1" 200 -
dovecot-mailcow_1 | {"msg":"command completed successfully","type":"success"}
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) lua; lua_cfg_transform.lua:168: overriding actions from the legacy metric settings
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) lua; lua_cfg_transform.lua:121: overriding group MX from the legacy metric settings
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) lua; lua_cfg_transform.lua:159: group excessb64 has no symbols
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) lua; lua_cfg_transform.lua:159: group excessqp has no symbols
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) cfg; rspamd_rcl_maybe_apply_lua_transform: configuration has been transformed in Lua
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) rspamd_regexp_library_init: pcre is compiled with JIT for x86 64bit (little endian + unaligned)
dovecot-mailcow_1 | 2019-01-30 13:54:07,891 CRIT Set uid to user 0
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_language_detector_init: loaded 46 languages, 33122 trigramms
dovecot-mailcow_1 | 2019-01-30 13:54:07,893 INFO supervisord started with pid 1
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; chartable_module_config: init internal chartable module
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; dkim_module_config: init internal dkim module
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; spf_module_config: init internal spf module
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <jemc1b>; cfg; surbl_module_config: init internal surbls module, 16 uribl rules loaded
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; regexp_module_config: init internal regexp module, 124 regexp rules and 0 lua rules are loaded
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; fuzzy_parse_rule: added fuzzy rule LOCAL_FUZZY_UNKNOWN, key: ef43ae80cc8d, shingles_key: ef43ae80cc8d, algorithm: mum
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; fuzzy_parse_rule: added fuzzy rule FUZZY_UNKNOWN, key: ef43ae80cc8d, shingles_key: ef43ae80cc8d, algorithm: mum
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; fuzzy_check_module_config: init internal fuzzy_check module, 2 rules loaded
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for antivirus
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/antivirus.wl' is not found, but it can be loaded automatically later
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <us4pbz>; map; rspamd_map_add: added map /etc/rspamd/antivirus.wl
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module antivirus
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for arc
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module arc
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module asn
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module bayes_expiry
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; clickhouse.lua:885: no servers are specified, disabling module
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module clickhouse
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module clustering is enabled but has not been configured
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: clustering disabling unconfigured lua module
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module dcc is disabled in the configuration
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for dkim_signing
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module dkim_signing
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module dmarc
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module dynamic_conf is enabled but has not been configured
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: dynamic_conf disabling unconfigured lua module
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for elastic
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; elastic.lua:435: no servers are specified, disabling module
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module elastic
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; emails.lua:234: add emails rule ebl.msbl.org
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; emails.lua:234: add emails rule email.rspamd.com
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module emails
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; force_actions.lua:162: Registered symbol WHITELIST_FORWARDING_HOST_NO_GREYLIST <WHITELISTED_FWD_HOST> as postfilter
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; force_actions.lua:162: Registered symbol WHITELIST_FORWARDING_HOST_NO_REJECT <WHITELISTED_FWD_HOST> as postfilter
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module force_actions
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module forged_recipients
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module fuzzy_collect is enabled but has not been configured
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: fuzzy_collect disabling unconfigured lua module
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <rznbhc>; map; rspamd_map_add: added map http://nginx:8081/forwardinghosts.php
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for greylist
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module greylist
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module hfilter
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for history_redis
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module history_redis
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for ip_score
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module ip_score
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module maillist
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module maps_stats is enabled but has not been configured
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: maps_stats disabling unconfigured lua module
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module metadata_exporter
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module metric_exporter
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module mid
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; milter_headers.lua:591: active routines [spam-header,x-spamd-result,x-rspamd-queue-id,authentication-results]
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module milter_headers
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module mime_types
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for multimap
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <fdp86m>; map; rspamd_map_add: added map https://maps.rspamd.com/freemail/free.txt.zst
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: freemail_envfrom (from)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: WHITELISTED_FWD_HOST (ip)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <k8f914>; map; rspamd_map_add: added map https://maps.rspamd.com/freemail/disposable.txt.zst
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: disposable_from (header)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: RCPT_MAILCOW_DOMAIN (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <5cgryr>; map; rspamd_map_add: added map /etc/rspamd/custom/global_from_blacklist.map
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: GLOBAL_FROM_BL (from)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for FREEMAIL_ENVRCPT: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: freemail_envrcpt (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: RCPT_WANTS_SUBJECT_TAG (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <q3rhcn>; map; rspamd_map_add: added map /etc/rspamd/custom/global_from_whitelist.map
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: GLOBAL_FROM_WL (from)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for DISPOSABLE_REPLYTO: "https://maps.rspamd.com/freemail/disposable.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: disposable_replyto (header)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <b4if5y>; map; rspamd_map_add: added map /etc/rspamd/custom/bad_asn.map
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: LOCAL_BL_ASN (asn)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <e99k7g>; map; rspamd_map_add: added map /etc/rspamd/custom/global_rcpt_whitelist.map
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: GLOBAL_RCPT_WL (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for DISPOSABLE_ENVRCPT: "https://maps.rspamd.com/freemail/disposable.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: disposable_envrcpt (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for FREEMAIL_FROM: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: freemail_from (header)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jnkfot>; map; rspamd_map_add: added map /etc/rspamd/custom/global_rcpt_blacklist.map
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: GLOBAL_RCPT_BL (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for FREEMAIL_TO: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: freemail_to (header)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for FREEMAIL_REPLYTO: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: freemail_replyto (header)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for DISPOSABLE_CC: "https://maps.rspamd.com/freemail/disposable.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: disposable_cc (header)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for DISPOSABLE_TO: "https://maps.rspamd.com/freemail/disposable.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: disposable_to (header)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <xa6qqy>; map; rspamd_map_add: added map https://rspamd.com/freemail/disposable.txt.zst
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: disposable_envfrom (from)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:993: reuse url for FREEMAIL_CC: "https://maps.rspamd.com/freemail/free.txt.zst"
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: freemail_cc (header)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; multimap.lua:1154: added multimap rule: RCPT_WANTS_SUBFOLDER_TAG (rcpt)
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module multimap
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for mx_check
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module mx_check
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module neural is disabled in the configuration
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module once_received
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module phishing
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:753: old syntax for ratelimits: 360 / 1m
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:321: old style rate bucket config detected for to_ip: 360 / 1m
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:753: old syntax for ratelimits: 45 / 1m
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:321: old style rate bucket config detected for to: 45 / 1m
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:753: old syntax for ratelimits: 100 / 1s
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:321: old style rate bucket config detected for bounce_to: 100 / 1s
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:753: old syntax for ratelimits: 180 / 1m
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:321: old style rate bucket config detected for to_ip_from: 180 / 1m
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:753: old syntax for ratelimits: 100 / 1s
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:321: old style rate bucket config detected for bounce_to_ip: 100 / 1s
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:766: enabled ratelimit: to_ip [360 msgs burst, 6 msgs/sec rate]
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:766: enabled ratelimit: to [45 msgs burst, 0.75 msgs/sec rate]
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:766: enabled ratelimit: bounce_to [100 msgs burst, 100 msgs/sec rate]
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:766: enabled ratelimit: to_ip_from [180 msgs burst, 3 msgs/sec rate]
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; ratelimit.lua:766: enabled ratelimit: bounce_to_ip [100 msgs burst, 100 msgs/sec rate]
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for ratelimit
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module ratelimit
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module rbl
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for replies
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module replies
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for reputation
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module reputation
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module rspamd_update is disabled in the configuration
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <oxhd99>; map; rspamd_map_add: added map http://nginx:8081/settings.php
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module settings
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module spamassassin
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module spamtrap is disabled in the configuration
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; trie.lua:167: no tries defined
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module trie
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; lua; lua_redis.lua:454: use default Redis settings for url_redirector
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module url_redirector
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module url_reputation
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_config_is_module_enabled: lua module url_tags is disabled in the configuration
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <jemc1b>; cfg; rspamd_init_lua_filters: init lua module whitelist
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; 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-01-30 13:54:07 #1(main) <daz6fz>; map; rspamd_map_add: added map /var/lib/rspamd/rspamd_dynamic
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; symcache; rspamd_symcache_post_init: cannot find dependency on symbol MAILCOW_WHITE
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <0175c1>; re_cache; rspamd_re_cache_init: loaded hyperscan engine with cpu tune 'generic' and features 'AVX2'
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; symcache; rspamd_symcache_validate: symbol 'NEURAL_SPAM' has its score defined but there is no corresponding rule registered
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jemc1b>; symcache; rspamd_symcache_validate: symbol 'NEURAL_HAM' has its score defined but there is no corresponding rule registered
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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-01-30 13:54:07 #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-01-30 13:54:07 #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-01-30 13:54:07 #1(main) <omc75i>; map; read_map_file_chunks: /var/lib/rspamd/877aa38dd77ed707d20b2f77d46b905b69a6295a.map: read map chunk, 10268 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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, 10268 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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-01-30 13:54:07 #1(main) <omc75i>; map; rspamd_kv_list_fin: read hash of 747 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <8rmo3c>; map; read_map_file_chunks: /var/lib/rspamd/2368c73b937d98513ed72c4b04f4247bda43fdb5.map: read map chunk, 2789 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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, 2789 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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-01-30 13:54:07 #1(main) <8rmo3c>; map; rspamd_kv_list_fin: read hash of 231 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <oxhd99>; map; read_map_file_chunks: /var/lib/rspamd/f0f1f1ff89a5a9c0c3050fcb9ad2426aeacf1fdf.map: read map chunk, 321 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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-01-30 13:54:07 #1(main) <jemc1b>; lua; settings.lua:659: loaded 2 elements of settings
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <u9r7uu>; map; read_map_file_chunks: /var/lib/rspamd/f3933e67d5f9574a9eaf78cd0a8e99140ecc502e.map: read map chunk, 10056 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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, 10056 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <u9r7uu>; map; rspamd_kv_list_fin: read hash of 1057 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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-01-30 13:54:07 #1(main) <xa6qqy>; map; read_map_file_chunks: /var/lib/rspamd/0f7be740b78649c3dd9e47bae618f1b508f643ee.map: read map chunk, 4895 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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-01-30 13:54:07 #1(main) <xa6qqy>; map; rspamd_kv_list_fin: read hash of 349 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jnkfot>; map; read_map_file_chunks: /etc/rspamd/custom/global_rcpt_blacklist.map: read map chunk, 20 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jnkfot>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <jnkfot>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <e99k7g>; map; read_map_file_chunks: /etc/rspamd/custom/global_rcpt_whitelist.map: read map chunk, 20 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <e99k7g>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <e99k7g>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <b4if5y>; map; read_map_file_chunks: /etc/rspamd/custom/bad_asn.map: read map chunk, 671 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <b4if5y>; map; rspamd_kv_list_fin: read hash of 0 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <q3rhcn>; map; read_map_file_chunks: /etc/rspamd/custom/global_from_whitelist.map: read map chunk, 20 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <q3rhcn>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <q3rhcn>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <5cgryr>; map; read_map_file_chunks: /etc/rspamd/custom/global_from_blacklist.map: read map chunk, 20 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <5cgryr>; map; rspamd_re_map_finalize: regexp map is empty
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <5cgryr>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <k8f914>; map; read_map_file_chunks: /var/lib/rspamd/ea942f35f2c82e84bdb7b8ceb34537f7dbe986eb.map: read map chunk, 4546 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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-01-30 13:54:07 #1(main) <k8f914>; map; rspamd_kv_list_fin: read hash of 325 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <fdp86m>; map; read_map_file_chunks: /var/lib/rspamd/65b4e39783c10c8ed89dbec4983259f22418f34d.map: read map chunk, 56116 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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-01-30 13:54:07 #1(main) <fdp86m>; map; rspamd_kv_list_fin: read hash of 3991 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <hntukx>; map; read_map_file_chunks: /var/lib/rspamd/2e66b2415ec9b99aaa155761c211e51def12016e.map: read map chunk, 48061 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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-01-30 13:54:07 #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-01-30 13:54:07 #1(main) <hntukx>; map; rspamd_kv_list_fin: read hash of 1531 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <9zc4wc>; map; read_map_file_chunks: /var/lib/rspamd/cb5a8189726ac3a8880e1c44ed6220c6d794521b.map: read map chunk, 602 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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, 602 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #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-01-30 13:54:07 #1(main) <9zc4wc>; map; rspamd_kv_list_fin: read hash of 19 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <4dego7>; map; read_map_static: static: read map data, 180 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 2 elements
rspamd-mailcow_1 | 2019-01-30 13:54:07 #1(main) <4dego7>; map; read_map_static: static: read map data, 2259 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:08 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 105 elements
rspamd-mailcow_1 | 2019-01-30 13:54:08 #1(main) <4dego7>; map; read_map_static: static: read map data, 452 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:08 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 24 elements
rspamd-mailcow_1 | 2019-01-30 13:54:08 #1(main) <4dego7>; map; read_map_static: static: read map data, 47 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:08 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 2 elements
rspamd-mailcow_1 | 2019-01-30 13:54:08 #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-01-30 13:54:08 #1(main) <rznbhc>; map; read_map_file_chunks: /var/lib/rspamd/e48ac0193da10600fac6a17bb7146ba2421fee67.map: read map chunk, 16 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:08 #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-01-30 13:54:08 #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-01-30 13:54:08 #1(main) <4dego7>; map; read_map_static: static: read map data, 10 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:08 #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-01-30 13:54:08 #1(main) <4dego7>; map; read_map_static: static: read map data, 10 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:08 #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-01-30 13:54:08 #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-01-30 13:54:08 #1(main) <f61zu5>; map; read_map_file_chunks: /var/lib/rspamd/8fe64ecd161a46f91a78ece93609cb863f9f42f2.map: read map chunk, 11647 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:08 #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-01-30 13:54:08 #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-01-30 13:54:08 #1(main) <f61zu5>; map; rspamd_kv_list_fin: read hash of 828 elements
rspamd-mailcow_1 | 2019-01-30 13:54:08 #1(main) <78wxos>; map; read_map_file_chunks: /var/lib/rspamd/b48a6e9da24e9141beec4eb1dc7f0d5db945c94c.map: read map chunk, 8213 bytes
rspamd-mailcow_1 | 2019-01-30 13:54:08 #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-01-30 13:54:08 #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-01-30 13:54:08 #1(main) <c47d66>; main; main: rspamd 1.8.3 is starting, build id: release
rspamd-mailcow_1 | 2019-01-30 13:54:08 #1(main) <c47d66>; main; main: cpu features: avx2, avx, sse2, sse3, ssse3, sse4.1, sse4.2, rdrand
rspamd-mailcow_1 | 2019-01-30 13:54:08 #1(main) <c47d66>; main; main: cryptobox configuration: curve25519(avx), chacha20(avx2), poly1305(avx2), siphash(avx2), blake2(avx), base64(avx2)
rspamd-mailcow_1 | 2019-01-30 13:54:08 #1(main) <c47d66>; main; main: libottery prf: AES-128
rspamd-mailcow_1 | 2019-01-30 13:54:08 #1(main) <c47d66>; main; main: skip writing pid in no-fork mode
rspamd-mailcow_1 | 2019-01-30 13:54:08 #1(main) <c47d66>; main; spawn_workers: worker of type fuzzy(localhost:11335) is disabled in the config, skip spawning
rspamd-mailcow_1 | 2019-01-30 13:54:08 #10(controller) <jemc1b>; controller; rspamd_controller_password_sane: your normal password is not encrypted, we strongly recommend to replace it with the encrypted one
rspamd-mailcow_1 | 2019-01-30 13:54:08 #1(main) <c47d66>; main; main: listening for control commands on /var/lib/rspamd/rspamd.sock
dovecot-mailcow_1 | 2019-01-30 13:54:08,894 INFO spawned: 'processes' with pid 113
dovecot-mailcow_1 | 2019-01-30 13:54:08,895 INFO spawned: 'cron' with pid 114
dovecot-mailcow_1 | 2019-01-30 13:54:08,897 INFO spawned: 'dovecot' with pid 115
dovecot-mailcow_1 | 2019-01-30 13:54:08,897 INFO spawned: 'syslog-ng' with pid 116
dovecot-mailcow_1 | Jan 30 13:54:08 mail syslog-ng[116]: syslog-ng starting up; version='3.8.1'
dovecot-mailcow_1 | Jan 30 13:54:08 mail dovecot: master: Dovecot v2.3.4 (0ecbaf23d) starting up for imap, sieve, lmtp, pop3
rspamd-mailcow_1 | 2019-01-30 13:54:09 #9(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:09 #15(fuzzy) <u33g77>; fuzzy_redis; rspamd_fuzzy_redis_count_callback: error getting count: Connection timed out
rspamd-mailcow_1 | 2019-01-30 13:54:09 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:09 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:09 #10(controller) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to fd4d:6169:6c63:6f77::4: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:09 #16(fuzzy) <u33g77>; fuzzy_redis; rspamd_fuzzy_redis_count_callback: error getting count: Connection timed out
rspamd-mailcow_1 | 2019-01-30 13:54:09 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:09 #10(controller) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to fd4d:6169:6c63:6f77::4: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:09 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
dovecot-mailcow_1 | 2019-01-30 13:54:09,938 INFO success: processes entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
dovecot-mailcow_1 | 2019-01-30 13:54:09,939 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
dovecot-mailcow_1 | 2019-01-30 13:54:09,939 INFO success: dovecot entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
dovecot-mailcow_1 | 2019-01-30 13:54:09,939 INFO success: syslog-ng entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
rspamd-mailcow_1 | 2019-01-30 13:54:10 #9(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:10 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:10 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:10 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:10 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
dovecot-mailcow_1 | Jan 30 13:54:10 mail dovecot: imap-login: Login: user=<gitlab@aronmgv.com>, method=PLAIN, rip=192.168.255.1, lip=172.22.1.9, mpid=131, TLS, TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)
rspamd-mailcow_1 | 2019-01-30 13:54:11 #10(controller) <oxhd99>; map; http_map_error: error reading http://nginx:8081/settings.php([fd4d:6169:6c63:6f77::e]:8081): connection with http server terminated incorrectly: IO write error: No route to host
rspamd-mailcow_1 | 2019-01-30 13:54:11 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:54:11 #12(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:54:11 #10(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:54:11 #11(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:54:11 #9(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:54:11 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:54:11 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:54:11 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:54:11 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:54:11 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
nginx-mailcow_1 | 2019/01/30 13:54:11 [error] 16#16: *8 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.22.1.13, server: _, request: "HEAD /forwardinghosts.php HTTP/1.1", upstream: "fastcgi://[fd4d:6169:6c63:6f77::d]:9001", host: "nginx"
php-fpm-mailcow_1 | 172.22.1.11 - 30/Jan/2019:13:54:11 +0100 "HEAD /forwardinghosts.php" 200
nginx-mailcow_1 | 172.22.1.13 - - [30/Jan/2019:13:54:11 +0100] "HEAD /forwardinghosts.php HTTP/1.1" 200 0 "-" "-"
sogo-mailcow_1 | Jan 30 13:54:13 a97165300c31 sogod [51]: <0x0x555b06344920[NGImap4Client]> TLS started successfully.
rspamd-mailcow_1 | 2019-01-30 13:54:14 #10(controller) <rznbhc>; map; http_map_error: error reading http://nginx:8081/forwardinghosts.php([fd4d:6169:6c63:6f77::e]:8081): connection with http server terminated incorrectly: IO write error: No route to host
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:54:14 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderINBOX/view HTTP/1.1" 200 1173 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
sogo-mailcow_1 | Jan 30 13:54:14 a97165300c31 sogod [51]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderINBOX/view HTTP/1.0" 200 1173/48 0.465 - - 9M
dovecot-mailcow_1 | Jan 30 13:54:14 mail dovecot: imap(admin@aronmgv.com)<134><GLcraKyAGOisFgH4>: Logged out in=327 out=5299 deleted=0 expunged=0 trashed=0 hdr_count=4 hdr_bytes=8 body_count=0 body_bytes=0
rspamd-mailcow_1 | 2019-01-30 13:54:15 #9(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:15 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:15 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:15 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:15 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
sogo-mailcow_1 | Jan 30 13:54:17 a97165300c31 sogod [51]: <0x0x555b0633ec10[NGImap4Client]> TLS started successfully.
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:54:18 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/unseenCount HTTP/1.1" 200 21 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
dovecot-mailcow_1 | Jan 30 13:54:18 mail dovecot: imap(admin@aronmgv.com)<138><lYFoaKyAKOisFgH4>: Logged out in=146 out=1631 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
sogo-mailcow_1 | Jan 30 13:54:18 a97165300c31 sogod [51]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/unseenCount HTTP/1.0" 200 21/31 0.345 - - 0
rspamd-mailcow_1 | 2019-01-30 13:54:19 #9(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:19 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:19 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:19 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:19 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:24 #9(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:24 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:24 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:24 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:24 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:30 #9(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:30 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:30 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:30 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:30 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
acme-mailcow_1 | Wed Jan 30 13:53:32 CET 2019 - Detecting IP addresses... OK
acme-mailcow_1 | Wed Jan 30 13:54:35 CET 2019 - Waiting for domain table... OK
acme-mailcow_1 | Wed Jan 30 13:54:38 CET 2019 - Found A record for autodiscover.aronmgv.com: 83.240.62.139
acme-mailcow_1 | Wed Jan 30 13:54:38 CET 2019 - Confirmed A record autodiscover.aronmgv.com
acme-mailcow_1 | Wed Jan 30 13:54:39 CET 2019 - Found A record for mail.aronmgv.com: 83.240.62.139
acme-mailcow_1 | Wed Jan 30 13:54:39 CET 2019 - Confirmed A record 83.240.62.139
acme-mailcow_1 | Wed Jan 30 13:54:39 CET 2019 - Found orphaned SAN aronmgv.com chat.aronmgv.com cloud.aronmgv.com collabora.aronmgv.com forum.aronmgv.com gitlab.aronmgv.com glances.aronmgv.com plex.aronmgv.com qb.aronmgv.com speedtest.aronmgv.com static.aronmgv.com stats.aronmgv.com traefik.aronmgv.com ts.aronmgv.com whoami.aronmgv.com www.aronmgv.com in certificate, moving old files to /var/lib/acme/acme/private/2019-01-30_13_54_39.bak/, keeping key file...
acme-mailcow_1 | acme-client: /var/lib/acme/acme/private/privkey.pem: domain key exists (not creating)
acme-mailcow_1 | acme-client: /var/lib/acme/acme/private/account.key: generating RSA account key
acme-mailcow_1 | acme-client: adding SAN: autodiscover.aronmgv.com
sogo-mailcow_1 | Jan 30 13:54:41 a97165300c31 sogod [51]: <0x0x555b0633ca50[NGImap4Client]> TLS started successfully.
acme-mailcow_1 | acme-client: https://acme-v01.api.letsencrypt.org/directory: directories
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:54:41 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderINBOX/view HTTP/1.1" 200 1173 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
sogo-mailcow_1 | Jan 30 13:54:41 a97165300c31 sogod [51]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderINBOX/view HTTP/1.0" 200 1173/48 0.440 - - 116K
dovecot-mailcow_1 | Jan 30 13:54:41 mail dovecot: imap(admin@aronmgv.com)<141><nHTPaayAfOisFgH4>: Logged out in=327 out=5291 deleted=0 expunged=0 trashed=0 hdr_count=4 hdr_bytes=8 body_count=0 body_bytes=0
rspamd-mailcow_1 | 2019-01-30 13:54:43 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:43 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:43 #11(normal) logger; file_log_function: Last message repeated 4 times
rspamd-mailcow_1 | 2019-01-30 13:54:43 #11(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:54:43 #13(normal) logger; file_log_function: Last message repeated 4 times
rspamd-mailcow_1 | 2019-01-30 13:54:43 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
acme-mailcow_1 | acme-client: acme-v01.api.letsencrypt.org: DNS: 92.123.11.137
acme-mailcow_1 | acme-client: acme-v01.api.letsencrypt.org: DNS: 2a02:26f0:11a:488::3a8e
acme-mailcow_1 | acme-client: acme-v01.api.letsencrypt.org: DNS: 2a02:26f0:11a:48e::3a8e
acme-mailcow_1 | acme-client: https://acme-v01.api.letsencrypt.org/acme/new-reg: new-reg
rspamd-mailcow_1 | 2019-01-30 13:54:45 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:45 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
sogo-mailcow_1 | Jan 30 13:54:45 a97165300c31 sogod [51]: <0x0x555b05eb2c80[NGImap4Client]> TLS started successfully.
acme-mailcow_1 | acme-client: https://acme-v01.api.letsencrypt.org/acme/new-authz: req-auth: mail.aronmgv.com
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:54:45 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/unseenCount HTTP/1.1" 200 21 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
sogo-mailcow_1 | Jan 30 13:54:45 a97165300c31 sogod [51]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/unseenCount HTTP/1.0" 200 21/31 0.333 - - 0
dovecot-mailcow_1 | Jan 30 13:54:45 mail dovecot: imap(admin@aronmgv.com)<145><pW0MaqyAnOisFgH4>: Logged out in=146 out=1631 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
acme-mailcow_1 | acme-client: https://acme-v01.api.letsencrypt.org/acme/new-authz: req-auth: autodiscover.aronmgv.com
acme-mailcow_1 | acme-client: /var/www/acme/OrxQZnJFY-ly-3uxWHOp-3ufX6uQ9xjppD3my9fowjI: created
acme-mailcow_1 | acme-client: https://acme-v01.api.letsencrypt.org/acme/challenge/4gwW2zrD4zvbnVLA5XVUUiBuZdl9ErUjgVLecXS3jas/12051394589: challenge
acme-mailcow_1 | acme-client: /var/www/acme/RtVOtOwbnNAuG9Kem8eSDAby3ysmm5GWzTTTfUtWbIg: created
acme-mailcow_1 | acme-client: https://acme-v01.api.letsencrypt.org/acme/challenge/eWQROAOAKqu4WKa0QSZ8KVdvve-zUK94dU9jlrnNag4/12051394926: challenge
rspamd-mailcow_1 | 2019-01-30 13:54:47 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:47 #12(normal) logger; file_log_function: Last message repeated 5 times
rspamd-mailcow_1 | 2019-01-30 13:54:47 #12(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
clamd-mailcow_1 | Wed Jan 30 13:54:49 2019 -> ClamAV update process started at Wed Jan 30 13:54:49 2019
rspamd-mailcow_1 | 2019-01-30 13:54:50 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:50 #14(normal) logger; file_log_function: Last message repeated 5 times
rspamd-mailcow_1 | 2019-01-30 13:54:50 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
acme-mailcow_1 | acme-client: https://acme-v01.api.letsencrypt.org/acme/challenge/4gwW2zrD4zvbnVLA5XVUUiBuZdl9ErUjgVLecXS3jas/12051394589: status
rspamd-mailcow_1 | 2019-01-30 13:54:54 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:54 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:54 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:54:54 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
acme-mailcow_1 | acme-client: https://acme-v01.api.letsencrypt.org/acme/challenge/eWQROAOAKqu4WKa0QSZ8KVdvve-zUK94dU9jlrnNag4/12051394926: status
acme-mailcow_1 | acme-client: https://acme-v01.api.letsencrypt.org/acme/new-cert: certificate
acme-mailcow_1 | acme-client: https://acme-v01.api.letsencrypt.org/acme/new-cert: bad HTTP: 403
acme-mailcow_1 | acme-client: transfer buffer: [{ "type": "urn:acme:error:unauthorized", "detail": "Error creating new cert :: authorizations for these names not found or expired: autodiscover.aronmgv.com, mail.aronmgv.com", "status": 403 }] (198 bytes)
acme-mailcow_1 | acme-client: bad exit: netproc(232): 1
acme-mailcow_1 | Wed Jan 30 13:54:58 CET 2019 - Verified hashes.
acme-mailcow_1 | Wed Jan 30 13:54:58 CET 2019 - Retrying in 30 minutes...
sogo-mailcow_1 | Jan 30 13:55:01 a97165300c31 CRON[79]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1 | Jan 30 13:55:01 a97165300c31 CRON[80]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1 | Jan 30 13:55:01 a97165300c31 CRON[83]: (sogo) CMD ( /usr/sbin/sogo-ealarms-notify -p /etc/sogo/sieve.creds 2>/dev/null)
sogo-mailcow_1 | Jan 30 13:55:01 a97165300c31 CRON[84]: (sogo) CMD ( /usr/sbin/sogo-tool expire-sessions 60)
sogo-mailcow_1 | Jan 30 13:55:01 a97165300c31 CRON[80]: pam_unix(cron:session): session closed for user sogo
sogo-mailcow_1 | Jan 30 13:55:01 a97165300c31 CRON[79]: pam_unix(cron:session): session closed for user sogo
dovecot-mailcow_1 | Jan 30 13:55:01 mail CRON[148]: pam_unix(cron:session): session opened for user vmail by (uid=0)
dovecot-mailcow_1 | Jan 30 13:55:01 mail CRON[151]: (vmail) CMD (/usr/local/bin/trim_logs.sh >> /dev/console 2>&1)
dovecot-mailcow_1 | Jan 30 13:55:01 mail CRON[147]: pam_unix(cron:session): session opened for user root by (uid=0)
dovecot-mailcow_1 | Jan 30 13:55:01 mail CRON[152]: (root) CMD ( /usr/local/bin/imapsync_cron.pl)
dovecot-mailcow_1 | Jan 30 13:55:01 mail CRON[148]: pam_unix(cron:session): session closed for user vmail
rspamd-mailcow_1 | 2019-01-30 13:55:04 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:55:04 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:55:04 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:55:04 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
dovecot-mailcow_1 | Jan 30 13:55:05 mail CRON[147]: pam_unix(cron:session): session closed for user root
rspamd-mailcow_1 | 2019-01-30 13:55:06 #10(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
sogo-mailcow_1 | Jan 30 13:55:13 a97165300c31 sogod [51]: <0x0x555b063ddb60[NGImap4Client]> TLS started successfully.
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:55:14 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderINBOX/view HTTP/1.1" 200 1173 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
sogo-mailcow_1 | Jan 30 13:55:14 a97165300c31 sogod [51]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderINBOX/view HTTP/1.0" 200 1173/48 0.458 - - 6M
dovecot-mailcow_1 | Jan 30 13:55:14 mail dovecot: imap(admin@aronmgv.com)<164><hy6/a6yAGumsFgH4>: Logged out in=327 out=5291 deleted=0 expunged=0 trashed=0 hdr_count=4 hdr_bytes=8 body_count=0 body_bytes=0
rspamd-mailcow_1 | 2019-01-30 13:55:15 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:55:15 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:55:15 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:55:15 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
clamd-mailcow_1 | Wed Jan 30 13:55:15 2019 -> Downloading main.cvd [100%]
rspamd-mailcow_1 | 2019-01-30 13:55:17 #11(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
sogo-mailcow_1 | Jan 30 13:55:18 a97165300c31 sogod [51]: <0x0x555b05ebd680[NGImap4Client]> TLS started successfully.
dovecot-mailcow_1 | Jan 30 13:55:19 mail dovecot: imap(admin@aronmgv.com)<167><QzsLbKyAKumsFgH4>: Logged out in=146 out=1631 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:55:19 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/unseenCount HTTP/1.1" 200 21 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
sogo-mailcow_1 | Jan 30 13:55:19 a97165300c31 sogod [51]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/unseenCount HTTP/1.0" 200 21/31 0.339 - - -148K
clamd-mailcow_1 | Wed Jan 30 13:55:21 2019 -> main.cvd updated (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
rspamd-mailcow_1 | 2019-01-30 13:55:26 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:55:26 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:55:26 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:55:26 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:55:26 #9(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:55:26 #9(rspamd_proxy) logger; file_log_function: Last message repeated 8 times
rspamd-mailcow_1 | 2019-01-30 13:55:26 #9(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:55:26 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
rspamd-mailcow_1 | 2019-01-30 13:55:30 #12(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:55:37 #10(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
clamd-mailcow_1 | Wed Jan 30 13:55:38 2019 -> Downloading daily.cvd [100%]
rspamd-mailcow_1 | 2019-01-30 13:55:40 #9(rspamd_proxy) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:55:40 #12(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:55:40 #11(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:55:40 #13(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:55:40 #14(normal) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
sogo-mailcow_1 | Jan 30 13:55:41 a97165300c31 sogod [51]: <0x0x555b063c2700[NGImap4Client]> TLS started successfully.
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:55:41 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderINBOX/view HTTP/1.1" 200 1173 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
sogo-mailcow_1 | Jan 30 13:55:41 a97165300c31 sogod [51]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderINBOX/view HTTP/1.0" 200 1173/48 0.443 - - 1M
dovecot-mailcow_1 | Jan 30 13:55:41 mail dovecot: imap(admin@aronmgv.com)<170><FadjbayAVOmsFgH4>: Logged out in=327 out=5291 deleted=0 expunged=0 trashed=0 hdr_count=4 hdr_bytes=8 body_count=0 body_bytes=0
clamd-mailcow_1 | Wed Jan 30 13:55:44 2019 -> daily.cvd updated (version: 25343, sigs: 2228905, f-level: 63, builder: raynman)
clamd-mailcow_1 | Wed Jan 30 13:55:44 2019 -> Downloading bytecode.cvd [100%]
clamd-mailcow_1 | Wed Jan 30 13:55:44 2019 -> bytecode.cvd updated (version: 328, sigs: 94, f-level: 63, builder: neo)
rspamd-mailcow_1 | 2019-01-30 13:55:44 #10(controller) <jemc1b>; lua; bayes_expiry.lua:359: cannot perform expiry step: timeout while connecting the server
sogo-mailcow_1 | Jan 30 13:55:45 a97165300c31 sogod [51]: <0x0x555b06365ef0[NGImap4Client]> TLS started successfully.
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:55:45 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/unseenCount HTTP/1.1" 200 21 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
dovecot-mailcow_1 | Jan 30 13:55:45 mail dovecot: imap(admin@aronmgv.com)<174><1pCgbayAYumsFgH4>: Logged out in=146 out=1631 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
sogo-mailcow_1 | Jan 30 13:55:45 a97165300c31 sogod [51]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/unseenCount HTTP/1.0" 200 21/31 0.335 - - -4K
rspamd-mailcow_1 | 2019-01-30 13:55:46 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
clamd-mailcow_1 | Wed Jan 30 13:55:48 2019 -> Database updated (6795248 signatures) from database.clamav.net (IP: 104.16.186.138)
clamd-mailcow_1 | Wed Jan 30 13:55:48 2019 -> Clamd successfully notified about the update.
clamd-mailcow_1 | Wed Jan 30 13:55:48 2019 -> Reading databases from /var/lib/clamav
^CERROR: Aborting.
rspamd-mailcow_1 | 2019-01-30 13:51:57 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
sogo-mailcow_1 | Jan 30 13:51:58 65255ead8937 sogod [59]: <0x0x557abea7bb60[NGImap4Client]> TLS started successfully.
sogo-mailcow_1 | Jan 30 13:51:58 65255ead8937 sogod [59]: [WARN] <0x0x557abeb38ff0[SOGoUserDefaults]> expected an NSString for 'SOGoMailComposeFontSize' (ignored)
postfix-mailcow_1 | Jan 30 13:51:58 mail postfix/smtpd[410]: connect from mailcowdockerized_sogo-mailcow_1.mailcowdockerized_mailcow-network[172.22.1.248]
sogo-mailcow_1 | Jan 30 13:51:59 65255ead8937 sogod [11]: [WARN] <0x0x557abe503460[WOWatchDogChild]> pid 346 has been hanging in the same request for 1 minutes
dovecot-mailcow_1 | Jan 30 13:52:01 mail CRON[965]: pam_unix(cron:session): session opened for user root by (uid=0)
dovecot-mailcow_1 | Jan 30 13:52:01 mail CRON[966]: pam_unix(cron:session): session opened for user vmail by (uid=0)
dovecot-mailcow_1 | Jan 30 13:52:01 mail CRON[968]: (vmail) CMD (/usr/local/bin/trim_logs.sh >> /dev/console 2>&1)
dovecot-mailcow_1 | Jan 30 13:52:01 mail CRON[967]: (root) CMD ( /usr/local/bin/imapsync_cron.pl)
sogo-mailcow_1 | Jan 30 13:52:01 65255ead8937 CRON[1723]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1 | Jan 30 13:52:01 65255ead8937 CRON[1725]: (sogo) CMD ( /usr/sbin/sogo-ealarms-notify -p /etc/sogo/sieve.creds 2>/dev/null)
sogo-mailcow_1 | Jan 30 13:52:01 65255ead8937 CRON[1722]: pam_unix(cron:session): session opened for user sogo by (uid=0)
sogo-mailcow_1 | Jan 30 13:52:01 65255ead8937 CRON[1724]: (sogo) CMD ( /usr/sbin/sogo-tool expire-sessions 60)
dovecot-mailcow_1 | Jan 30 13:52:01 mail CRON[966]: pam_unix(cron:session): session closed for user vmail
sogo-mailcow_1 | Jan 30 13:52:01 65255ead8937 CRON[1722]: pam_unix(cron:session): session closed for user sogo
sogo-mailcow_1 | Jan 30 13:52:01 65255ead8937 CRON[1723]: pam_unix(cron:session): session closed for user sogo
dovecot-mailcow_1 | Jan 30 13:52:04 mail CRON[965]: pam_unix(cron:session): session closed for user root
postfix-mailcow_1 | Jan 30 13:52:04 mail postfix/smtpd[410]: 9BFED9A174F: client=mailcowdockerized_sogo-mailcow_1.mailcowdockerized_mailcow-network[172.22.1.248], sasl_method=PLAIN, sasl_username=admin@aronmgv.com
postfix-mailcow_1 | Jan 30 13:52:04 mail postfix/cleanup[414]: 9BFED9A174F: message-id=<3b-5c519e00-3-cc91f60@134192106>
rspamd-mailcow_1 | 2019-01-30 13:52:06 #14(normal) lua; ratelimit.lua:587: cannot check limit 277:aronmgv@gmail.com:172.22.1.248: timeout while connecting the server nil
rspamd-mailcow_1 | 2019-01-30 13:52:06 #14(normal) lua; ratelimit.lua:587: cannot check limit 555:aronmgv@gmail.com:172.22.1.248:admin@aronmgv.com: timeout while connecting the server nil
clamd-mailcow_1 | Wed Jan 30 13:52:09 2019 -> instream(172.22.1.5@39524): OK
rspamd-mailcow_1 | 2019-01-30 13:52:11 #14(normal) <1514b1>; task; rspamd_redis_timeout: connection to redis server redis timed out
rspamd-mailcow_1 | 2019-01-30 13:52:12 #20(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:52:12 #14(normal) <1514b1>; lua; ratelimit.lua:664: cannot update rate bucket 2222:aronmgv@gmail.com: No route to host
rspamd-mailcow_1 | 2019-01-30 13:52:13 #14(normal) <1514b1>; lua; replies.lua:102: redis_set_cb received error: timeout while connecting the server
rspamd-mailcow_1 | 2019-01-30 13:52:13 #14(normal) <1514b1>; task; rspamd_task_write_log: id: <3b-5c519e00-3-cc91f60@134192106>, qid: <9BFED9A174F>, ip: 172.22.1.248, user: admin@aronmgv.com, from: <admin@aronmgv.com>, (default: F (no action): [-19.60/15.00] [MAILCOW_AUTH(-20.00){},MID_RHS_NOT_FQDN(0.50){},MIME_GOOD(-0.10){multipart/alternative;text/plain;},ARC_NA(0.00){},DYN_RL_CHECK(0.00){},FREEMAIL_ENVRCPT(0.00){gmail.com;},FREEMAIL_TO(0.00){gmail.com;},FROM_EQ_ENVFROM(0.00){},FROM_HAS_DN(0.00){},MIME_TRACE(0.00){0:+;1:+;},RCPT_COUNT_ONE(0.00){1;},RCVD_COUNT_ZERO(0.00){0;},RCVD_TLS_ALL(0.00){},TO_DN_NONE(0.00){},TO_MATCH_ENVRCPT_ALL(0.00){}]), len: 754, time: 9031.438ms real, 12.039ms virtual, dns req: 0, digest: <284df3c673437a062da8a971dee1e4ca>, rcpts: <aronmgv@gmail.com>, mime_rcpts: <aronmgv@gmail.com>
rspamd-mailcow_1 | 2019-01-30 13:52:13 #14(normal) <1514b1>; task; rspamd_protocol_http_reply: regexp statistics: 0 pcre regexps scanned, 2 regexps matched, 180 regexps total, 93 regexps cached, 0B bytes scanned using pcre, 616B bytes scanned total
postfix-mailcow_1 | Jan 30 13:52:13 mail postfix/smtpd[410]: disconnect from mailcowdockerized_sogo-mailcow_1.mailcowdockerized_mailcow-network[172.22.1.248] ehlo=1 auth=1 mail=1 rcpt=1 data=1 quit=1 commands=6
postfix-mailcow_1 | Jan 30 13:52:13 mail postfix/qmgr[332]: 9BFED9A174F: from=<admin@aronmgv.com>, size=1072, nrcpt=1 (queue active)
postfix-mailcow_1 | Jan 30 13:52:13 mail postfix/smtp[416]: Trusted TLS connection established to gmail-smtp-in.l.google.com[64.233.167.26]:25: TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:52:13 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderDrafts/newDraft1548852660-1/send HTTP/1.1" 200 21 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
sogo-mailcow_1 | Jan 30 13:52:13 65255ead8937 sogod [59]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderDrafts/newDraft1548852660-1/send HTTP/1.0" 200 21/164 15.870 - - 1M
dovecot-mailcow_1 | Jan 30 13:52:13 mail dovecot: imap(admin@aronmgv.com)<962><3FkSYKyAotSsFgH4>: Logged out in=975 out=1807 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
sogo-mailcow_1 | Jan 30 13:52:13 65255ead8937 sogod [61]: <0x0x557abe94a2d0[NGImap4Client]> TLS started successfully.
postfix-mailcow_1 | Jan 30 13:52:14 mail postfix/smtp[416]: 9BFED9A174F: replace: header Received: from 65255ead8937 (mailcowdockerized_sogo-mailcow_: Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: admin@aronmgv.com)??by mail.aronmgv.com (Postcow) with ESMTPA id 9BFED9A174F??for <aronmgv@gmail.com>; Wed, 30 Jan 2019 13:52:04 +0100 (CET)
postfix-mailcow_1 | Jan 30 13:52:14 mail postfix/smtp[416]: 9BFED9A174F: to=<aronmgv@gmail.com>, relay=gmail-smtp-in.l.google.com[64.233.167.26]:25, delay=9.6, delays=9.1/0.02/0.21/0.25, dsn=2.0.0, status=sent (250 2.0.0 OK 1548852734 d126si1334406wmf.158 - gsmtp)
postfix-mailcow_1 | Jan 30 13:52:14 mail postfix/qmgr[332]: 9BFED9A174F: removed
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:52:14 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderINBOX/view HTTP/1.1" 200 1173 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
sogo-mailcow_1 | Jan 30 13:52:14 65255ead8937 sogod [61]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/0/folderINBOX/view HTTP/1.0" 200 1173/48 0.524 - - 15M
dovecot-mailcow_1 | Jan 30 13:52:14 mail dovecot: imap(admin@aronmgv.com)<984><V3QFYayA9tSsFgH4>: Logged out in=327 out=5291 deleted=0 expunged=0 trashed=0 hdr_count=4 hdr_bytes=8 body_count=0 body_bytes=0
rspamd-mailcow_1 | 2019-01-30 13:52:15 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd-mailcow_1 | 2019-01-30 13:52:15 #20(controller) <jemc1b>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
solr-mailcow_1 | 2019-01-30 12:52:17.065 INFO (qtp574568002-17) [ x:dovecot] o.a.s.u.p.LogUpdateProcessorFactory [dovecot] webapp=/solr path=/update params={}{add=[10/ae936d0b86fa505c82010000c014d65c/admin@aronmgv.com (1624089807598649344)]} 0 54
solr-mailcow_1 | 2019-01-30 12:52:17.077 INFO (qtp574568002-15) [ x:dovecot] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1624089807633252352,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
solr-mailcow_1 | 2019-01-30 12:52:17.124 INFO (qtp574568002-15) [ x:dovecot] o.a.s.s.SolrIndexSearcher Opening [Searcher@26e27f51[dovecot] main]
solr-mailcow_1 | 2019-01-30 12:52:17.127 INFO (qtp574568002-15) [ x:dovecot] o.a.s.u.DirectUpdateHandler2 end_commit_flush
solr-mailcow_1 | 2019-01-30 12:52:17.128 INFO (searcherExecutor-10-thread-1-processing-x:dovecot) [ x:dovecot] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@26e27f51[dovecot] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_b(7.6.0):C10) Uninverting(_a(7.6.0):C1) Uninverting(_c(7.6.0):C1) Uninverting(_d(7.6.0):C1) Uninverting(_e(7.6.0):C1) Uninverting(_f(7.6.0):C1)))}
solr-mailcow_1 | 2019-01-30 12:52:17.128 INFO (searcherExecutor-10-thread-1-processing-x:dovecot) [ x:dovecot] o.a.s.c.QuerySenderListener QuerySenderListener done.
solr-mailcow_1 | 2019-01-30 12:52:17.136 INFO (searcherExecutor-10-thread-1-processing-x:dovecot) [ x:dovecot] o.a.s.c.SolrCore [dovecot] Registered new searcher Searcher@26e27f51[dovecot] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_b(7.6.0):C10) Uninverting(_a(7.6.0):C1) Uninverting(_c(7.6.0):C1) Uninverting(_d(7.6.0):C1) Uninverting(_e(7.6.0):C1) Uninverting(_f(7.6.0):C1)))}
solr-mailcow_1 | 2019-01-30 12:52:17.138 INFO (qtp574568002-15) [ x:dovecot] o.a.s.u.p.LogUpdateProcessorFactory [dovecot] webapp=/solr path=/update params={}{commit=} 0 61
dovecot-mailcow_1 | Jan 30 13:52:17 mail dovecot: indexer-worker(admin@aronmgv.com)<982><3FkSYKyAotSsFgH4:kmwEM/2dUVzWAwAAwBTWXA>: Indexed 1 messages in Sent (UIDs 10..10)
sogo-mailcow_1 | Jan 30 13:52:17 65255ead8937 sogod [61]: <0x0x557abe886c00[NGImap4Client]> TLS started successfully.
sogo-mailcow_1 | Jan 30 13:52:18 65255ead8937 sogod [61]: 144.160.226.53 "POST /SOGo/so/admin@aronmgv.com/Mail/unseenCount HTTP/1.0" 200 21/31 0.335 - - 160K
nginx-mailcow_1 | 144.160.226.53 - - [30/Jan/2019:13:52:18 +0100] "POST /SOGo/so/admin@aronmgv.com/Mail/unseenCount HTTP/1.1" 200 21 "https://mail.aronmgv.com/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
dovecot-mailcow_1 | Jan 30 13:52:18 mail dovecot: imap(admin@aronmgv.com)<987><pkRBYayAANWsFgH4>: Logged out in=146 out=1631 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
sogo-mailcow_1 | Jan 30 13:52:30 65255ead8937 sogod [346]: <0x0x557abf4556f0[SOGoActiveSyncDispatcher]> Sleeping 45 seconds while detecting changes for user admin@aronmgv.com in Ping...
rspamd-mailcow_1 | 2019-01-30 13:52:32 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
Anybody willing to try to replicate the issue?? Thanks
So I took time and poured everything docker related from the system - again. Made the clean installation of docker and mailcow and voala: no DKIM.
What else you need from the community to make you consider problem could be on your side?
Have you considered maybe there is a glitch which makes this happened only to the fresh installation since certain version? Docker itself is the environment where human errors and hosts diversity should be limited to the minimum..
Please try to replicate it from the fresh installation, shouldn't take long.. Thanks.
The 10 installations I did in the meantime make me not consider it not a bug. It is not that I haven't tried.
Enable "dkim" in debug_modules (data/conf/rspamd/local.d/options.inc
should do it) and post the rspamd-mailcow logs, please.
You could post iptables -L -vn output and make sure you don't use ufw or something simliar.
Hi,
What I have noticed is than in Debian Buster they split iptables. Now there is iptables and iptables-legacy. Thanks again for your time.
root@caradhras:[~]: iptables -L -vn
Chain INPUT (policy DROP 1037K packets, 84M bytes)
pkts bytes target prot opt in out source destination
2680K 6405M ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0 /* loopback in */
25M 2680M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
8607 362K DROP all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID
3 242 ACCEPT all -- tun0 * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 match-set WHITELIST src
364 21245 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 match-set BLACKLIST src
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 match-set FAIL2BAN src
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 match-set BANNED src
154K 18M ACCEPT all -- br0 * 192.168.255.0/24 0.0.0.0/0 /* LAN */
0 0 ACCEPT all -- br0 * 10.8.0.0/24 0.0.0.0/0 /* VPN */
0 0 ACCEPT icmp -- br0 * 0.0.0.0/0 0.0.0.0/0 icmptype 8 /* ping */
11064 649K ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 /* SSH */
0 0 ACCEPT udp -- br0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53 /* DNS */
1262 61684 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 /* HTTP */
814 47688 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 /* HTTPS */
4 168 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:20 /* FTP */
261 12496 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:21 /* FTP */
21 840 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp multiport dports 60000:60100 /* FTP passive ports */
1 40 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:25 /* Email (SMTP_PORT) */
1 40 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:465 /* Email (SMTPS_PORT) */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:587 /* Email (SUBMISSION_PORT) */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:143 /* Email (IMAP_PORT) */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:993 /* Email (IMAPS_PORT) */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:110 /* Email (POP_PORT) */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:995 /* Email (POPS_PORT) */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:4190 /* Email (SIEVE_PORT) */
4 168 ACCEPT udp -- br0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:1194 state NEW,ESTABLISHED /* OpenVPN UDP traffic on port 1194 */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8999 /* QBittorrent incoming connections port */
916 202K ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:32400 /* PLEX main port */
0 0 ACCEPT udp -- br0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:1900 /* PLEX DLNA port */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:3005 /* PLEX Companion port */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8324 /* PLEX (Roku) Companion port */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:32469 /* PLEX DLNA port */
0 0 ACCEPT udp -- br0 * 0.0.0.0/0 0.0.0.0/0 udp multiport dports 5353,32410,32412,32413,32414 /* PLEX GDM network discovery ports */
0 0 ACCEPT udp -- br0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:9987 /* TeamSpeak Default voice port (UDP in) */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:30033 /* TeamSpeak Default filetransfer port (TCP in) */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:10011 /* TeamSpeak Default serverquery port (TCP in) */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:41144 /* TeamSpeak Default tsdns port (TCP in) */
0 0 ACCEPT udp -- br0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:1200 /* STEAM port */
17608 803K ACCEPT udp -- br0 * 0.0.0.0/0 0.0.0.0/0 udp multiport dports 27000:27099 /* CounterStrike ports */
0 0 ACCEPT udp -- br0 * 0.0.0.0/0 0.0.0.0/0 udp spt:53 state ESTABLISHED /* Answer from DNS */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp spt:80 state ESTABLISHED /* Ansver from HTTP */
0 0 ACCEPT tcp -- br0 * 0.0.0.0/0 0.0.0.0/0 tcp spt:443 state ESTABLISHED /* Ansver from HTTPS */
7336 558K LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 5 LOG flags 0 level 4 prefix "iptables_INPUT_denied: "
Chain FORWARD (policy ACCEPT 19M packets, 15G bytes)
pkts bytes target prot opt in out source destination
7336 1503K LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 5 LOG flags 0 level 4 prefix "iptables_FORWARD_denied: "
Chain OUTPUT (policy ACCEPT 1068K packets, 89M bytes)
pkts bytes target prot opt in out source destination
2680K 6405M ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0 /* loopback out */
11M 66G ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate ESTABLISHED
7 402 ACCEPT all -- * tun0 0.0.0.0/0 0.0.0.0/0
17326 1279K ACCEPT icmp -- * br0 0.0.0.0/0 0.0.0.0/0
1222 98625 ACCEPT udp -- * br0 0.0.0.0/0 0.0.0.0/0 udp dpt:53 state NEW,ESTABLISHED
2234 134K ACCEPT tcp -- * br0 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 state NEW,ESTABLISHED
2101 126K ACCEPT tcp -- * br0 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 state NEW,ESTABLISHED
0 0 ACCEPT tcp -- * br0 0.0.0.0/0 0.0.0.0/0 tcp dpt:50443 state NEW,ESTABLISHED
0 0 ACCEPT udp -- * br0 0.0.0.0/0 0.0.0.0/0 udp spt:1194 state ESTABLISHED /* OpenVPN UDP traffic from source port 1194 */
7336 651K LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 5 LOG flags 0 level 4 prefix "iptables_OUTPUT_denied: "
# Warning: iptables-legacy tables present, use iptables-legacy to see them
root@caradhras:[~]:
root@caradhras:[~]:
root@caradhras:[~]: iptables-legacy -L -vn
Chain INPUT (policy ACCEPT 197K packets, 139M bytes)
pkts bytes target prot opt in out source destination
197K 139M MAILCOW all -- * * 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
222K 223M MAILCOW all -- * * 0.0.0.0/0 0.0.0.0/0
224K 225M DOCKER-USER all -- * * 0.0.0.0/0 0.0.0.0/0
224K 225M DOCKER-ISOLATION-STAGE-1 all -- * * 0.0.0.0/0 0.0.0.0/0
138K 199M ACCEPT all -- * br-23c000917a2a 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
225 14382 DOCKER all -- * br-23c000917a2a 0.0.0.0/0 0.0.0.0/0
69764 3984K ACCEPT all -- br-23c000917a2a !br-23c000917a2a 0.0.0.0/0 0.0.0.0/0
182 11802 ACCEPT all -- br-23c000917a2a br-23c000917a2a 0.0.0.0/0 0.0.0.0/0
17351 8920K ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/0
17922 1877K ACCEPT all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- docker0 docker0 0.0.0.0/0 0.0.0.0/0
189K 170M ACCEPT all -- * br-69639e896b84 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
60 3600 DOCKER all -- * br-69639e896b84 0.0.0.0/0 0.0.0.0/0
154K 14M ACCEPT all -- br-69639e896b84 !br-69639e896b84 0.0.0.0/0 0.0.0.0/0
60 3600 ACCEPT all -- br-69639e896b84 br-69639e896b84 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * br-5935e1c17e12 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 DOCKER all -- * br-5935e1c17e12 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- br-5935e1c17e12 !br-5935e1c17e12 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- br-5935e1c17e12 br-5935e1c17e12 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * br-2349485df5d9 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 DOCKER all -- * br-2349485df5d9 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- br-2349485df5d9 !br-2349485df5d9 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- br-2349485df5d9 br-2349485df5d9 0.0.0.0/0 0.0.0.0/0
11185 17M ACCEPT all -- * br-ea2a492c1810 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 DOCKER all -- * br-ea2a492c1810 0.0.0.0/0 0.0.0.0/0
6230 306K ACCEPT all -- br-ea2a492c1810 !br-ea2a492c1810 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- br-ea2a492c1810 br-ea2a492c1810 0.0.0.0/0 0.0.0.0/0
4 564 ACCEPT all -- * br-7b2bef93322c 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 DOCKER all -- * br-7b2bef93322c 0.0.0.0/0 0.0.0.0/0
4 264 ACCEPT all -- br-7b2bef93322c !br-7b2bef93322c 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- br-7b2bef93322c br-7b2bef93322c 0.0.0.0/0 0.0.0.0/0
9146K 14G ACCEPT all -- * br-6dbeecade94b 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
69 4140 DOCKER all -- * br-6dbeecade94b 0.0.0.0/0 0.0.0.0/0
221K 17M ACCEPT all -- br-6dbeecade94b !br-6dbeecade94b 0.0.0.0/0 0.0.0.0/0
69 4140 ACCEPT all -- br-6dbeecade94b br-6dbeecade94b 0.0.0.0/0 0.0.0.0/0
26837 4971K ACCEPT all -- * br-140993ff8c14 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 DOCKER all -- * br-140993ff8c14 0.0.0.0/0 0.0.0.0/0
29759 3422K ACCEPT all -- br-140993ff8c14 !br-140993ff8c14 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- br-140993ff8c14 br-140993ff8c14 0.0.0.0/0 0.0.0.0/0
155K 51M ACCEPT all -- * br-bf42826f7991 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
1320 79200 DOCKER all -- * br-bf42826f7991 0.0.0.0/0 0.0.0.0/0
309 19074 ACCEPT all -- br-bf42826f7991 !br-bf42826f7991 0.0.0.0/0 0.0.0.0/0
1320 79200 ACCEPT all -- br-bf42826f7991 br-bf42826f7991 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * br-b5ca5741aef3 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 DOCKER all -- * br-b5ca5741aef3 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- br-b5ca5741aef3 !br-b5ca5741aef3 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- br-b5ca5741aef3 br-b5ca5741aef3 0.0.0.0/0 0.0.0.0/0
955 826K ACCEPT all -- * br-b457290532ff 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
41 2460 DOCKER all -- * br-b457290532ff 0.0.0.0/0 0.0.0.0/0
9 1079 ACCEPT all -- br-b457290532ff !br-b457290532ff 0.0.0.0/0 0.0.0.0/0
41 2460 ACCEPT all -- br-b457290532ff br-b457290532ff 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 73781 packets, 600M bytes)
pkts bytes target prot opt in out source destination
Chain DOCKER (12 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- !docker0 docker0 0.0.0.0/0 172.17.0.2 tcp dpt:80
0 0 ACCEPT tcp -- !br-140993ff8c14 br-140993ff8c14 0.0.0.0/0 172.24.0.2 tcp dpt:52880
0 0 ACCEPT tcp -- !br-ea2a492c1810 br-ea2a492c1810 0.0.0.0/0 172.18.0.2 tcp dpt:443
0 0 ACCEPT tcp -- !br-5935e1c17e12 br-5935e1c17e12 0.0.0.0/0 172.25.0.2 tcp dpt:9000
0 0 ACCEPT tcp -- !br-ea2a492c1810 br-ea2a492c1810 0.0.0.0/0 172.18.0.2 tcp dpt:80
0 0 ACCEPT tcp -- !br-69639e896b84 br-69639e896b84 0.0.0.0/0 172.26.0.2 tcp dpt:9117
0 0 ACCEPT tcp -- !br-6dbeecade94b br-6dbeecade94b 0.0.0.0/0 172.21.0.3 tcp dpt:80
0 0 ACCEPT tcp -- !br-6dbeecade94b br-6dbeecade94b 0.0.0.0/0 172.21.0.3 tcp dpt:22
0 0 ACCEPT tcp -- !br-7b2bef93322c br-7b2bef93322c 0.0.0.0/0 172.20.0.3 tcp dpt:80
0 0 ACCEPT tcp -- !br-69639e896b84 br-69639e896b84 0.0.0.0/0 172.26.0.3 tcp dpt:3579
0 0 ACCEPT tcp -- !br-69639e896b84 br-69639e896b84 0.0.0.0/0 172.26.0.4 tcp dpt:8989
0 0 ACCEPT tcp -- !br-7b2bef93322c br-7b2bef93322c 0.0.0.0/0 172.20.0.4 tcp dpt:80
0 0 ACCEPT tcp -- !br-69639e896b84 br-69639e896b84 0.0.0.0/0 172.26.0.5 tcp dpt:8181
0 0 ACCEPT tcp -- !br-7b2bef93322c br-7b2bef93322c 0.0.0.0/0 172.20.0.5 tcp dpt:5432
0 0 ACCEPT tcp -- !br-bf42826f7991 br-bf42826f7991 0.0.0.0/0 172.19.0.6 tcp dpt:80
0 0 ACCEPT tcp -- !br-69639e896b84 br-69639e896b84 0.0.0.0/0 172.26.0.6 tcp dpt:7878
0 0 ACCEPT tcp -- !br-7b2bef93322c br-7b2bef93322c 0.0.0.0/0 172.20.0.6 tcp dpt:8080
0 0 ACCEPT tcp -- !br-bf42826f7991 br-bf42826f7991 0.0.0.0/0 172.19.0.8 tcp dpt:8080
0 0 ACCEPT tcp -- !br-b457290532ff br-b457290532ff 0.0.0.0/0 192.168.80.2 tcp dpt:2368
3 180 ACCEPT tcp -- !br-23c000917a2a br-23c000917a2a 0.0.0.0/0 172.22.1.2 tcp dpt:587
0 0 ACCEPT tcp -- !br-23c000917a2a br-23c000917a2a 0.0.0.0/0 172.22.1.2 tcp dpt:465
0 0 ACCEPT tcp -- !br-23c000917a2a br-23c000917a2a 0.0.0.0/0 172.22.1.2 tcp dpt:25
0 0 ACCEPT tcp -- !br-23c000917a2a br-23c000917a2a 0.0.0.0/0 172.22.1.6 tcp dpt:12345
0 0 ACCEPT tcp -- !br-23c000917a2a br-23c000917a2a 0.0.0.0/0 172.22.1.6 tcp dpt:4190
0 0 ACCEPT tcp -- !br-23c000917a2a br-23c000917a2a 0.0.0.0/0 172.22.1.6 tcp dpt:995
40 2400 ACCEPT tcp -- !br-23c000917a2a br-23c000917a2a 0.0.0.0/0 172.22.1.6 tcp dpt:993
0 0 ACCEPT tcp -- !br-23c000917a2a br-23c000917a2a 0.0.0.0/0 172.22.1.6 tcp dpt:143
0 0 ACCEPT tcp -- !br-23c000917a2a br-23c000917a2a 0.0.0.0/0 172.22.1.7 tcp dpt:3306
0 0 ACCEPT tcp -- !br-23c000917a2a br-23c000917a2a 0.0.0.0/0 172.22.1.6 tcp dpt:110
0 0 ACCEPT tcp -- !br-23c000917a2a br-23c000917a2a 0.0.0.0/0 172.22.1.11 tcp dpt:52190
0 0 ACCEPT tcp -- !br-23c000917a2a br-23c000917a2a 0.0.0.0/0 172.22.1.11 tcp dpt:52180
Chain DOCKER-ISOLATION-STAGE-1 (1 references)
pkts bytes target prot opt in out source destination
69764 3984K DOCKER-ISOLATION-STAGE-2 all -- br-23c000917a2a !br-23c000917a2a 0.0.0.0/0 0.0.0.0/0
17922 1877K DOCKER-ISOLATION-STAGE-2 all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
154K 14M DOCKER-ISOLATION-STAGE-2 all -- br-69639e896b84 !br-69639e896b84 0.0.0.0/0 0.0.0.0/0
0 0 DOCKER-ISOLATION-STAGE-2 all -- br-5935e1c17e12 !br-5935e1c17e12 0.0.0.0/0 0.0.0.0/0
0 0 DOCKER-ISOLATION-STAGE-2 all -- br-2349485df5d9 !br-2349485df5d9 0.0.0.0/0 0.0.0.0/0
6230 306K DOCKER-ISOLATION-STAGE-2 all -- br-ea2a492c1810 !br-ea2a492c1810 0.0.0.0/0 0.0.0.0/0
4 264 DOCKER-ISOLATION-STAGE-2 all -- br-7b2bef93322c !br-7b2bef93322c 0.0.0.0/0 0.0.0.0/0
221K 17M DOCKER-ISOLATION-STAGE-2 all -- br-6dbeecade94b !br-6dbeecade94b 0.0.0.0/0 0.0.0.0/0
29759 3422K DOCKER-ISOLATION-STAGE-2 all -- br-140993ff8c14 !br-140993ff8c14 0.0.0.0/0 0.0.0.0/0
309 19074 DOCKER-ISOLATION-STAGE-2 all -- br-bf42826f7991 !br-bf42826f7991 0.0.0.0/0 0.0.0.0/0
0 0 DOCKER-ISOLATION-STAGE-2 all -- br-b5ca5741aef3 !br-b5ca5741aef3 0.0.0.0/0 0.0.0.0/0
9 1079 DOCKER-ISOLATION-STAGE-2 all -- br-b457290532ff !br-b457290532ff 0.0.0.0/0 0.0.0.0/0
19M 15G RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-ISOLATION-STAGE-2 (12 references)
pkts bytes target prot opt in out source destination
0 0 DROP all -- * br-23c000917a2a 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * docker0 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * br-69639e896b84 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * br-5935e1c17e12 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * br-2349485df5d9 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * br-ea2a492c1810 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * br-7b2bef93322c 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * br-6dbeecade94b 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * br-140993ff8c14 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * br-bf42826f7991 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * br-b5ca5741aef3 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * br-b457290532ff 0.0.0.0/0 0.0.0.0/0
774K 92M RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-USER (1 references)
pkts bytes target prot opt in out source destination
19M 15G RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
Chain MAILCOW (2 references)
pkts bytes target prot opt in out source destination
root@caradhras:[~]:
root@caradhras:[/docker/mailcow]: docker ps | grep rspamd
7ce1de9500bd mailcow/rspamd:1.34 "/docker-entrypoint.…" 35 seconds ago Up 33 seconds mailcowdockerized_rspamd-mailcow_1
root@caradhras:[/docker/mailcow]: docker logs 7ce1de9500bd -f
2019-02-02 14:41:00 #1(main) lua; lua_cfg_transform.lua:168: overriding actions from the legacy metric settings
2019-02-02 14:41:00 #1(main) lua; lua_cfg_transform.lua:121: overriding group MX from the legacy metric settings
2019-02-02 14:41:00 #1(main) lua; lua_cfg_transform.lua:159: group excessb64 has no symbols
2019-02-02 14:41:00 #1(main) lua; lua_cfg_transform.lua:159: group excessqp has no symbols
2019-02-02 14:41:00 #1(main) cfg; rspamd_rcl_maybe_apply_lua_transform: configuration has been transformed in Lua
2019-02-02 14:41:00 #1(main) rspamd_regexp_library_init: pcre is compiled with JIT for x86 64bit (little endian + unaligned)
2019-02-02 14:41:00 #1(main) <inj9ju>; cfg; rspamd_language_detector_init: loaded 46 languages, 33122 trigramms
2019-02-02 14:41:00 #1(main) <inj9ju>; cfg; chartable_module_config: init internal chartable module
2019-02-02 14:41:00 #1(main) <inj9ju>; cfg; dkim_module_config: init internal dkim module
2019-02-02 14:41:00 #1(main) <inj9ju>; cfg; spf_module_config: init internal spf module
2019-02-02 14:41:00 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/2tld.inc.local' is not found, but it can be loaded automatically later
2019-02-02 14:41:00 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/surbl-whitelist.inc.local' is not found, but it can be loaded automatically later
2019-02-02 14:41:00 #1(main) <inj9ju>; cfg; surbl_module_config: init internal surbls module, 16 uribl rules loaded
2019-02-02 14:41:00 #1(main) <inj9ju>; cfg; regexp_module_config: init internal regexp module, 124 regexp rules and 0 lua rules are loaded
2019-02-02 14:41:00 #1(main) <inj9ju>; cfg; fuzzy_parse_rule: added fuzzy rule LOCAL_FUZZY_UNKNOWN, key: ef43ae80cc8d, shingles_key: ef43ae80cc8d, algorithm: mum
2019-02-02 14:41:14 #1(main) <452c85>; upstreams; rspamd_resolve_addrs: address resolution for fuzzy1.rspamd.com failed: Temporary failure in name resolution
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; fuzzy_parse_rule: added fuzzy rule FUZZY_UNKNOWN, key: ef43ae80cc8d, shingles_key: ef43ae80cc8d, algorithm: mum
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; fuzzy_check_module_config: init internal fuzzy_check module, 2 rules loaded
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for antivirus
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/antivirus.wl' is not found, but it can be loaded automatically later
2019-02-02 14:41:16 #1(main) <us4pbz>; map; rspamd_map_add: added map /etc/rspamd/antivirus.wl
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module antivirus
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for arc
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module arc
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module asn
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module bayes_expiry
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; clickhouse.lua:885: no servers are specified, disabling module
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module clickhouse
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: lua module clustering is enabled but has not been configured
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: clustering disabling unconfigured lua module
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: lua module dcc is disabled in the configuration
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for dkim_signing
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module dkim_signing
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module dmarc
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: lua module dynamic_conf is enabled but has not been configured
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: dynamic_conf disabling unconfigured lua module
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for elastic
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; elastic.lua:435: no servers are specified, disabling module
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module elastic
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; emails.lua:234: add emails rule ebl.msbl.org
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; emails.lua:234: add emails rule email.rspamd.com
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module emails
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; force_actions.lua:162: Registered symbol WHITELIST_FORWARDING_HOST_NO_GREYLIST <WHITELISTED_FWD_HOST> as postfilter
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; force_actions.lua:162: Registered symbol WHITELIST_FORWARDING_HOST_NO_REJECT <WHITELISTED_FWD_HOST> as postfilter
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module force_actions
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module forged_recipients
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: lua module fuzzy_collect is enabled but has not been configured
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: fuzzy_collect disabling unconfigured lua module
2019-02-02 14:41:16 #1(main) <rznbhc>; map; rspamd_map_add: added map http://nginx:8081/forwardinghosts.php
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/local.d/greylist-whitelist-domains.inc' is not found, but it can be loaded automatically later
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for greylist
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module greylist
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module hfilter
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for history_redis
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module history_redis
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for ip_score
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module ip_score
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module maillist
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: lua module maps_stats is enabled but has not been configured
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: maps_stats disabling unconfigured lua module
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module metadata_exporter
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module metric_exporter
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/local.d/mid.inc' is not found, but it can be loaded automatically later
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module mid
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; milter_headers.lua:591: active routines [spam-header,x-spamd-result,x-rspamd-queue-id,authentication-results]
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module milter_headers
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/mime_types.inc.local' is not found, but it can be loaded automatically later
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module mime_types
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for multimap
2019-02-02 14:41:16 #1(main) <fdp86m>; map; rspamd_map_add: added map https://maps.rspamd.com/freemail/free.txt.zst
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: freemail_envfrom (from)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: WHITELISTED_FWD_HOST (ip)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:993: reuse url for FREEMAIL_TO: "https://maps.rspamd.com/freemail/free.txt.zst"
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: freemail_to (header)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: RCPT_MAILCOW_DOMAIN (rcpt)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:993: reuse url for FREEMAIL_ENVRCPT: "https://maps.rspamd.com/freemail/free.txt.zst"
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: freemail_envrcpt (rcpt)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: RCPT_WANTS_SUBJECT_TAG (rcpt)
2019-02-02 14:41:16 #1(main) <jnkfot>; map; rspamd_map_add: added map /etc/rspamd/custom/global_rcpt_blacklist.map
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: GLOBAL_RCPT_BL (rcpt)
2019-02-02 14:41:16 #1(main) <k8f914>; map; rspamd_map_add: added map https://maps.rspamd.com/freemail/disposable.txt.zst
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: disposable_replyto (header)
2019-02-02 14:41:16 #1(main) <z7d36p>; map; rspamd_map_add: added map /etc/rspamd/custom/global_mime_from_blacklist.map
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: GLOBAL_MIME_FROM_BL (header)
2019-02-02 14:41:16 #1(main) <e99k7g>; map; rspamd_map_add: added map /etc/rspamd/custom/global_rcpt_whitelist.map
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: GLOBAL_RCPT_WL (rcpt)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:993: reuse url for DISPOSABLE_ENVRCPT: "https://maps.rspamd.com/freemail/disposable.txt.zst"
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: disposable_envrcpt (rcpt)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:993: reuse url for FREEMAIL_FROM: "https://maps.rspamd.com/freemail/free.txt.zst"
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: freemail_from (header)
2019-02-02 14:41:16 #1(main) <amrk5d>; map; rspamd_map_add: added map /etc/rspamd/custom/global_smtp_from_blacklist.map
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: GLOBAL_SMTP_FROM_BL (from)
2019-02-02 14:41:16 #1(main) <esqk4o>; map; rspamd_map_add: added map /etc/rspamd/custom/global_smtp_from_whitelist.map
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: GLOBAL_SMTP_FROM_WL (from)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:993: reuse url for DISPOSABLE_TO: "https://maps.rspamd.com/freemail/disposable.txt.zst"
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: disposable_to (header)
2019-02-02 14:41:16 #1(main) <b4if5y>; map; rspamd_map_add: added map /etc/rspamd/custom/bad_asn.map
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: LOCAL_BL_ASN (asn)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:993: reuse url for FREEMAIL_REPLYTO: "https://maps.rspamd.com/freemail/free.txt.zst"
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: freemail_replyto (header)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:993: reuse url for DISPOSABLE_FROM: "https://maps.rspamd.com/freemail/disposable.txt.zst"
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: disposable_from (header)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:993: reuse url for DISPOSABLE_CC: "https://maps.rspamd.com/freemail/disposable.txt.zst"
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: disposable_cc (header)
2019-02-02 14:41:16 #1(main) <d1sp7e>; map; rspamd_map_add: added map /etc/rspamd/custom/global_mime_from_whitelist.map
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: GLOBAL_MIME_FROM_WL (header)
2019-02-02 14:41:16 #1(main) <xa6qqy>; map; rspamd_map_add: added map https://rspamd.com/freemail/disposable.txt.zst
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: disposable_envfrom (from)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:993: reuse url for FREEMAIL_CC: "https://maps.rspamd.com/freemail/free.txt.zst"
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: freemail_cc (header)
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; multimap.lua:1154: added multimap rule: RCPT_WANTS_SUBFOLDER_TAG (rcpt)
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module multimap
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for mx_check
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module mx_check
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: lua module neural is disabled in the configuration
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module once_received
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/local.d/redirectors.inc' is not found, but it can be loaded automatically later
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module phishing
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:753: old syntax for ratelimits: 360 / 1m
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:321: old style rate bucket config detected for to_ip: 360 / 1m
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:753: old syntax for ratelimits: 45 / 1m
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:321: old style rate bucket config detected for to: 45 / 1m
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:753: old syntax for ratelimits: 100 / 1s
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:321: old style rate bucket config detected for bounce_to: 100 / 1s
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:753: old syntax for ratelimits: 180 / 1m
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:321: old style rate bucket config detected for to_ip_from: 180 / 1m
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:753: old syntax for ratelimits: 100 / 1s
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:321: old style rate bucket config detected for bounce_to_ip: 100 / 1s
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:766: enabled ratelimit: to_ip [360 msgs burst, 6 msgs/sec rate]
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:766: enabled ratelimit: to [45 msgs burst, 0.75 msgs/sec rate]
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:766: enabled ratelimit: bounce_to [100 msgs burst, 100 msgs/sec rate]
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:766: enabled ratelimit: to_ip_from [180 msgs burst, 3 msgs/sec rate]
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; ratelimit.lua:766: enabled ratelimit: bounce_to_ip [100 msgs burst, 100 msgs/sec rate]
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for ratelimit
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module ratelimit
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module rbl
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for replies
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module replies
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for reputation
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module reputation
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: lua module rspamd_update is disabled in the configuration
2019-02-02 14:41:16 #1(main) <oxhd99>; map; rspamd_map_add: added map http://nginx:8081/settings.php
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module settings
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module spamassassin
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: lua module spamtrap is disabled in the configuration
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; trie.lua:167: no tries defined
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module trie
2019-02-02 14:41:16 #1(main) <inj9ju>; lua; lua_redis.lua:454: use default Redis settings for url_redirector
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module url_redirector
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module url_reputation
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_config_is_module_enabled: lua module url_tags is disabled in the configuration
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/spf_dkim_whitelist.inc.local' is not found, but it can be loaded automatically later
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/dmarc_whitelist.inc.local' is not found, but it can be loaded automatically later
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/dkim_whitelist.inc.local' is not found, but it can be loaded automatically later
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/dkim_whitelist.inc' is not found, but it can be loaded automatically later
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/spf_whitelist.inc.local' is not found, but it can be loaded automatically later
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/etc/rspamd/spf_whitelist.inc' is not found, but it can be loaded automatically later
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_init_lua_filters: init lua module whitelist
2019-02-02 14:41:16 #1(main) <inj9ju>; cfg; rspamd_map_parse_backend: map '/var/lib/rspamd/rspamd_dynamic' is not found, but it can be loaded automatically later
2019-02-02 14:41:16 #1(main) <daz6fz>; map; rspamd_map_add: added map /var/lib/rspamd/rspamd_dynamic
2019-02-02 14:41:16 #1(main) <inj9ju>; symcache; rspamd_symcache_post_init: cannot find dependency on symbol MAILCOW_WHITE
2019-02-02 14:41:16 #1(main) <0175c1>; re_cache; rspamd_re_cache_init: loaded hyperscan engine with cpu tune 'generic' and features 'AVX2'
2019-02-02 14:41:16 #1(main) <inj9ju>; symcache; rspamd_symcache_validate: symbol 'NEURAL_SPAM' has its score defined but there is no corresponding rule registered
2019-02-02 14:41:16 #1(main) <inj9ju>; symcache; rspamd_symcache_validate: symbol 'NEURAL_HAM' has its score defined but there is no corresponding rule registered
2019-02-02 14:41:16 #1(main) <daz6fz>; map; read_map_file: /var/lib/rspamd/rspamd_dynamic: map file is not found; it will be read automatically if created
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <omc75i>; map; read_map_file_chunks: /var/lib/rspamd/877aa38dd77ed707d20b2f77d46b905b69a6295a.map: read map chunk, 10268 bytes
2019-02-02 14:41:16 #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, 10268 bytes
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <omc75i>; map; rspamd_kv_list_fin: read hash of 747 elements
2019-02-02 14:41:16 #1(main) <8rmo3c>; map; read_map_file_chunks: /var/lib/rspamd/2368c73b937d98513ed72c4b04f4247bda43fdb5.map: read map chunk, 2789 bytes
2019-02-02 14:41:16 #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, 2789 bytes
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <8rmo3c>; map; rspamd_kv_list_fin: read hash of 231 elements
2019-02-02 14:41:16 #1(main) <u9r7uu>; map; read_map_file_chunks: /var/lib/rspamd/f3933e67d5f9574a9eaf78cd0a8e99140ecc502e.map: read map chunk, 10087 bytes
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <u9r7uu>; map; rspamd_kv_list_fin: read hash of 1059 elements
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <xa6qqy>; map; read_map_file_chunks: /var/lib/rspamd/0f7be740b78649c3dd9e47bae618f1b508f643ee.map: read map chunk, 4895 bytes
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <xa6qqy>; map; rspamd_kv_list_fin: read hash of 349 elements
2019-02-02 14:41:16 #1(main) <d1sp7e>; map; read_map_file_chunks: /etc/rspamd/custom/global_mime_from_whitelist.map: read map chunk, 20 bytes
2019-02-02 14:41:16 #1(main) <d1sp7e>; map; rspamd_re_map_finalize: regexp map is empty
2019-02-02 14:41:16 #1(main) <d1sp7e>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
2019-02-02 14:41:16 #1(main) <b4if5y>; map; read_map_file_chunks: /etc/rspamd/custom/bad_asn.map: read map chunk, 671 bytes
2019-02-02 14:41:16 #1(main) <b4if5y>; map; rspamd_kv_list_fin: read hash of 0 elements
2019-02-02 14:41:16 #1(main) <esqk4o>; map; read_map_file_chunks: /etc/rspamd/custom/global_smtp_from_whitelist.map: read map chunk, 20 bytes
2019-02-02 14:41:16 #1(main) <esqk4o>; map; rspamd_re_map_finalize: regexp map is empty
2019-02-02 14:41:16 #1(main) <esqk4o>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
2019-02-02 14:41:16 #1(main) <amrk5d>; map; read_map_file_chunks: /etc/rspamd/custom/global_smtp_from_blacklist.map: read map chunk, 20 bytes
2019-02-02 14:41:16 #1(main) <amrk5d>; map; rspamd_re_map_finalize: regexp map is empty
2019-02-02 14:41:16 #1(main) <amrk5d>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
2019-02-02 14:41:16 #1(main) <e99k7g>; map; read_map_file_chunks: /etc/rspamd/custom/global_rcpt_whitelist.map: read map chunk, 20 bytes
2019-02-02 14:41:16 #1(main) <e99k7g>; map; rspamd_re_map_finalize: regexp map is empty
2019-02-02 14:41:16 #1(main) <e99k7g>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
2019-02-02 14:41:16 #1(main) <z7d36p>; map; read_map_file_chunks: /etc/rspamd/custom/global_mime_from_blacklist.map: read map chunk, 20 bytes
2019-02-02 14:41:16 #1(main) <z7d36p>; map; rspamd_re_map_finalize: regexp map is empty
2019-02-02 14:41:16 #1(main) <z7d36p>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
2019-02-02 14:41:16 #1(main) <k8f914>; map; read_map_file_chunks: /var/lib/rspamd/ea942f35f2c82e84bdb7b8ceb34537f7dbe986eb.map: read map chunk, 4546 bytes
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <k8f914>; map; rspamd_kv_list_fin: read hash of 325 elements
2019-02-02 14:41:16 #1(main) <jnkfot>; map; read_map_file_chunks: /etc/rspamd/custom/global_rcpt_blacklist.map: read map chunk, 20 bytes
2019-02-02 14:41:16 #1(main) <jnkfot>; map; rspamd_re_map_finalize: regexp map is empty
2019-02-02 14:41:16 #1(main) <jnkfot>; map; rspamd_regexp_list_fin: read regexp list of 0 elements
2019-02-02 14:41:16 #1(main) <fdp86m>; map; read_map_file_chunks: /var/lib/rspamd/65b4e39783c10c8ed89dbec4983259f22418f34d.map: read map chunk, 56116 bytes
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <fdp86m>; map; rspamd_kv_list_fin: read hash of 3991 elements
2019-02-02 14:41:16 #1(main) <hntukx>; map; read_map_file_chunks: /var/lib/rspamd/2e66b2415ec9b99aaa155761c211e51def12016e.map: read map chunk, 48061 bytes
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <hntukx>; map; rspamd_kv_list_fin: read hash of 1531 elements
2019-02-02 14:41:16 #1(main) <9zc4wc>; map; read_map_file_chunks: /var/lib/rspamd/cb5a8189726ac3a8880e1c44ed6220c6d794521b.map: read map chunk, 625 bytes
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <9zc4wc>; map; rspamd_kv_list_fin: read hash of 21 elements
2019-02-02 14:41:16 #1(main) <4dego7>; map; read_map_static: static: read map data, 180 bytes
2019-02-02 14:41:16 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 2 elements
2019-02-02 14:41:16 #1(main) <4dego7>; map; read_map_static: static: read map data, 2259 bytes
2019-02-02 14:41:16 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 105 elements
2019-02-02 14:41:16 #1(main) <4dego7>; map; read_map_static: static: read map data, 452 bytes
2019-02-02 14:41:16 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 24 elements
2019-02-02 14:41:16 #1(main) <4dego7>; map; read_map_static: static: read map data, 47 bytes
2019-02-02 14:41:16 #1(main) <4dego7>; map; rspamd_regexp_list_fin: read regexp list of 2 elements
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <4dego7>; map; read_map_static: static: read map data, 10 bytes
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <4dego7>; map; read_map_static: static: read map data, 10 bytes
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <us4pbz>; map; read_map_file: /etc/rspamd/antivirus.wl: map file is not found; it will be read automatically if created
2019-02-02 14:41:16 #1(main) <f61zu5>; map; read_map_file_chunks: /var/lib/rspamd/8fe64ecd161a46f91a78ece93609cb863f9f42f2.map: read map chunk, 11647 bytes
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <f61zu5>; map; rspamd_kv_list_fin: read hash of 828 elements
2019-02-02 14:41:16 #1(main) <78wxos>; map; read_map_file_chunks: /var/lib/rspamd/b48a6e9da24e9141beec4eb1dc7f0d5db945c94c.map: read map chunk, 8213 bytes
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #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
2019-02-02 14:41:16 #1(main) <9ccf83>; main; main: rspamd 1.8.3 is starting, build id: release
2019-02-02 14:41:16 #1(main) <9ccf83>; main; main: cpu features: avx2, avx, sse2, sse3, ssse3, sse4.1, sse4.2, rdrand
2019-02-02 14:41:16 #1(main) <9ccf83>; main; main: cryptobox configuration: curve25519(avx), chacha20(avx2), poly1305(avx2), siphash(avx2), blake2(avx), base64(avx2)
2019-02-02 14:41:16 #1(main) <9ccf83>; main; main: libottery prf: AES-128
2019-02-02 14:41:16 #1(main) <9ccf83>; main; main: skip writing pid in no-fork mode
2019-02-02 14:41:16 #1(main) <9ccf83>; main; spawn_workers: worker of type fuzzy(localhost:11335) is disabled in the config, skip spawning
2019-02-02 14:41:16 #11(controller) <inj9ju>; controller; rspamd_controller_password_sane: your normal password is not encrypted, we strongly recommend to replace it with the encrypted one
2019-02-02 14:41:16 #11(controller) <inj9ju>; controller; rspamd_controller_password_sane: enable password is not set, so you should filter controller availability by using of firewall or `secure_ip` option
2019-02-02 14:41:16 #1(main) <9ccf83>; main; main: listening for control commands on /var/lib/rspamd/rspamd.sock
2019-02-02 14:41:17 #10(rspamd_proxy) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:17 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:17 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:17 #16(fuzzy) <u33g77>; fuzzy_redis; rspamd_fuzzy_redis_count_callback: error getting count: Connection timed out
2019-02-02 14:41:17 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to fd4d:6169:6c63:6f77::6: timeout while connecting the server
2019-02-02 14:41:17 #15(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to fd4d:6169:6c63:6f77::6: timeout while connecting the server
2019-02-02 14:41:17 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:17 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:17 #17(fuzzy) <u33g77>; fuzzy_redis; rspamd_fuzzy_redis_count_callback: error getting count: Connection timed out
2019-02-02 14:41:18 #10(rspamd_proxy) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:18 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:18 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:18 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:18 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:19 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:41:19 #15(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:41:19 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:41:19 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
2019-02-02 14:41:19 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
2019-02-02 14:41:19 #12(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:41:19 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
2019-02-02 14:41:19 #10(rspamd_proxy) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
2019-02-02 14:41:19 #11(controller) <rznbhc>; map; http_map_error: error reading http://nginx:8081/forwardinghosts.php([fd4d:6169:6c63:6f77::e]:8081): connection with http server terminated incorrectly: IO write error: No route to host
2019-02-02 14:41:19 #11(controller) <oxhd99>; map; http_map_error: error reading http://nginx:8081/settings.php([fd4d:6169:6c63:6f77::e]:8081): connection with http server terminated incorrectly: IO write error: No route to host
2019-02-02 14:41:19 #11(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:41:19 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: No route to host
2019-02-02 14:41:23 #10(rspamd_proxy) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:23 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:23 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:23 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:23 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:27 #10(rspamd_proxy) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:27 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:27 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:27 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:27 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:32 #10(rspamd_proxy) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:32 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:32 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:32 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:32 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:38 #10(rspamd_proxy) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:38 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:38 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:38 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:38 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:55 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:55 #11(controller) logger; file_log_function: Last message repeated 5 times
2019-02-02 14:41:55 #11(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:41:59 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:59 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:59 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:41:59 #14(normal) logger; file_log_function: Last message repeated 5 times
2019-02-02 14:41:59 #12(normal) logger; file_log_function: Last message repeated 5 times
2019-02-02 14:41:59 #12(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:41:59 #13(normal) logger; file_log_function: Last message repeated 5 times
2019-02-02 14:41:59 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:41:59 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:42:02 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:02 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:02 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:02 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:04 #15(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:42:12 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:12 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:12 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:12 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:23 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:23 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:23 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:23 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:30 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:42:35 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:35 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:35 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:35 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:35 #11(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:42:35 #15(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:42:44 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:42:44 #12(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:42:48 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:48 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:48 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:42:48 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:02 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:02 #11(controller) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:02 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:02 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:04 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:43:04 #11(controller) <inj9ju>; lua; bayes_expiry.lua:359: cannot perform expiry step: No route to host
2019-02-02 14:43:10 #11(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:43:17 #16(fuzzy) <u33g77>; fuzzy_redis; rspamd_fuzzy_redis_count_callback: error getting count: Connection timed out
2019-02-02 14:43:17 #17(fuzzy) <u33g77>; fuzzy_redis; rspamd_fuzzy_redis_count_callback: error getting count: Connection timed out
2019-02-02 14:43:17 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:17 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:17 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:19 #15(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:43:24 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:43:33 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:33 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:33 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:43 #12(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:43:47 #11(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:43:50 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:50 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:50 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:43:55 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:44:08 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:44:08 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:44:08 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:44:10 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:44:16 #12(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:44:27 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:44:27 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:44:27 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:44:32 #11(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:44:47 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:44:47 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:44:47 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:44:55 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:44:55 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:45:07 #12(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:45:08 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:45:08 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:45:08 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:45:10 #11(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:45:18 #16(fuzzy) <u33g77>; fuzzy_redis; rspamd_fuzzy_redis_count_callback: error getting count: Connection timed out
2019-02-02 14:45:18 #17(fuzzy) <u33g77>; fuzzy_redis; rspamd_fuzzy_redis_count_callback: error getting count: Connection timed out
2019-02-02 14:45:30 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:45:30 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:45:30 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:45:42 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:45:51 #12(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:45:51 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:45:53 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:45:53 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:45:53 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:45:57 #11(controller) <inj9ju>; lua; bayes_expiry.lua:359: cannot perform expiry step: timeout while connecting the server
2019-02-02 14:46:11 #11(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:46:17 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:46:17 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:46:17 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
^C
root@caradhras:[/docker/mailcow]:
root@caradhras:[/docker/mailcow]: docker logs 7ce1de9500bd -f
2019-02-02 14:53:54 #13(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:54:04 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:54:17 #14(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:54:17 #12(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:54:17 #13(normal) <inj9ju>; lua; lua_redis.lua:1074: cannot upload script to 172.22.1.249: timeout while connecting the server
2019-02-02 14:54:18 #12(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:54:29 #15(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:54:29 #15(normal) logger; file_log_function: Last message repeated 17 times
2019-02-02 14:54:29 #15(normal) lua; ratelimit.lua:587: cannot check limit 555:aronmgv@gmail.com:172.22.1.248:admin@aronmgv.com: timeout while connecting the server nil
2019-02-02 14:54:29 #15(normal) lua; ratelimit.lua:587: cannot check limit 277:aronmgv@gmail.com:172.22.1.248: timeout while connecting the server nil
2019-02-02 14:54:29 #15(normal) <aed429>; task; rspamd_url_text_extract: got empty text part
2019-02-02 14:54:29 #11(controller) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
2019-02-02 14:54:34 #15(normal) <aed429>; task; rspamd_redis_timeout: connection to redis server redis timed out
2019-02-02 14:54:34 #15(normal) <aed429>; lua; ratelimit.lua:664: cannot update rate bucket 277:aronmgv@gmail.com:172.22.1.248: NOSCRIPT
2019-02-02 14:54:34 #15(normal) <aed429>; lua; ratelimit.lua:664: cannot update rate bucket 2222:aronmgv@gmail.com: NOSCRIPT
2019-02-02 14:54:34 #15(normal) <aed429>; lua; ratelimit.lua:664: cannot update rate bucket 555:aronmgv@gmail.com:172.22.1.248:admin@aronmgv.com: NOSCRIPT
2019-02-02 14:54:35 #15(normal) <aed429>; lua; history_redis.lua:97: got error timeout while connecting the server when writing history row: no value
2019-02-02 14:54:35 #15(normal) <aed429>; task; rspamd_task_write_log: id: <3d-5c55a100-1-57c12300@230425205>, qid: <9B968A414A1>, ip: 172.22.1.248, user: admin@aronmgv.com, from: <admin@aronmgv.com>, (default: F (no action): [-18.55/15.00] [MAILCOW_AUTH(-20.00){},SUBJ_ALL_CAPS(1.05){14;},MID_RHS_NOT_FQDN(0.50){},MIME_GOOD(-0.10){multipart/alternative;text/plain;},ARC_NA(0.00){},DYN_RL_CHECK(0.00){},FREEMAIL_ENVRCPT(0.00){gmail.com;},FREEMAIL_TO(0.00){gmail.com;},FROM_EQ_ENVFROM(0.00){},FROM_HAS_DN(0.00){},MIME_TRACE(0.00){0:+;1:+;},RCPT_COUNT_ONE(0.00){1;},RCVD_COUNT_ZERO(0.00){0;},RCVD_TLS_ALL(0.00){},TO_DN_NONE(0.00){},TO_MATCH_ENVRCPT_ALL(0.00){}]), len: 695, time: 8149.426ms real, 29.704ms virtual, dns req: 0, digest: <aff76c6a88771b2064d74e1d20a45178>, rcpts: <aronmgv@gmail.com>, mime_rcpts: <aronmgv@gmail.com>
2019-02-02 14:54:35 #15(normal) <aed429>; task; rspamd_protocol_http_reply: regexp statistics: 0 pcre regexps scanned, 2 regexps matched, 180 regexps total, 93 regexps cached, 0B bytes scanned using pcre, 463B bytes scanned total
2019-02-02 14:54:35 #14(normal) rspamd_redis_stat_keys: cannot get keys to gather stat: No route to host
rspamd_redis_timeout: connection to redis server redis timed out
Most likely there is some iptables rule blocking access from the rspamd container to the redis container.
tun0
br0
You seem to have custom iptables rules on your server. Unless you are very careful, these will collide with the Docker rules. And cause effects like this. I actually don't see which specific iptables rule might be causing your trouble, but one of them is almost certainly the cause.
Please remove your custom iptables rules, reboot the host and check again. If it works, take a careful look at your custom rules until you figure out which one is responsible for the issues.
I tried iptables -P INPUT ACCEPT
& iptables-legacy -P INPUT ACCEPT
and same.. This should eliminate the iptables issue right?
Anyway those rules are also backup from the previous setup where it was working..
tun0 - is the tunnel interface of OpenVPN br0 - bridge interface you setup if you want to share host network with libvirt (KVM)
I tried entering into container and pinging. Looks like it tries to reach it at IPv6 address:
root@rspamd:/# ping redis
PING redis(mailcowdockerized_redis-mailcow_1.mailcowdockerized_mailcow-network (fd4d:6169:6c63:6f77::2)) 56 data bytes
From mailcowdockerized_rspamd-mailcow_1.mailcowdockerized_mailcow-network (fd4d:6169:6c63:6f77::c) icmp_seq=1 Destination unreachable: Address unreachable
From mailcowdockerized_rspamd-mailcow_1.mailcowdockerized_mailcow-network (fd4d:6169:6c63:6f77::c) icmp_seq=2 Destination unreachable: Address unreachable
From mailcowdockerized_rspamd-mailcow_1.mailcowdockerized_mailcow-network (fd4d:6169:6c63:6f77::c) icmp_seq=3 Destination unreachable: Address unreachable
From mailcowdockerized_rspamd-mailcow_1.mailcowdockerized_mailcow-network (fd4d:6169:6c63:6f77::c) icmp_seq=4 Destination unreachable: Address unreachable
From mailcowdockerized_rspamd-mailcow_1.mailcowdockerized_mailcow-network (fd4d:6169:6c63:6f77::c) icmp_seq=5 Destination unreachable: Address unreachable
From mailcowdockerized_rspamd-mailcow_1.mailcowdockerized_mailcow-network (fd4d:6169:6c63:6f77::c) icmp_seq=6 Destination unreachable: Address unreachable
I tried
iptables -P INPUT ACCEPT
&iptables-legacy -P INPUT ACCEPT
and same.. This should eliminate the iptables issue right?
No, that just sets the last-resort policy if no rule matches. Please disable your firewall completely, reboot the host and then check again. When Docker is started up, it adds its own rules that must not be cleared out. When Mailcow is started up, it further adds some of its own rules that are also required. So even flushing the rules is not sufficient if you don't restart everything.
Looks like it tries to reach it at IPv6 address
What do your ip6tables
look like?
Going to do that. In the meantime IPv6 rules:
root@caradhras:[~]: ip6tables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all ::/0 ::/0
in_world all ::/0 ::/0
DROP tcp ::/0 ::/0 tcp flags:0x11/0x11 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x14/0x14 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x10/0x10 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x04/0x04 ctstate INVALID,NEW
LOG all ::/0 ::/0 ctstate INVALID limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "DROP INVALID INPUT:"
DROP all ::/0 ::/0 ctstate INVALID
ACCEPT icmpv6 ::/0 ::/0 ctstate RELATED
LOG all ::/0 ::/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "DROP UNMATCHED IN-unknown:"
DROP all ::/0 ::/0
Chain FORWARD (policy ACCEPT)
target prot opt source destination
DROP tcp ::/0 ::/0 tcp flags:0x11/0x11 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x14/0x14 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x10/0x10 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x04/0x04 ctstate INVALID,NEW
LOG all ::/0 ::/0 ctstate INVALID limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "DROP INVALID FORWARD:"
DROP all ::/0 ::/0 ctstate INVALID
ACCEPT icmpv6 ::/0 ::/0 ctstate RELATED
ACCEPT tcp ::/0 ::/0 ctstate RELATED tcp flags:0x3F/0x14
LOG all ::/0 ::/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "DROP UNMATCHED PASS-unknown:"
DROP all ::/0 ::/0
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all ::/0 ::/0
out_world all ::/0 ::/0
DROP tcp ::/0 ::/0 tcp flags:0x11/0x11 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x14/0x14 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x10/0x10 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x04/0x04 ctstate INVALID,NEW
LOG all ::/0 ::/0 ctstate INVALID limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "DROP INVALID OUTPUT:"
DROP all ::/0 ::/0 ctstate INVALID
ACCEPT icmpv6 ::/0 ::/0 ctstate RELATED
ACCEPT tcp ::/0 ::/0 ctstate RELATED tcp flags:0x3F/0x14
LOG all ::/0 ::/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "DROP UNMATCHED OUT-unknown:"
DROP all ::/0 ::/0
Chain in_world (1 references)
target prot opt source destination
ACCEPT icmpv6 ::/0 ::/0 ctstate RELATED
ACCEPT all ::/0 ::/0 ctstate ESTABLISHED
ACCEPT all ::/0 ::/0 ctstate RELATED,ESTABLISHED helper match "ftp"
ACCEPT all ::/0 ::/0 ctstate RELATED,ESTABLISHED helper match "irc"
ACCEPT all ::/0 ::/0 ctstate RELATED,ESTABLISHED helper match "sip"
ACCEPT all ::/0 ::/0 ctstate RELATED,ESTABLISHED helper match "pptp"
ACCEPT all ::/0 ::/0 ctstate RELATED,ESTABLISHED helper match "proto_gre"
DROP tcp ::/0 ::/0 tcp flags:0x11/0x11 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x14/0x14 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x10/0x10 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x04/0x04 ctstate INVALID,NEW
LOG all ::/0 ::/0 ctstate INVALID limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "DROP INVALID in_world:"
DROP all ::/0 ::/0 ctstate INVALID
LOG all ::/0 ::/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "DROP UNMATCHED IN-world:"
DROP all ::/0 ::/0
Chain out_world (1 references)
target prot opt source destination
ACCEPT icmpv6 ::/0 ::/0 ctstate RELATED
ACCEPT tcp ::/0 ::/0 ctstate RELATED tcp flags:0x3F/0x14
ACCEPT all ::/0 ::/0 ctstate NEW,ESTABLISHED
ACCEPT all ::/0 ::/0 ctstate RELATED,ESTABLISHED helper match "ftp"
ACCEPT all ::/0 ::/0 ctstate RELATED,ESTABLISHED helper match "irc"
ACCEPT all ::/0 ::/0 ctstate RELATED,ESTABLISHED helper match "sip"
ACCEPT all ::/0 ::/0 ctstate RELATED,ESTABLISHED helper match "pptp"
ACCEPT all ::/0 ::/0 ctstate RELATED,ESTABLISHED helper match "proto_gre"
DROP tcp ::/0 ::/0 tcp flags:0x11/0x11 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x14/0x14 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x10/0x10 ctstate INVALID,NEW
DROP tcp ::/0 ::/0 tcp flags:0x04/0x04 ctstate INVALID,NEW
LOG all ::/0 ::/0 ctstate INVALID limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "DROP INVALID out_world:"
DROP all ::/0 ::/0 ctstate INVALID
LOG all ::/0 ::/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "DROP UNMATCHED OUT-world:"
DROP all ::/0 ::/0
# Warning: ip6tables-legacy tables present, use ip6tables-legacy to see them
root@caradhras:[~]: ip6tables-legacy -L -n
Chain INPUT (policy ACCEPT)
target prot opt source destination
MAILCOW all ::/0 ::/0
Chain FORWARD (policy ACCEPT)
target prot opt source destination
MAILCOW all ::/0 ::/0
DOCKER all ::/0 ::/0
ACCEPT all ::/0 ::/0 ctstate RELATED,ESTABLISHED
ACCEPT all ::/0 ::/0
ACCEPT all ::/0 ::/0
DOCKER-ISOLATION all ::/0 ::/0
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain DOCKER (1 references)
target prot opt source destination
ACCEPT tcp ::/0 fd4d:6169:6c63:6f77::3 tcp dpt:52180
ACCEPT tcp ::/0 fd4d:6169:6c63:6f77::3 tcp dpt:52190
ACCEPT tcp ::/0 fd4d:6169:6c63:6f77::4 tcp dpt:995
ACCEPT tcp ::/0 fd4d:6169:6c63:6f77::4 tcp dpt:110
ACCEPT tcp ::/0 fd4d:6169:6c63:6f77::4 tcp dpt:143
ACCEPT tcp ::/0 fd4d:6169:6c63:6f77::4 tcp dpt:4190
ACCEPT tcp ::/0 fd4d:6169:6c63:6f77::4 tcp dpt:993
ACCEPT tcp ::/0 fd4d:6169:6c63:6f77::b tcp dpt:25
ACCEPT tcp ::/0 fd4d:6169:6c63:6f77::b tcp dpt:465
ACCEPT tcp ::/0 fd4d:6169:6c63:6f77::b tcp dpt:587
Chain DOCKER-ISOLATION (1 references)
target prot opt source destination
RETURN all ::/0 ::/0
Chain MAILCOW (2 references)
target prot opt source destination
root@caradhras:[~]:
Ok, did the following and rebooted and lost the remote access :/ Its pingable but not sshable. Didnt find any other way how to disable iptables. There was not systemd service for it neither nftables. Will check later what went wrong.
root@caradhras:[~]: iptables -F
root@caradhras:[~]: iptables -X
root@caradhras:[~]: iptables -t nat -F
root@caradhras:[~]: iptables -t nat -X
root@caradhras:[~]: iptables -t mangle -F
root@caradhras:[~]: iptables -t mangle -X
root@caradhras:[~]: iptables -P INPUT ACCEPT
root@caradhras:[~]: iptables -P OUTPUT ACCEPT
root@caradhras:[~]: iptables -P FORWARD ACCEPT
root@caradhras:[~]: iptables -Lv
# Warning: iptables-legacy tables present, use iptables-legacy to see them
iptables: No chain/target/match by that name.
root@caradhras:[~]: iptables -vL
Chain INPUT (policy ACCEPT 25978 packets, 2201K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 559K packets, 462M bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 28524 packets, 2452K bytes)
pkts bytes target prot opt in out source destination
# Warning: iptables-legacy tables present, use iptables-legacy to see them
root@caradhras:[~]: iptables-legacy -F
root@caradhras:[~]: iptables-legacy -X
root@caradhras:[~]: iptables-legacy -t nat -F
root@caradhras:[~]: iptables-legacy -t nat -X
root@caradhras:[~]: iptables-legacy -t mangle -F
root@caradhras:[~]: iptables-legacy -t mangle -X
root@caradhras:[~]: iptables-legacy -P INPUT ACCEPT
root@caradhras:[~]: iptables-legacy -P OUTPUT ACCEPT
root@caradhras:[~]: iptables-legacy -P FORWARD ACCEPT
root@caradhras:[~]: iptables-legacy -vL
Chain INPUT (policy ACCEPT 61 packets, 8407 bytes)
pkts bytes target prot opt in out source destination
61 8407 MAILCOW all -- any any anywhere anywhere
Chain FORWARD (policy ACCEPT 80 packets, 133K bytes)
pkts bytes target prot opt in out source destination
80 133K MAILCOW all -- any any anywhere anywhere
Chain OUTPUT (policy ACCEPT 62 packets, 9990 bytes)
pkts bytes target prot opt in out source destination
Chain MAILCOW (2 references)
pkts bytes target prot opt in out source destination
root@caradhras:[~]:
Hi, I have found the problem. It was the firehol limiting docker network. Once I disabled the service communication started to work between rspamd and redis. Honestly I didnt expect it to cause any problems since they have solved it for the IPv4 network (could communicate between containers on the same bridge on IPv4).. Looks like they haven'y yet solved it for IPv6 though :/
Will open issue with them and sorry for wasting your time.
Hi,
Recently I did a fresh install of the server and tried to migrate mailcow. Backuped volumes and restored them on new system. Everything worked but when I checked mail server on some testers it was saying DKIM not present.. It is strange, I did no changes to the DNS records on cloudflare since then. Only thing that changes was the Mailcow got reinstalled on new system.
Please if you can have a look and provide me with some guidance. Appreciate.
Describe the bug However DKIM is configured it is not working.
How to reproduce Reproduce Did fresh install using volumes from previous installation, since then DKIM is not working..
Screenshots
Mailcow
Test results
Cloudflare DNS record
Test results history
Logs
System
Thanks, Michal