hadmut
hadmut
Nullmailer 1:2.1-5 as it comes with Ubuntu 18.04. I had removed the full failed directory, where hundreds of thousands of mails had been produced, and as an emergency step, had...
I just again had a 3.5 G spool directory full of nullmailer endless loop messages like #@[] [email protected] Received: (nullmailer pid 20085 invoked by uid 8); Wed, 04 Mar 2020...
#@[] [email protected] Received: (nullmailer pid 20065 invoked by uid 8); Wed, 04 Mar 2020 23:28:30 -0000 From: Message Delivery Subsystem To: Subject: Returned mail: Could not send message Date: Thu,...
seems as if nullmailer is playing ping-pong between different error messages. That's definitely a harmful problem.
BTW. , I see lots of error message (and probably a reason for the loop) that the receiving postfix mail node rejects messages because of From: to: smtp: Failed: 501...
That command with the download template works, creates a zfs file system with the expected linux structure.
Exactly. No log entries. But I've found the problem: My zfs root has the noexec option set. It therefore does 10439 execve("/sbin/zfs", ["zfs", "create", "-omountpoint=/var/lib/lxc/x1/rootfs", "raid1/lxc/x1"], [/\* 33 vars _/])...
Hi James, No, I was using it locally (putting it in a docker container) and noticed, that it creates an sqlite3 database, where I found the credential in plaintext. However,...
No, I think there is some misunderstanding. Usually, the authorization string is something base64 encoded consisting of username:password, see e.g. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization https://en.wikipedia.org/wiki/Basic_access_authentication where the data in the authorization header consist...
Solution: add "github.com/prometheus/client_golang/prometheus/promhttp" to imports and replace prometheus.Handler with promhttp.Handler