Authdaemond is not part of qmail. You need to type "ps auwwx|grep
authdaemon". This should give you an output similar to the following:
[root@dev /root]# ps auwwx|grep authdaemon
root 1474 0.0 0.9 1648 584 ? S 12:31 0:00
/usr/local/share/sqwebmail/libexec/authlib/authdaemond.plain start
root 1475 0.0 0.9 1648 584 ? S 12:31 0:00
/usr/local/share/sqwebmail/libexec/authlib/authdaemond.plain start
root 1476 0.0 1.1 1692 692 ? S 12:31 0:00
/usr/local/share/sqwebmail/libexec/authlib/authdaemond.plain start
root 1477 0.0 0.9 1648 584 ? S 12:31 0:00
/usr/local/share/sqwebmail/libexec/authlib/authdaemond.plain start
root 1478 0.0 0.9 1648 584 ? S 12:31 0:00
/usr/local/share/sqwebmail/libexec/authlib/authdaemond.plain start
root 1479 0.0 0.9 1648 584 ? S 12:31 0:00
/usr/local/share/sqwebmail/libexec/authlib/authdaemond.plain start
You also need to ensure that the authentication method is correct and
working. In my case, I use PAM for authentication therefore the
authdaemond.plain daemon is used. If you use LDAP or MYSQL you should see
authdaemond.ldap or authdaemond.mysql respectively.
--Pawan Singh
>
> I HAVE EXECUTED
> /usr/local/share/sqwebmail/libexec/authlib/authdaemond start
>
> THIS LINE EXECUTES BUT DOESNT GIVES ANY CONFIRMATION WHETHER THIS LINE HAS
> BEEN EXECUTED OR NOT..
>
> ALSO I DONT SEE ANY 'authdaemon' IN THE 'ps -auxww | grep qmail'
>