24 Feb 2012 13:49
qmail-ldap-1.03-20120221.patch
Ismail YENIGUL <ismail.yenigul <at> endersys.com.tr>
2012-02-24 12:49:41 GMT
2012-02-24 12:49:41 GMT
Hello, It seems that there is a progress in qmail-ldap project. The latest patch is 20120221 at http://www.nrg4u.com. I tried but failed to compile with the following errors: qldap-filter.c: In function ‘filter_mail’: qldap-filter.c:147: warning: assignment discards qualifiers from pointer target type qldap-filter.c:182:2: error: #error XXX XXX make: *** [qldap-filter.o] Error 1 and auth_dovecot.o: In function `auth_init': auth_dovecot.c:(.text+0x228): undefined reference to `loglevel' auth_dovecot.c:(.text+0x234): undefined reference to `loglevel' collect2: ld returned 1 exit status make: *** [auth_dovecot] Error 1 diff -ruN qmail-ldap.orig/auth_dovecot.c qmail-ldap.new/auth_dovecot.c --- qmail-ldap.orig/auth_dovecot.c 2012-02-24 14:43:41.615196114 +0200 +++ qmail-ldap.new/auth_dovecot.c 2012-02-24 14:31:59.668186556 +0200 <at> <at> -127,7 +127,7 <at> <at> void auth_init(int argc, char **argv, stralloc *login, stralloc *authdata) { - extern unsigned long loglevel; + unsigned long loglevel; char *l, *p; unsigned int uplen, u; int n, opt;(Continue reading)
I missed the large quota support, and
speaking of features I'd love to see, I always wanted an option
to allow exceptions for the MAXRCPTCOUNT, the way I do it now is
running qmail-smtpd on an alternative port, but I'd like to
restrict who can authenticate/relay. Anyway, thanks for the
update (and thanks to Andre, Claudio and Boris for the new patch).
For those like me that were curious about what changed, here is
the relevant section from QLDAPNEWS.
RSS Feed