Bug 8126 - exim lacks plaintext and cram-md5 auth
Summary: exim lacks plaintext and cram-md5 auth
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2015.02
Hardware: All Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-16 14:32 UTC by pud
Modified: 2015-05-21 20:58 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
patch to enableAUTH_PLAINTEXT and AUTH_CRAM_MD5 (460 bytes, patch)
2015-05-16 14:33 UTC, pud
Details

Note You need to log in before you can comment on or make changes to this bug.
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!