On Mon, Nov 08, 2004 at 09:13:31AM +0100, Saxa Egea wrote: > Sorry, > > I have courier running with no problem... > > My version is courier 3.0.7 and 3.0.8 in another system. The only > problem is to change the path to the binaries. I paste my run scripts:
I really must say, this confuses me. What is the release date of your
3.0.8-version?
I inspected the code of imaplogin.c.
3.0.7 looks like this:
> int main(int argc, char **argv)
> {
[...]
> main_argc=argc;
> main_argv=argv;
[...]
> }
3.0.8.20041103 changed quite a bit:
> int main(int argc, char **argv)
> {
[...]
> if (argc != 3)
> {
> printf("* BYE imaplogin expected exactly two arguments.\r\n");
> fflush(stdout);
> exit(1);
> }
[...]
> imapd=argv[1];
> defaultmaildir=argv[2];
[...]
> main_argc=argc;
> main_argv=argv;
[...]
> }
Later, "imaplogin.c" calls "auth_login", which ends up directly in
courier_authlib...
My conclusion so far: There is no way to miss authdaemond, BUT
while inspecting the code, I found this too:
courier-imap can act as a proxy and is able to use a ldap-attribute
with the name "mailHost" for example. That sounds familiar. I didn't
know that before...
Bis denne,
Aiko
--
Aiko Barz
[EMAIL PROTECTED]
pgpfk2dqkxyh9.pgp
Description: PGP signature
