d11wtq Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/1790896682437f3ff79b696.gif)
Joined: 14 Jul 2005 Posts: 192 Location: Manchester, UK
|
Posted: Thu May 04, 2006 11:02 pm Post subject: Getting exim to authenticate with CRAM-MD5 |
|
|
Quote: | 504 CRAM-MD5 authentication mechanism not supported |
Does anybody know how to get exim working with this mechanism? I've compiled exim with everything enabled and added the following to my exim.conf to no avail
Code: | cram_md5:
driver = cram_md5
public_name = CRAM-MD5
client_name = ${extract{1}{:}{${lookup{$host}lsearch*{/etc/passwd}{$value}fail}}}
client_secret = ${extract{2}{:}{${lookup{$host}lsearch*{/etc/passwd}{$value}fail}}} |
_________________ Behaviour Management |
|