Hi! ... I am testing a server with qmail-ldap + nfs + courier-imap.
I have two servers:
- Sun Netra T1 with Solaris 5.7:
  . qmail-1.03
  . qmail-ldap-1.03-20010802-i.patch
  . ucspi-tcp-0.88
  . daemontools-0.70
  . courier-imap-1.3.10
  . NFS client
- Sun Ultra5 with Solaris 5.7
  . openldap-2.0.11
  . NFS Server
I was compiled in a Netra T1 the Courier-Imap with:

$ ./configure --prefix=/usr/local/courier
--enable-workarounds-for-imap-client-bugs --with-waitfunc=wait3
--with-mailuser=vmail --without-random --without-ipv6 --enable-unicode

Ultra5:
/etc/dfs/dfstab:
----------------------------------------------------
share -F nfs -o rw=netrat1,root=netrat1 -d "NFS Maildir Storage"
/var/qmail/maildirs
----------------------------------------------------
* The owner of Maildir directory is vmail:vmail (1000:1000)
Netra T1:
/etc/vfstab:
----------------------------------------------------
ultra5:/var/qmail/maildirs - /var/qmail/maildirs nfs - yes rw,vers=3
----------------------------------------------------
* The owner of Maildir directory is vmail:vmail (1000:1000)

The users receive the mails ok! But the IMAP conection hungs.

The IMAP service:
-----------------------------------------------------------------------------

/var/qmail/bin/tcpserver -vDUHR -lnetrat1.domain.com -c100 -xtcp.cdb --
172.16.4.111 143 /usr/local/courier/sbin/imaplogin
/var/qmail/bin/auth_imap /usr/local/courier/bin/imapd Maildir 2>&1
------------------------------------------------------------------------------

But, if I use the imapd.rc script where "listener" is couriertcpd work
fine! If I use tcpserver the login is succefully but the "a002 select
inbox" is hung.
I have many process hung if I run a "ps" command:

# ps -eaf
vmail 10032 617 0 12:38:24 pts/0 00:00 /usr/local/courier/bin/imapd
Maildir
vmail 10600 617 0 12:38:24 pts/0 00:00 /usr/local/courier/bin/imapd
Maildir
vmail 10780 617 0 12:38:24 pts/0 00:00 /usr/local/courier/bin/imapd
Maildir

If I kill the process, it will defunct.


Anybody know about this problem?

Thanks very much!

Reply via email to