-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thank you very much.
I cannot check Kmail now because I'm in work now. My Gentoo box is in my home.
But I tried to telnet to the SMTP server and got this message.
=========================================================================
$ telnet mail.myisp.com smtp
Trying xxx.xxx.xxx.170...
Connected to mail.myisp.com.
Escape character is '^]'.
220 mp01.myisp.com ESMTP Terrace Internet Messaging Server 3.5300.0000 
EHLO whatever.com
250-mp01.myisp.com Pleased to meet you
250-SIZE 12582912
250-8BITMIME
250-HELP
250-PIPELINING
250-AUTH
250-AUTH=LOGIN
250 ENHANCEDSTATUSCODES
===================================================================
But I don't know what to do next. When I just input my id, I got unrecognized command 
syntax error.
With regards,
 
Daniel Jiseok Song
WooriTG Inc.
Tel. : 82-2-2102-5396
Fax : 82-2-886-8560
Mail : [EMAIL PROTECTED]
Home : http://www.wooriTG.com


- -----Original Message-----
From: Mike Williams [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 17, 2003 6:52 AM
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Kmail SMTP secure authentication problem

- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 16 December 2003 09:03, Daniel Jiseok Song wrote:
> http://forums.gentoo.org/viewtopic.php?t=45627&highlight=kmail+authenticati
>on
>
> I think there is a bug in Kmail about authentication. And I’m afraid it’s
> not fixed yet and more.

I have been doing some work on adding SMTP AUTH support into qpsmtpd (a 
qmail-smtpd replacement in perl), and found that kmail from kde-cvs doesn't 
appear to do plain auth properly. It looks like it is sending 
'usernameusernamepassword' in response to the username request, and the 'MAIL 
FROM:' in response to the password!
It does do login properly though.

If you want to check manually, telnet to the smtp server and:
'EHLO whatever.com'
Check the output, it will list the available AUTH methods.
'auth plain' or login, ignore any -md5 methods, I doubt you can do base64 
encoded md5 hashes in your head :)
Input your username and password as requested, then try a
'MAIL FROM:<[EMAIL PROTECTED]>
RCPT TO:<[EMAIL PROTECTED]>'
and see what you get.


- - -- 
Mike Williams
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/336MInuLMrk7bIwRAjviAJ4/QLdKIPHwyD+uXZe8e+Bd8y7EvgCgoeh3
2BgElFMeXk8I6IPJ77sV/ZM=
=787K
- -----END PGP SIGNATURE-----

- --
[EMAIL PROTECTED] mailing list
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)

iD8DBQE/36ecgnI3iXjheY8RArZjAKCcvzZyLsWFSnEyhkwjSgz4jyXMDgCcDPh8
zJAO8iXwB9umqKxFMrkmy7k=
=1oXu
-----END PGP SIGNATURE-----


--
[EMAIL PROTECTED] mailing list

Reply via email to