On Saturday 31 July 2021 at 12:11:16, Harald Schlangmann wrote:

> The error log is rather odd and is coming with a debugging output I add
> myself only:
> 
> [Sat Jul 31 10:13:29.824371 2021] [:debug] [pid 30273:tid 3027227680]
> src/mod_mini_booking.c(73): [client 81.169.144.135:34004] handleBooking():

Hehe - I have servers hosted at Strato too :)

> smtp failed with Failed to authenticate with the given credentials,

So, that clearly tells us it's the authentication part that's not working.

> referer: <WEBSITE>

> The smtp library sends debugging output to stderr. This would be
> interesting to see. Any idea where stderr is forwarded to by apache?

I would *expect* it to go into /var/log/apache2/error.log but I've not tried 
building a module in to Apache, so that's not definite.

> > On 31. Jul 2021, at 11:55, Antony Stone wrote:
> > 
> > Try starting simple and eliminate the TLS - just send SMTP to some mail
> > server on port 25.  If that works, we know it's not the module per se,
> > and we can focus on the SSL library.

Antony.

-- 
Pavlov is in the pub enjoying a pint.
The barman rings for last orders, and Pavlov jumps up exclaiming "Damn!  I 
forgot to feed the dog!"

                                                   Please reply to the list;
                                                         please *don't* CC me.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to