Re: ANNOUNCE - indimail-mta (qmail+ucsp-tcp+daemontools with all patches)
Manvendra Bhangui <[email protected]>
| Newsgroups | gmane.mail.qmail.general |
|---|---|
| Message-ID | <CAOqj+1OptaZk+XDgzEqvZGqGsBPHreMPfZXZpXrS+1JF50U7hQ@mail.gmail.com> |
> 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. 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: > The non-working log does not show STARTTLS capability in response to the EHLO command. Looks to be an issue with some setting. e.g. in indimail-mta, I am setting the environment variable STARTTLS to enable the capability. There must be similiar kind of variable in the patch that you have applied (John Simpson's patch). From a cursory glance of this patch, STARTTLS gets enabled only if /var/qmail/control/servercert.pem is present and DENY_TLS env variable is not set.