On Fri, Jun 22, 2007 at 05:09:05PM +0100, James Cort wrote:
> Jun 22 16:37:19 imap-france authdaemond: rebinding with DN
> 'uid=jamesc,ou=People,dc=u4eatech,dc=com' to validate password
> Jun 22 16:37:19 imap-france authdaemond: authentication bind successful
> Jun 22 16:37:19 imap-france authdaemond: Authenticated:
> sysusername=<null>, sysuserid=2093, sysgroupid=1000,
> homedir=/home/jamesc, address=jamesc, fullname=James Cort,
> maildir=<null>, quota=<null>, options=mailHost=imap-uk.u4eatech.com
> Jun 22 16:37:19 imap-france imapd: proxy enabled, but no proxy host
> defined for jamesc
I think the option needs to be called "mailhost", not "mailHost".
Looking at the source, in imap/imaplogin.c:
if (ainfo->options == NULL ||
(p=auth_getoption(ainfo->options,
"mailhost")) == NULL)
{
fprintf(stderr, "WARN: proxy enabled, but no proxy"
" host defined for %s\n",
ainfo->address);
/* Fallthru to account login */
}
auth_getoption() is in authoption.c in courier-authlib, and it's
case-sensitive (it uses strncmp)
> LDAP_AUXOPTIONS mailhost=mailHost
Try:
LDAP_AUXOPTIONS mailhost=mailhost
HTH,
Brian.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap