Hi,

Am Dienstag, 13. Jun 2006, 23:02:08 +0100 schrieb Tony Finch:
> On Tue, 13 Jun 2006, Bertram Scharpf wrote:
> >
> > on my new Gentoo Linux system my old non-Gentoo `exim.conf'
> > doesn't work any more. The messages are sent to my provider
> > in a form they do not accept.
> 
> What are the versions of Exim on the two systems? What is your exim.conf?

Exim 4.60

The Router:

remote_smtp:
  driver = smtp
  hosts_try_auth = smtp.web.de : ...


The working authentication now looks like this:

plain:
  driver = plaintext
  public_name = PLAIN
  client_send = "^${extract{user} \
                   [EMAIL PROTECTED] \
                       {/etc/exim/smtpauth}{$value} \
                            {${lookup{$domain}lsearch \
                                {/etc/exim/smtpauth}{$value}}}}} \
                 }^${extract{pass} \
                   [EMAIL PROTECTED] \
                       {/etc/exim/smtpauth}{$value} \
                            {${lookup{$domain}lsearch \
                                {/etc/exim/smtpauth}{$value}}}}} \
                 }"

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to