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