Dear All,
I searched this aliases archive, but don't find the answers to my questions. I have configed sendmail on my unix box, and now want to config imap services on it. I installed the imap,libgcc and openssl binary packages, and config /etc/inetd.conf like this:
pop2 stream tcp nowait root /usr/local/sbin/ipop2d ipop2d
pop3 stream tcp nowait root /usr/local/sbin/ipop3d ipop3d
pop3s stream tcp nowait root /usr/local/sbin/ipop3d ipop3d
imap stream tcp nowait root /usr/local/sbin/imapd imapd
imaps stream tcp nowait root /usr/local/sbin/imapd imapd
and add following in /etc/services
pop2 109/tcp
pop3
110/tcp
imap 143/tcp
pop3s 995/tcp
imaps 993/tcp
After all the configuration, I restart inetd with pkill -HUP inetd, and generate impad.pem using openssl
but after I configure my imap client on PC, but during testing I still get the following error:
un 20 16:16:37 imapd[3235]: [ID 298158 mail.debug] imaps SSL service init from testclient
Jun 20 16:17:05 imapd[3235]: [ID 333175 mail.info] AUTHENTICATE PLAIN failure host=testclinet
Jun 20 16:17:05 imapd[3235]: [ID 333175 mail.info] AUTHENTICATE PLAIN failure host=testclinet
I have no any idea about this error, but our mail server will switch to this new one tomorrow, can anyone give me some hints on how to solve this problems?
I saw some old archive, someone said should generate ssl certificate with plain text private key, is that true, and how to generate private key in plain text?
I used system default pam.conf, are there any modification need to be done for this file?
Thanks for any ideas!
Best Regards!
cindy
抢注雅虎免费邮箱-3.5G容量,20M附件!
_______________________________________________ Imap-uw mailing list [email protected] https://mailman1.u.washington.edu/mailman/listinfo/imap-uw
