Hello Sir, The process it shows by 'ps -axwww | grep authdaemon' (I changed the default to 5) eventhough the /usr/local/share/sqwebmail/authdaemonrc has ' authmodulelist="authldap" '. Why its starting authdaemond.pgsql all the time then. Only if i manually run "/usr/local/share/sqwebmail/libexec/authlib/authdaemond start" then only it starts authdaemond.ldap.
[EMAIL PROTECTED] sqwebmail]# ps -axwww|grep authdaemond 32431 ? S 0:00 /usr/local/share/sqwebmail/libexec/authlib/authdaemond.pgsql start 32432 ? S 0:00 /usr/local/share/sqwebmail/libexec/authlib/authdaemond.pgsql start 32433 ? S 0:00 /usr/local/share/sqwebmail/libexec/authlib/authdaemond.pgsql start 32434 ? S 0:00 /usr/local/share/sqwebmail/libexec/authlib/authdaemond.pgsql start 32435 ? S 0:00 /usr/local/share/sqwebmail/libexec/authlib/authdaemond.pgsql start 32436 ? S 0:00 /usr/local/share/sqwebmail/libexec/authlib/authdaemond.pgsql start 32438 pts/0 R 0:00 grep authdaemond I'll surely enable NFS as i can not afford to run apache & sqwebmail both on my existing mail server due to memory limitation(512MB). Earlier we were using IMP instead of SQwebmail, but the problem with that was the PHP was not compiled with LDAP support. rgds, Suhag. ----- Original Message ----- From: "Brian Candler" <[EMAIL PROTECTED]> To: "suhag" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 5:38 PM Subject: Re: [sqwebmail] can not login thro Sqwebmail > On Tue, Jul 29, 2003 at 05:37:36PM +0530, suhag wrote: > > Sir, > > > > Our LDAP server also a POP3/IMAP server having Maildirs of all email users. > > How do we enable NFS to all sqwebmail direct access to Maildirs. We've not > > used NFS for so far. > > If you don't understand that, then you have bigger problems. This is not the > place to explain NFS configuration: buy yourself a good Unix or Linux > networking book. > > Some webmail servers talk to a POP3/IMAP server to retrieve mail; sqwebmail > doesn't, it talks directly to the Maildir directories. So you can either: > - run sqwebmail on the same machine as the maildirs > - use NFS to share the maildirs > - use a different webmail program which uses POP3/IMAP > > > When i run 'ps -ax | grep authdaemond' on sqwebmail server, shows only grep > > process. But the output of 'ps -ax | grep authdaemon' is as below.Infact all > > these processes r started using > > "/usr/local/share/sqwebmail/libexec/authlib/authdaemond start". Does it mean > > that my authdaemond is not runnig? > > ====================================================== > > 30193 ? S 0:00 > > /usr/local/share/sqwebmail/libexec/authlib/authdaemon > > I think maybe your listing has been truncated, try > 'ps -axwww | grep authdaemon' > > They should should 'authdaemond.ldap' > > Why do you have so many of them running? Did you increase it from the > default of 5 ? > > Brian. > >
