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:Devin Rubia (dev@thezone.net)
Date:Mar 7, 2007 10:48:11 am
List:net.sourceforge.lists.courier-maildrop

On Wed, Mar 07, 2007 at 05:04:59PM +0100, Tony Earnshaw wrote:

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'?

No, this is asking for a simple version #. You know, like "2.0.2" or "1.6.3"

Is Authlib support enabled?

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

No, he did not. He said he has Authlib installed and configured and working with other packages. He did not say whether his maildrop has it built in and enabled.

What's the output of 'maildrop -v'

We've already had that.

Where? I only asked for the version number before which is different than asking for a full "maildrop -v" output. I have a tendancy to ask people questions in a number of different ways because often they have a tendancy to pick and choose what to answer or misunderstand what is being asked. I'm just maximizing the possibility of getting useful information.

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]

[SNIP LDAP password rant] WTF does this have to do with the problem at hand?

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'.

From: http://www.postfix.org/pipe.8.html

------ ${recipient} This macro expands to the complete recipient address.

------

In most cases, this will be equivalent to ${user}@${nexthop} except when there is an extension or routing information added to the local part. (eg. "username+some@example.com")

No, they're not the same but it will work as advertised >99.99% of the time. However, I concede ${user}@${nexthop} would be the better choice.

"> Let's check the easy stuff."

Indeed.