>From xinetd.conf: (is this what you mean by "run"-file?)
service imap
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
group = root
instances = UNLIMITED
server = /usr/sbin/bincimap-up
server_args = --conf=/etc/bincimap/bincimap.conf
--logtype=syslog -- /usr
/bin/checkpw /usr/sbin/bincimapd --conf=/etc/bincimap/bincimap.conf
log_type = SYSLOG daemon info
}
Also, when doing a "ps -A", there is no process "bincimap-up". But since
it runs from xinetd, I guess its the xinetd process pid you mean:
max:/# strace -s 128 -f -p 12186
Process 12186 attached - interrupt to quit
select(9, [3 5 6 7 8], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be
restarted)
--- SIGCHLD (Child exited) @ 0 (0) ---
write(4, "\21", 1) = 1
sigreturn() = ? (mask now [])
select(9, [3 5 6 7 8], NULL, NULL, NULL) = 1 (in [3])
ioctl(3, FIONREAD, [1]) = 0
read(3, "\21", 1) = 1
waitpid(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 0], WNOHANG) = 12204
close(-1) = -1 EBADF (Bad file descriptor)
waitpid(-1, 0xbffffc7c, WNOHANG) = -1 ECHILD (No child processes)
select(9, [3 5 6 7 8], NULL, NULL, NULL
<unfinished ...>
Process 12186 detached
and the login try:
max:/etc/init.d# telnet localhost imap
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK Welcome to Binc IMAP v1.1.4 (c) Copyright 2002, 2003 Andreas Aardal
Hanssen at 2004-02-05T02:53:12+0100
1 login lotta xxxxxxx
1 NO wrong user ID or password
Connection closed by foreign host.
/Bosse
> -----Ursprungligt meddelande-----
> Fr�n: Andreas Aardal Hanssen [mailto:[EMAIL PROTECTED]
> Skickat: den 5 februari 2004 14:03
> Till: Binc IMAP General
> �mne: Re: SV: SV: [binc] new user unable to login
>
>
> On Thu, 5 Feb 2004, Bo Mellberg wrote:
> >But as you see there are now folders in her directory like: .Trash
> >.Sent etc
> >Could this be the problem?
>
> Right, my bad. From what I can tell, Binc IMAP should work
> fine. Could you please post your run files?
>
> Also connect to Binc IMAP with telnet or openssl, and then
> attach to the running bincimap-up process with "strace -s 128
> -f -p <pid>". Then try to log in as lotta with the telnet
> session and see what strace returns. If you look up the FAQ
> you will see how to log in (under how to check if the server
> is set up correctly).
>
> You can post the strace output to this list, but remember to
> XXX out the
> passwords.
>
> Andy :-)
>
> --
> Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg
> Author of Binc IMAP | "It is better not to do something
> http://www.bincimap.org/ | than to do it poorly."
>
>
>
>
>