Juan Jose Miquel wrote: > Greetings all, > > I’m trying to understand a little bit more about the qmail-tls.patch. > > Reading the initial documentation Frederic, he names a DEBUG option for > further logging information, but I don’t know where to invoke this option. > > > > Could someone tell me how?
Add: #define DEBUG 1 Near the top of qmail-remote.c and recompile qmail. That will add some debugging for qmail-remote connections to remote servers. For debugging qmail-smtpd, just use openssl s_client, that should tell you enough to get it working. Regards, Bill