Bug 8126

Summary: exim lacks plaintext and cram-md5 auth
Product: buildroot Reporter: pud
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: 2015.02   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: patch to enableAUTH_PLAINTEXT and AUTH_CRAM_MD5

Description pud 2015-05-16 14:32:14 UTC
they're disabled by default, and so it's impossible to forward mails to another mailserver which needs authentication
Comment 1 pud 2015-05-16 14:33:59 UTC
Created attachment 6041 [details]
patch to enableAUTH_PLAINTEXT and AUTH_CRAM_MD5
Comment 2 Thomas Petazzoni 2015-05-16 15:28:54 UTC
Your patch looks good. Can you submit it as a Git formatted patch to the Buildroot mailing list, by following the instructions at http://buildroot.org/downloads/manual/manual.html#submitting-patches ?

Thanks!
Comment 3 Peter Korsgaard 2015-05-21 20:58:22 UTC
Patch committed as 924578ae03cfbb49264f1d0cc31a214026a67b84, thanks!