Re: [users@httpd] Sending mail from Apache Module

2021-07-31 Thread Harald Schlangmann
It turned out that DNS resolution behaves different whether the mail function is called in Apache server / module process context, or when ran from the test command line program. Replacing the SMTP DNS name with its IP4 address did the magic. But I'd rather use the symbolic name... >> smtp fail

Re: [users@httpd] Sending mail from Apache Module

2021-07-31 Thread Harald Schlangmann
to by apache? > On 31. Jul 2021, at 11:55, Antony Stone > wrote: > > On Saturday 31 July 2021 at 11:46:50, Harald Schlangmann wrote: > >> First post to this group, so please forgive anything I'm doing wrong. > > Welcome. > >> Problem: everythin

[users@httpd] Sending mail from Apache Module

2021-07-31 Thread Harald Schlangmann
First post to this group, so please forgive anything I'm doing wrong. Environment: I develop a small booking solution using a RaspberryPi, the Apache server and - besides plain HTML pages - an Apache module written in C/C++ to handle booking logic requests. Problem: everything is going fine exc