[KLUG Members] SuSE 9.0 Postfix

Adam Tauno Williams members@kalamazoolinux.org
Mon, 19 Apr 2004 15:49:03 -0400


> ioctl(5, SNDCTL_TMR_CONTINUE, {B38400 opost isig icanon echo ...}) = 0
> close(5)                                = 0
> munmap(0x40565000, 4096)                = 0
> write(3, "dXNlcm5hbWU9ImN5cnVzbCIscmVhbG09"..., 354) = 354
> select(4, [3], [], NULL, NULL)          = 1 (in [3])
> read(3, "3 NO user not found\r\n", 4096) = 21
> getpeername(3, {sa_family=AF_INET, sin_port=htons(143), 
> sin_addr=inet_addr("67.167.128.197")}, [16]) = 0
> getsockname(3, {sa_family=AF_INET, sin_port=htons(1253), 
> sin_addr=inet_addr("192.168.1.2")}, [16]) = 0
> write(3, "4 AUTHENTICATE CRAM-MD5\r\n", 25) = 25
> select(4, [3], [], NULL, NULL)          = 1 (in [3])
> read(3, "+ PDIzMDU0NDk5MDIuODY2MzEwM0BlbG"..., 4096) = 40
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> +++ killed by SIGSEGV +++ 
> It looks like the cyrus user doesn't exist some where. Where would that be 
> and how do I create it?

What does "id cyrus" say?  Cyrus is a required posix account,  you create it (if
it doesn't already exist) in the normal manner, which depends upon the
password-database/SAM that you are using.

Is the cyrus daemons running?  cyradm must connect to a running instance.

You're using "cyradm --user cyrus --server localhost"?