Opened 20 years ago
Closed 19 years ago
#1523 closed defect (fixed)
Mutt using option --with-sasl doesn't build
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 6.2.0 |
Component: | BOOK | Version: | SVN |
Severity: | minor | Keywords: | Mutt |
Cc: |
Description (last modified by ) ¶
mutt links to -lsasl, we supply -lsasl2. configure exits with cannot find. Fixed in dev version. May be easier to remove Optional SASL link until next Mutt release. Did not search for patches.
Change History (5)
comment:1 by , 19 years ago
op_sys: | All → Linux |
---|---|
rep_platform: | PC → All |
Summary: | Option --with-sasl doesn't build → Mutt using option --with-sasl doesn't build |
comment:2 by , 19 years ago
Description: | modified (diff) |
---|---|
Keywords: | Mutt added |
Milestone: | future → 6.2 |
Owner: | changed from | to
comment:3 by , 19 years ago
Status: | new → assigned |
---|
It builds with the mutt now in the book (1.5.10). I'm not sure how to test this, though. The mutt source says that cyrus-sasl will be used in the imap and pop clients. However, the only imap servers I know of that use sasl for authentication are cyrus-imap and uw-imap, and I don't have access to one of those. I might be mistaken about how mutt uses sasl. Will have to investigate more.
comment:4 by , 19 years ago
Looking at the mutt devel manual, it looks like it will use sasl to access any imap server that offers authentication.
http://www.mutt.org/doc/devel/manual.html#id2515040
So, once I get my postfix/courier setup running again, I'll test this out.
comment:5 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Archaic gave me access to in IMAP server, so I was able to test out the sasl functionality. Worked without issues as far as I could tell. I straced mutt, and it showed the different sasl plugins loading as it stepped down from most secure available one to the one eventually used for authentication.
Closing this as fixed with mutt-1.5.11 in the book now.
Assigning this ticket to Dan as he just updated Mutt to the devel version. This ticket should have been looked at then. Dan, if you would, could you confirm this is fixed, and if it is not fixed, then annotate in the bug. Thanks.