7 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Temporary authenticat...
FromSent OnAttachments
CourierJul 14, 2005 9:03 am 
Sam VarshavchikJul 14, 2005 3:26 pm 
CourierJul 14, 2005 3:55 pm 
Sam VarshavchikJul 14, 2005 4:56 pm 
CourierJul 14, 2005 5:13 pm 
Sam VarshavchikJul 14, 2005 6:27 pm 
CourierJul 14, 2005 9:50 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] Temporary authentication failureActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jul 14, 2005 6:27:39 pm
List:net.sourceforge.lists.courier-maildrop

Courier writes:

Jul 13 23:15:56 xxxxx maildrop[2555]: Temporary authentication failure. Jul 13 23:15:56 xxxxx postfix/local[2553]: 2D75A5A02F0: to=<us@foo.com>, relay=local, delay=0, status=deferred (temporary failure. Command output: ERR: authdaemon: s_connect() failed: Permission denied /usr/local/bin/maildrop: Temporary authentication failure. )

I tried several suggestions on the postfix mailing list - but perhaps the best one was from Weitse to ask here.... Any help ? Ideas ? Directions ?

Did you read the note at the beginning of maildrop's INSTALL file, and do you understand what it tells you to do?

======================

According to "less" 6 % into the file, where it starts "NOTE:" and "Your mail server must..." I have read, and re-read that section several times. If that's what you're referencing, Sam, then I'm missing what I skipped. I used the same socket as mysql, mysql.sock,

and the thw whole world right now could destroy it. I'm willing to wear the dunce's pointy cap...what did I miss ?

The socket in question has nothing to do with mysql.

That note gives you three options to choose from. Which one did you choose?

======================

I thought that "--enable-maildrop-uid=root" accomplished the first option

Only partially. It does set the ownership of the maildrop binary, but does not turn on the setuid and setgid bit. It used to do that, but that was taken out a number of versions ago.

The 2nd option - "setuid root" I don't know how to set that on this distro, so I tried "chown root maildrop" obviously without luck

chown only changes the ownership. chmod changes the permission bits, and every UNIX system in the world does it the same way: chmod u+s