Re: [exim] smarthost + authentication configuration problem …

Top Page
Delete this message
Reply to this message
Author: ji
Date:  
To: exim-users, dot
CC: 
Subject: Re: [exim] smarthost + authentication configuration problem ..
my new transport:

remote_smtp_smarthost:
debug_print = "T: remote_smtp_smarthost for $local_part@$domain"
driver = smtp
hosts_try_auth = ${if exists {CONFDIR/passwd.client}{DCsmarthost}{}}
tls_tempfail_tryclear = false


was this session an authenticated session? i thinkl no .. but i think i
know my provider only permit relaying if i authenticate myself.

-----------------------------------------------------------------

My debug output from exim4 -v official@???
.
LOG: MAIN
<= root@??? U=root P=local S=269
delivering 1EAXaD-0001lF-QO
carme:~# R: smarthost for official@???
T: remote_smtp_smarthost for official@???
Connecting to smtp.provider.com [1.1.1.1]:25 ... connected
SMTP<< 220 smtp.provider.com ESMTP Service (7.0.045) ready
SMTP>> EHLO 'mail.my-local.doamin'

  SMTP<< 250-mtp.provider.com
         250-DSN
         250-8BITMIME
         250-PIPELINING
         250-HELP
         250-AUTH=LOGIN
         250-AUTH LOGIN CRAM-MD5 DIGEST-MD5 PLAIN
         250-DELIVERBY 300
         250 SIZE


carme:~# SMTP>> MAIL FROM:<root@???> SIZE=1299
SMTP>> RCPT TO:<official@???>
SMTP>> DATA

SMTP<< 250 MAIL FROM:<root@???> OK
SMTP<< 250 RCPT TO:<official@???> OK
SMTP<< 354 Start mail input; end with <CRLF>.<CRLF>
SMTP>> writing message and terminating "."

SMTP<< 250 <429FD3CC00999B79> Mail accepted
SMTP>> QUIT

LOG: MAIN
=> official@??? R=smarthost T=remote_smtp_smarthost
H=mtp.provider.com [1.1.1.1]
LOG: MAIN
Completed


thx
ji'e'toh


Am Mittwoch, den 31.08.2005, 19:40 +0100 schrieb Tony Finch:
> On Wed, 31 Aug 2005, ji wrote:
> >
> > ### transport for smarthost plaintext login
> > smarthost_smtp:
> > debug_print = "T: remote_smtp for $local_part@$domain"
> > driver = smtp
> >
> > where to place conditions or (which) options to put username, password
> > into this transport? if i use the standalone authenticators
> > configuration, how exim knows which of them to use? only by servername
> > in file /etc/***.clear?
>
> http://www.exim.org/exim-html-4.50/doc/html/spec_33.html#SECT33.5
>
> Tony.
> --
> <fanf@???> <dot@???> http://dotat.at/ ${sg{\N${sg{\
> N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
> \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}
>