cselkirk Apprentice
Joined: 09 Jun 2003 Posts: 199 Location: NL
|
Posted: Thu Feb 17, 2005 7:37 pm Post subject: |
|
|
As I remember this has been reported on the qmail mailing list, I'm not sure exactly what causes it but one solution (if you only need TLS for clients connections) is to replace qmail-remote with qmail-remote from a non TLS patched build (at least thats probably your best bet for a quick fix .. at least you would be able to pass mail on to the Exchange server until there is a better solution).
HTH
EDIT: forgot to mention, you can't build with a "USE="-ssl" ebuild /usr/portage/mail-mta/qmail/qmail-1.03-r13.ebuild unpack" as the STARTTLS patch is applied regardless (the +ssl only pulls in openssl as a dependency), so, you will need to use PORTDIR_OVERLAY and comment out the STARTTLS patch. Then you can:
Code: | ebuild /usr/local/portage/mail-mta/qmail/qmail-1.03-r13.ebuild unpack
ebuild /usr/local/portage/mail-mta/qmail/qmail-1.03-r13.ebuild compile |
.. and then copy the resulting qmail-remote from the build tree. _________________ cn=cselkirk,dc=xs4all,dc=nl |
|