Thats what strace gives me even after setting the softlimit to 4000000 It looks as if there is a problem with the actual auth_smtp file is this possible ? It is owned by qmaild:qmail
read(0, auth plain "auth plain\n", 1024) = 11 alarm(0) = 1189 alarm(1200) = 0 write(1, "334 ok. go on.\r\n", 16334 ok. go on. ) = 16 alarm(0) = 1200 alarm(1200) = 0 read(0, wz_ripper "wz_ripper\n", 1024) = 10 alarm(0) = 1188 pipe([4, 5]) = 0 fork() = 19924 close(4) = 0 write(5, "\0", 1) = 1 write(5, "\0", 1) = 1 close(5) = 0 wait4(19924, [WIFEXITED(s) && WEXITSTATUS(s) == 3], 0, NULL) = 19924 --- SIGCHLD (Child exited) --- rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 nanosleep({2, 0}, {2, 0}) = 0 alarm(1200) = 0 write(1, "535 auth failure\r\n", 18535 auth failure ) = 18 alarm(0) = 1200 alarm(1200) = 0 -----Message d'origine----- De : Kevin Ying [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 04:08 À : [ripper] Cc : [EMAIL PROTECTED] Objet : Re: SMTP-AUTH I had a problem that sounds similar... I ended up having to increase the softlimit allocation from 2000000 to 4000000. However, I discovered this by stracing the process and checking my logs. Try running your qmail-smtpd run script manually, then try logging in via command line via a remote host, and see what stderr is output in your window that you've run qmail-smtpd manually. On Tue, 10 Sep 2002, [ripper] wrote: > I configured qmail to use the smtp-auth with ldap the smtp-aut is well > compiled in qmail but i get an authentification failure every time i try > to log in even with a correct login/pass > > The ldap is working fine with pop3 and delivery but no way to get it > working with ldap > > > > Any ideas ? > > > > Regards > > > > [ripper] > >