[Pkg-exim4-users] smtp.gmail.com authentication problem - I added a
	bit to http://wiki.debian.org/GmailAndExim4
    Chuck Peters 
    cp at ccil.org
       
    Sat Mar 24 02:56:07 CET 2007
    
    
  
I was attempting to setup smarthost smtp.gmail.com::587 for my friend
Kathy who runs Kubuntu Edgy, aka exim4 4.62-2, and had authentication
problems.  After a lot of trial and error, and searches I found
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403583 solved the
problem.
Change the hosts_try_auth clause of
/etc/exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost
  hosts_try_auth = ${if exists{CONFDIR/passwd.client} \
        { ${lookup{$host}nwildlsearch{CONFDIR/passwd.client}{$host_address}} }\
        {} \
      }
I updated the troubleshooting section of
http://wiki.debian.org/GmailAndExim4 to include the above information.
Thanks,
Chuck
    
    
More information about the Pkg-exim4-users
mailing list