12 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] invalid user specified
FromSent OnAttachments
Ebbe HjorthMar 6, 2007 9:32 am 
Sam VarshavchikMar 6, 2007 3:24 pm 
Ebbe HjorthMar 6, 2007 11:03 pm 
Sam VarshavchikMar 7, 2007 4:02 am 
Ebbe HjorthMar 7, 2007 5:00 am 
Devin RubiaMar 7, 2007 6:38 am 
Tony EarnshawMar 7, 2007 8:04 am 
Devin RubiaMar 7, 2007 10:48 am 
Ebbe HjorthMar 7, 2007 11:26 pm 
Devin RubiaMar 8, 2007 7:31 am 
Ebbe HjorthMar 8, 2007 12:51 pm 
Devin RubiaMar 8, 2007 1:16 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: [maildropl] invalid user specifiedActions...
From:Tony Earnshaw (ton@hetnet.nl)
Date:Mar 7, 2007 8:04:36 am
List:net.sourceforge.lists.courier-maildrop

Devin Rubia wrote, on 07. mar 2007 15:39:

[...]

Let's check the easy stuff. What version of maildrop are you using?

This is 'maildrop -v'. Perhaps you want to gentle OP to 'maildrop -V'?

Is Authlib support enabled?

He already said that it was. authlib, with a small "a".

What's the output of 'maildrop -v'

We've already had that.

Also, according to the authtest documentation:

http://www.courier-mta.org/authlib/authtest.html

The format of the authtest command should be:

authtest {loginid} [password] [newpassword]

This actually *works* (Jøssenam) and effs up my LDAP database, which is supposed to have userPassword in CLEARTEXT, since I use CRAM-MD5 and DIGEST-MD5 for other stuff (like Postfix and more). The above stuffs the password into LDAP in {CRYPT} - why {CRYPT} in particular? If my user ever again wants to authenticate to Courier IMAP - or Postfix, or LDAP or whatever - using (CRAM|DIGEST)-MD5, he won't be able to. It works because I've given a proxy/rootdn login in authldaprc. Sam, have you gone out of your head?

And I do not want any ... hmmm ... kindly posters telling me I should not have my LDAP database in CLEARTEXT. I know what I'm doing.

So, you should be running:

authtest xx@apz.dk

What does that give you?

The only way that's going to work, presuming that OP actually wants it out of Postfix, is if he uses '-d ${user}@${nexthop}' and not '-d ${recipient}' (see Postfix's MAILDROP_README.html). Personally I use '-d ${user}' on my Postfix sites, and that returns me the (what Exim defines as) '$localpart'.

"> Let's check the easy stuff."