[Exim] Exim as client smtp auth

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Jerry VB
Data:  
Para: exim-users
Assunto: [Exim] Exim as client smtp auth
Hello,
Sorry for the long post, I needed to include a lot of details.
I am having a heck of a time trying to get client side smtp auth working
with my dial in isp. I am using exim 4.33. I built the binary with both
cram_md5 and plaintext authenticators. Then, I added these authenticators
into the configure file:

cram_md5:
    driver = cram_md5
    public_name = CRAM-MD5
    client_name = jerryvb
    client_secret = xxxxxx


login:
    driver = plaintext
    public_name = LOGIN
    client_send = ": jerryvb@??? : xxxxxxx"



If I send a test message to myself, at jerryvb@???, I get this:
(I login to my local machine as "jerry"; and my machine's hostname is
"lightstar").

jerry@lightstar:~$ exim -v -odf jerryvb@???
From: jerry@???
This is a test message.
.
LOG: MAIN
   <= jerry@??? U=jerry P=local S=275
Connecting to mail.ispwest.com [216.52.245.18]:25 ... connected
   SMTP<< 220 ispwest.com ModusMail ESMTP Receiver Version 3.1.300.2 Ready
   SMTP>> EHLO lightstar.net
   SMTP<< 250-ispwest.com
          250-SIZE 0
          250-ETRN
          250-ENHANCEDSTATUSCODES
          250-X-IMS 5 101
          250-DSN
          250-VRFY
          250-AUTH LOGIN NTLM SCRAM-MD5 CRAM-MD5
          250-AUTH=LOGIN
          250 8BITMIME
   SMTP>> MAIL FROM:<jerry@???> SIZE=1306
   SMTP<< 250 2.0.0 jerry@??? OK
   SMTP>> RCPT TO:<jerryvb@???>
   SMTP<< 250 2.0.0 jerryvb@??? OK
   SMTP>> DATA
   SMTP<< 354 Ready for data
   SMTP>> writing message and terminating "."
   SMTP<< 250 2.0.0 Message received OK
   SMTP>> QUIT
LOG: MAIN
   => jerryvb@??? R=dnslookup T=remote_smtp H=mail.ispwest.com
[216.52.245.18]
LOG: MAIN
   Completed



Then, if I log in to my isp's web mail, the test message is there. But, if
I try to send a messaage to a remote host, I get this:

jerry@lightstar:~$ exim -v -odf jerryvb@???
this is a test message.
.
LOG: MAIN
<= jerry@??? U=jerry P=local S=298


The test message is never delivered to jerryvb@???, which is a
real mailbox that I have. So, it looks like I can send mail to myself at
ispwest.com, but I cannot send mail "through" ispwest.com to a remote
mailbox. Why is that? All I want, is to use Exim as a client, so that I
can send mail using Mutt. Thank you for any help.

jerry

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/