imap broken + domain based e-mail logins

Kod

Verified User
Joined
May 5, 2005
Messages
38
Location
France
Hi there,

I'm having an issue with an imap installation on an FC5

I have installed imap using wae'ls automated script first, then I did it manually, and configured and restarted xinetd

I get this error whenever i query imapd from the command line.

*** glibc detected *** imapd: munmap_chunk(): invalid pointer: 0x080f707e ***
======= Backtrace: =========
/lib/libc.so.6(__libc_free+0x179)[0x206070]
imapd[0x8058bdd]
imapd[0x80594d3]
imapd[0x805b2b1]
imapd[0x8051cf5]
/lib/libc.so.6(__libc_start_main+0xdc)[0x1b44e4]
imapd[0x804a1f1]

I've also tried the rpm setup, it worked fine but only for system users e-mails, domain based e-mail login attempts failed everytime. So I ran the imapd.sh script but it didn't fix it and got the same glibc error again.

Any ideas are welcome.

Thanks
 
We're now using Dovecot; there are instructions on these forums for running some commands from customapache that installs it and converts everything.

But I don't know why you're getting the libc error :( .

anyone?

Jeff
 
Hi Jeff,

I have dovecot setup and running but i still can't login using domain based e-mails.

maillog shows :
auth(default): passwd-file /etc/virtual/domain.com/passwd: User anonymous is missing userdb info
Logins with UID 0 not permitted (user [email protected])
imap-login: Internal login failure: user=<[email protected]>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured

I'm using the default DA dovecot.conf, what am i missing ?


Thanks.
 
Last edited:
Back
Top