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:Truong Tan Son (son@fcv.fujitsu.com)
Date:Jan 23, 2006 6:14:38 pm
List:net.sourceforge.lists.courier-maildrop

You should step by step to run debug without spamassassin.

Do you start courier-authen: /usr/local/sbin/authdaemond start

#ps -ef|egrep auth

root 884 883 0 09:09 ? 00:00:00 /usr/local/libexec/courier-authl root 897 884 0 09:09 ? 00:00:00 /usr/local/libexec/courier-authl root 898 884 0 09:09 ? 00:00:00 /usr/local/libexec/courier-authl root 899 884 0 09:09 ? 00:00:00 /usr/local/libexec/courier-authl root 900 884 0 09:09 ? 00:00:00 /usr/local/libexec/courier-authl root 901 884 0 09:09 ? 00:00:00 /usr/local/libexec/courier-authl

1) Test with maildroprc contains 1 line and see result:

to "$HOME/<test>/Maildir/"

(<test>: is user where to place massage.)

2) Free all messages on QUEUE by mailq & postsuper, and re-send again.

3) mailq and see debug log file.

----- Original Message ----- From: "David Bernal" <kusk@gmail.com> To: "Truong Tan Son" <son@fcv.fujitsu.com> Cc: <cour@lists.sourceforge.net> Sent: Tuesday, January 24, 2006 8:48 AM Subject: Re: [maildropl] maildrop: Temporary authentication failure

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