18 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Getting SMTP AUTH...
FromSent OnAttachments
Michelle KonzackJan 6, 2006 10:30 am 
Michelle KonzackFeb 21, 2006 10:57 am 
Jay LeeFeb 21, 2006 11:07 am 
Sam VarshavchikFeb 21, 2006 3:30 pm 
Gordon MessmerFeb 21, 2006 4:08 pm 
Michelle KonzackFeb 23, 2006 5:23 am 
Michelle KonzackFeb 23, 2006 5:28 am 
Gordon MessmerFeb 23, 2006 10:58 am 
Dave PlattFeb 23, 2006 4:10 pm 
Sam VarshavchikFeb 23, 2006 4:18 pm 
Dave PlattFeb 23, 2006 4:32 pm 
Sam VarshavchikFeb 23, 2006 5:43 pm 
Michelle KonzackFeb 24, 2006 8:04 am 
Michelle KonzackFeb 24, 2006 8:04 am 
Michelle KonzackFeb 24, 2006 8:04 am 
Gordon MessmerFeb 24, 2006 9:16 am 
Dave PlattFeb 24, 2006 3:52 pm 
Sam VarshavchikFeb 24, 2006 5:13 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Getting SMTP AUTH CRAM-MD5 to work with ThunderbirdActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Feb 23, 2006 5:43:50 pm
List:net.sourceforge.lists.courier-users

Dave Platt writes:

Not with CRAM-MD5, which is a different beast altogether. esmtppw will let you do a plain, garden-variety userid/password authentication only.

#snip#

You need to use the -hmac-md5 option to userdbpw to generate the MD5 pre-hash, and stuff it into the hmac-md5pw field in userdb. See the example in the userdb man page.

OK, I'll give that a try. I'd tried using oen of the userdbpw options and nailing the encoded text into the esmtppw field, but that didn't work... the fact that there's a special fieldname for this purpose explains why.

When I looked through the userdb and makeuserdb man pages which came with the .deb distributions I'm using, there was no mention of the hmac-md5pw

Make that the userdbpw man page.

field. The userdb man page doesn't name the fields (just pointing the reader to the makeuserdb man page), and the makeuserdb man page lists pop3pw, esmtppw, imappw, and systempw but doesn't mention any of the fields which use hash/MAC authentication.

The Documentation page at www.courier-mta.org doesn't have links to the development copies of these man pages... could links be added the next time you touch that page?

Thanks again!