Re: [Exim] exim using a smarthost with SMTP-auth

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Suresh Ramasubramanian
Data:  
Para: Andreas Dolfen, exim-users
Asunto: Re: [Exim] exim using a smarthost with SMTP-auth
pilux@??? (Andreas Dolfen) [Friday, August 30, 2002 9:44 PM]:

> I need to change my configuration to smtp-auth on an exim 4.05 server (for
> outgoing mail)!


   send_to_gateway:
     driver = manualroute
     domains = !+local_domains
     transport = remote_smtp
     route_list = * smtp.your-isp.com


begin authenticators

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

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

    --srs