nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] nmh 1.2 failed in doing smtp authentication

2008-04-30 18:17:36
Ken Hornstein wrote:
If you base64 decode this you'll see that the user name that nmh is
sending is "zhangweiwu". So it's not paying attention to the login
specified in the .netrc, only to the password. I just checked in a
fix for a problem which I think matches this one. Can I get you to
try building the head of CVS version of nmh to test this, please?
    

Or give the -user option to "send".  Your choice (yes, it should pay attention
to the .netrc file, I was just thinking that would get you going quicker).

--Ken
  
Hi. I didn't succeed either. This time username seems to be correct,

zhangweiwu(_at_)esmeralda:/home/zhangweiwu$ send -watch -verbose -sasl -user 
gildororonar(_at_)mail-on(_dot_)us
Use "/home/zhangweiwu//Mail/drafts/2"? y
 -- Posting for All Recipients --
post: problem initializing server; [BHST] authentication failed (#5.7.1)
send: message not delivered to anyone

===================================

zhangweiwu(_at_)esmeralda:~$ sudo ngrep port smtp
interface: eth0 (10.1.77.0/255.255.255.0)
filter: (ip or ip6) and ( port smtp )
##
T 216.170.248.235:25 -> 10.1.77.22:53410 [AS]
  ...z                                                                          
                   
##
T 216.170.248.235:25 -> 10.1.77.22:53410 [AP]
  220 vfemail.net ESMTP..P...                                                   
                   
##
T 10.1.77.22:53410 -> 216.170.248.235:25 [AP]
  EHLO localhost..                                                              
                   
#
T 216.170.248.235:25 -> 10.1.77.22:53410 [AP]
  250-vfemail.net..250-STARTTLS..250-PIPELINING..250-8BITMIME..250-SIZE 0..250 
AUTH LOGIN PLAIN CRA
  M-MD5....:.                                                                   
                   
##
T 10.1.77.22:53410 -> 216.170.248.235:25 [AP]
  AUTH LOGIN..                                                                  
                   
#
T 216.170.248.235:25 -> 10.1.77.22:53410 [AP]
  334 VXNlcm5hbWU6..sZ..                                                        
                   
##
T 10.1.77.22:53410 -> 216.170.248.235:25 [AP]
  emhhbmd3ZWl3dQ==..                                                            
                   
#
T 216.170.248.235:25 -> 10.1.77.22:53410 [AP]
  334 UGFzc3dvcmQ6..9...                                                        
                   
#
T 10.1.77.22:53410 -> 216.170.248.235:25 [AP]
  Lko0VFVwOHY=..                                                                
                   
#
T 216.170.248.235:25 -> 10.1.77.22:53410 [A]
  .o..                                                                          
                   
#
T 216.170.248.235:25 -> 10.1.77.22:53410 [AP]
  535 authentication failed (#5.7.1)....[]                                      
                   
#
T 10.1.77.22:53410 -> 216.170.248.235:25 [AP]
  RSET..                                                                        
                   
#
T 216.170.248.235:25 -> 10.1.77.22:53410 [AP]
  250 flushed....b[                                                             
                   
#
T 10.1.77.22:53410 -> 216.170.248.235:25 [AP]
  QUIT..                                                                        
                   
#
T 216.170.248.235:25 -> 10.1.77.22:53410 [AP]
  221 vfemail.net....ca                                                         
                   
##
T 216.170.248.235:25 -> 10.1.77.22:53410 [AF]
  ...q                                                                          
                   
##
T 216.170.248.235:25 -> 10.1.77.22:53410 [AF]
  .).Q                                                                          
                   
exit
24 received, 0 dropped

Also failed with -saslmech PLAIN:
send -sasl -saslmech PLAIN -user gildororonar(_at_)mail-on(_dot_)us

======
zhangweiwu(_at_)esmeralda:~$ sudo ngrep port smtp
interface: eth0 (10.1.77.0/255.255.255.0)
filter: (ip or ip6) and ( port smtp )
##
T 216.170.248.235:25 -> 10.1.77.22:47231 [AS]
  ....                                                                          
                   
##
T 216.170.248.235:25 -> 10.1.77.22:47231 [AP]
  220 vfemail.net ESMTP...?~.                                                   
                   
##
T 10.1.77.22:47231 -> 216.170.248.235:25 [AP]
  EHLO localhost..                                                              
                   
#
T 216.170.248.235:25 -> 10.1.77.22:47231 [AP]
  250-vfemail.net..250-STARTTLS..250-PIPELINING..250-8BITMIME..250-SIZE 0..250 
AUTH LOGIN PLAIN CRA
  M-MD5..&..}                                                                   
                   
#
T 10.1.77.22:47231 -> 216.170.248.235:25 [AP]
  AUTH PLAIN Z2lsZG9yb3JvbmFyQG1haWwtb24udXMAemhhbmd3ZWl3dQAuSjRUVXA4dg==..     
                   
#
T 216.170.248.235:25 -> 10.1.77.22:47231 [A]
  ....                                                                          
                   
#
T 216.170.248.235:25 -> 10.1.77.22:47231 [AP]
  535 authentication failed (#5.7.1)...h.{                                      
                   
#




_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
http://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>