stalwartlabs / mail-server

Secure & Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP)
https://stalw.art
3.53k stars 135 forks source link

[bug]: stalwart seems to stop working #503

Closed bpeperkamp closed 1 month ago

bpeperkamp commented 1 month ago

What happened?

I think stalwart-mail stops working if a file is not downloaded from: http://data.phishtank.com/data/online-valid.csv

Stalwart stopped working multiple times today (gatewate timeout from nginx), the only error i found was this:

event="failed" resource="http://data.phishtank.com/data/online-valid.csv" status=404 Not Found

How can we reproduce the problem?

Version 0.8.1 is installed

Version

v0.7.x

What database are you using?

RocksDB

What blob storage are you using?

RocksDB

Where is your directory located?

Internal

What operating system are you using?

Linux

Relevant log output

WARN session{instance="smtp" protocol=Smtp remote.ip="104.245.209.198" remote.port=47600}: common::scripts::plugins::lookup: context="sieve:key_exists_http" event="failed" resource="http://data.phishtank.com/data/online-valid.csv" status=404 Not Found

Code of Conduct

mdecimus commented 1 month ago

Have you perhaps installed version of 0.8.1 before it was officially announced? During the build process a very similar bug was found that was corrected and then a new binary was compiled followed by the official announcement. Just to be sure update the binary to the latest version.

bpeperkamp commented 1 month ago

It seems to work again, by proxy, logging seems to work properly again as well. Thanks! I did not know i jumped the gun on the release.. :-)

bpeperkamp commented 1 month ago

(apparantly, there were too many requests for the http://data.phishtank.com/data/online-valid.csv file and i am rate limited now..)