Open
Description
The qmail-lmtp script will return hard errors (error code 100) on any error except for smtp soft fail. This also happens when mailman is not running or refuses connections. As it happens, mailman3 occasional refuses connections on the lmtp service port although it is running. I don't know why, I am still debugging.
Anyway, mail should never bounce just because a service is not running.
I replaced the exit code in the last line of the script with 111 to only ever generate soft failures for the time being.
Maybe it would be worth mentioning this in the guide.
Thanks for reading,
Moritz