Andre Oppermann <[EMAIL PROTECTED]> writes:
> PS: On August 1st we'll roll the next qmail-ldap release. It'll
> be a maintainance release for the current qmail-ldap code.
Any chance you could incorporate the smtp-auth patch into this? It's
gotten out of sync with the qmail-ldap patch and doesn't apply
cleanly, leaving two .rej files with two failed hunks each.
* Makefile: variables referenced with $() are now ${}
- $(TLSLIBS) is now ${TLSLIBS}
- $(TLS) is now ${TLS}
- $(TLSINCLUDES) is now ${TLSINCLUDES}
* qmail-smtpd.c
- "#ifdef TLS" is now "#ifdef TLS_SMTPD"
Thanks.