[exim] Re: debugging smtp auth

Pàgina inicial
Delete this message
Reply to this message
Autor: jeff sacksteder
Data:  
A: Exim-users
CC: 
Assumpte: [exim] Re: debugging smtp auth
A correction:

> SSL_connect succeeded
> Cipher: TLSv1:AES256-SHA:256
>   SMTP>> EHLO jdfiles.org
> tls_do_write(1fffd8b8, 18)
> SSL_write(SSL, 1fffd8b8, 18)
> outbytes=18 error=0
> waiting for data on socket
> Calling SSL_read(20145640, 1fffc8b8, 4096)
> read response data: size=157
>   SMTP<< 250-outbound.mailhop.org Hello
> adsl-86-77-223-84.dsl.dytnoh.ameritech.net [86.77.223.84]
>          250-SIZE 10485760
>          250-PIPELINING
>          250-AUTH PLAIN LOGIN
>          250 HELP
> using PIPELINING
> gethostbyname looked up these IP addresses:
>   name=outbound.mailhop.org address=63.208.196.171
> 63.208.196.171 in hosts_require_auth? yes (matched "outbound.mailhop.org")
> scanning authentication mechanisms
> search_open: lsearch "/etc/exim/clientauth"
> search_find: file="/etc/exim/clientauth"
>   key="domain1.com" partial=-1 affix=NULL starflags=0
> LRU list:
>   :/etc/exim/clientauth
>   End
> internal_search_find: file="/etc/exim/clientauth"
>   type=lsearch key="domain1.com"
> file lookup required for domain1.com
>   in /etc/exim/clientauth
> lookup yielded: :wellbury :sZ3uhi0j
> SMTP>> AUTH LOGIN ****************************
> SSL_write(SSL, 1fffd8b8, 41)
> outbytes=41 error=0
> waiting for data on socket
> Calling SSL_read(20145640, 1fffc8b8, 4096)
> read response data: size=18
>   SMTP<< 334 UGFzc3dvcmQ6
> login authenticator yielded 2
> ok=0 send_quit=1 send_rset=1 continue_more=0 yield=1 first_address is not NULL
>   SMTP>> QUIT
> tls_do_write(1fffd8b8, 6)
> SSL_write(SSL, 1fffd8b8, 6)
> outbytes=6 error=0
> tls_close(): shutting down SSL

>