5 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop: Temporary a...
FromSent OnAttachments
David BernalJan 22, 2006 9:00 pm 
Truong Tan SonJan 23, 2006 4:50 pm 
David BernalJan 23, 2006 5:49 pm 
Truong Tan SonJan 23, 2006 6:14 pm 
Truong Tan SonJan 23, 2006 7:25 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] maildrop: Temporary authentication failureActions...
From:David Bernal (kusk@gmail.com)
Date:Jan 23, 2006 5:49:37 pm
List:net.sourceforge.lists.courier-maildrop

Thanks for your input, but still same error. Yes all those options are set. This is the contents of the maildroprc file..pretty standard: if ( $SIZE < 26144 ) { exception { xfilter "/usr/bin/spamassassin --prefspath=$HOME/$DEFAULT/.spamassassin/user_prefs " } }

if (/^X-Spam-Flag: *YES/) { exception { to "$HOME/$DEFAULT/.Spam/" } } else { exception { to "$HOME/$DEFAULT" } } This is the error in the mail log:

Jan 23 20:28:15 mail1 postfix/pipe[3176]: E1F74189B23: to=<te@test.com>, relay=maildrop, delay=84897, status=deferred (temporary failure. Command output: /usr/local/bin/maildrop: Temporary authentication failure. )

Any other ideas? I just whish it told me where it was trying to authenticate?!?!

On 1/23/06, Truong Tan Son <son@fcv.fujitsu.com> wrote:

Dear David Bernal,

Do you set: main.cf: virtual_transport = maildrop

master.cf: maildrop unix - n n - - pipe

flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}

and how about /etc/maildroprc ?

----- Original Message ----- From: "David Bernal" <kusk@gmail.com> To: <cour@lists.sourceforge.net > Sent: Monday, January 23, 2006 11:53 AM Subject: [maildropl] maildrop: Temporary authentication failure

Hello,

Hopefully someone can point me in the right direction.....

I have setup postfix+maildrop+mysql and keep getting a "maildrop: Temporary authentication failure" from maildrop preventing messages from being delivered. Anyone experience this before and give me a hint to how i can troubleshoot this?

Thanks