> I JUST DID THE COMMAND..."ps auxwwx |grep authdaemon" > and found "authdameon.plain start' (6 times) Are you using PAM for authentication? If so make sure you configure sqwebmail specifically with the --with-authpam option. Then you need to make sure that you have a file called webmail in /etc/pam.d/. Mine looks like this: [root@dev ]# more /etc/pam.d/webmail #%PAM-1.0 # auth required /lib/security/pam_unix.so nullok shadow # account required /lib/security/pam_unix.so auth required pam_nologin.so auth required pam_stack.so service=system-auth account required pam_stack.so service=system-auth session required pam_stack.so service=system-auth Also, which version of Sqwebmail are you using? I'm using 3.0.0. > > but still i am not able to send using outlook express.... (I AM ABLE TO > RECV MESSAGES USING POP3)... > This has nothing to do with sqwebmail. This is because you have succesfully installed a POP3 server which is an entirely different product. --Pawan Singh
