Description of Problem: --enable-ntlm is being passed to configure. It needs to be --enable-NTLM (caps) for NTLM authentication to be built. See config.h after current build to see that it's not getting built: /* Define if you want NTLM authentication */ /* #undef NTLM_ENABLE */ Version-Release number of selected component (if applicable): fetchmail 5.9.0-5 (Hampton Beta 2), also older fetchmail 5.5.0 based versions. NTLM also requires OPIE libraries (<opie.h>, libopie.a) which I'll put in a separate bug. How Reproducible: always Steps to Reproduce: 1. 2. 3. Actual Results: Expected Results: Additional Information:
Fixing case of configure flag, ditto for POP3, IMAP, and ETRN.