Re: ANNOUNCE - indimail-mta (qmail+ucsp-tcp+daemontools with all patches)
Manvendra Bhangui <[email protected]>
| Newsgroups | gmane.mail.qmail.general |
|---|---|
| Message-ID | <CAOqj+1OfbJfDJvS=WMJZ2VGxWdf6+0z5SBh-+mXNjBvEi_Ekrw@mail.gmail.com> |
On 11 April 2016 at 20:24, Bill Olson <[email protected]> wrote: > My own qmail 2.0 install can be found here: > > http://freebsdrocks.net/index.php/documents/17-qmail-2-0 > > > > My guide is basically an updated version of the old qmailrocks from 2001 > and I have been able to keep it updated. I basically wrote the guide myself > after testing the guide hundreds of times. I have always used the setup > with secure SSL and never had a use for TLS before until someone started > bugging me about it. Apple is the reason I need TLS to work. > > > > After over 20+ failed installations with TLS I am starting to think it has > something to do with FreeBSD running on amd64. I would rather not move away > from FreeBSD because I have so much experience with it. > IMHO This cannot be an issue with FreeBSD > > See attached working tls and non-working tls file. The working tls is on > i386 and the non-working tls is on amd64. On AMD64 when I capture the log > file this is what I see: > > > > 016-04-11 10:51:22.939190500 33876 > 220 qmailtest10.nwi.local ESMTP > snip ... > 016-04-11 10:51:22.940528500 33876 < STARTTLS > > 016-04-11 10:51:22.941518500 33876 > 220 ready for tls > > > > It looks like it wants to accept TLS but because of the encryption … I > can’t read it. > > > > Any thoughts on this? > You probably need to do something like this instead of using telnet openssl s_client -starttls smtp -crlf -connect 127.0.0.1:25