Thankyou for that, I missed that i was supposed to have both of them. Sorry 
to be a real newbie but can you please point me in the right direction with 
this one:

>> authentication required but no common mechanisms were found

I Guess that I have got to tell exim to use the authenticator:

cram_md5_login:
        driver = cram_md5
        public_name = CRAM-MD5
        client_name = username
        client_secret = password
        server_advertise_condition = ${if eq{$tls_cipher}{}{no}{yes}}
        server_secret = 
${lookup{$1}lsearch{/etc/exim/passwd.client}{$value}fail}
        server_set_id = $1

I have tried to look this up but couldn't find it anywhere,
Thanks de Chris G






-- 
## 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