Downtown Allday
Downtown Allday
One effect of this would have been to place github's email (your pull request coment that was forwarded to me) into spam because the message contents contained "s18.pandaoo.ru". Headers on...
What I find odd is that Spamassassin thinks the text "s18.pandaoo.ru" is a URI or URL and would even consider it at all: ``` * 2.5 URIBL_DBL_SPAM Contains a spam...
using socket.AF_UNIX (as first arg to socket.socket() call in status_checks.py::check_service::try_connect) and the path to the socket (in socket.connect()) might work
carddav dbmigration 14 seems suspect to me, which attempts to convert from native database datetimes to big int (seconds from unix epoch) the code is here: https://github.com/mstilkerich/rcmcarddav/blob/master/dbmigrations/0014-unifytimestampdefaultvalue/sqlite3.sql The existing logic...
You could examine your current migration state: `` source /etc/mailinabox.conf; sqlite3 $STORAGE_ROOT/mail/roundcube/roundcube.sqlite ".schema carddav_*" ".dump carddav_migrations" ``
For now, you could just nuke all the carddav tables in roundcube.sqlite, then re-enable the plugin. The carddav database is simply a cache of the remote server's (Nextcloud's) data.
FWIW, I'm not in favor of this change. Rather, I would prefer that the documentation be updated and/or an "optional" script added to the source tree that shows how to...
Server errors from the management daemon are in syslog. Find call stacks in the logs with this: `grep Traceback /var/log/syslog | sed 's/#012/\n/g'` The error may be in a rotated...
The management daemon doesn't report program output in syslog for the "untrapped" call to shell(), so it's impossible to know why the zone signing failed (assuming here that ldns-signzone outputted...
FWIW Everyone has probably realized by now that jammy will ship with PHP 8.1, not 8.0 so the apcu issue should go away. However Nextcloud does not currently support 8.1:...