Re: [Exim] Exim as client smtp auth

Página Inicial
Delete this message
Reply to this message
Autor: Torsten Mueller
Data:  
Para: exim-users
Assunto: Re: [Exim] Exim as client smtp auth
Jerry Van Brimmer schrieb:
...

> What else could be wrong? I have the above set now, but it still

isn't getting
> mail through my isp.


Here is a part of my working config.

Possibly it helps.

Torsten


# routers section, before the dnslookup router
send_to_gateway:
     driver = manualroute
     domains = !+local_domains
     transport = remote_smtp
     route_list = * smtpserver.isp.de


# transports section
remote_smtp:
driver = smtp
hosts_try_auth = smtpserver.isp.de

# auth section
fixed_cram:
     driver = cram_md5
     public_name = CRAM-MD5
     client_name = username
     client_secret = 1234


fixed_plain:
     driver = plaintext
     public_name = PLAIN
     client_send = ^username^12345


fixed_login:
     driver = plaintext
     public_name = LOGIN
     client_send = : username : 12345