10 messages in net.sourceforge.lists.courier-users[courier-users] Re: There must be an ...
FromSent OnAttachments
Mike BakerDec 30, 2001 12:52 am 
Roland SchneiderDec 30, 2001 8:20 am 
Nick RiemondiDec 30, 2001 9:49 am 
Roland SchneiderDec 30, 2001 11:07 am 
Sam VarshavchikDec 30, 2001 11:08 am 
Mike BakerJan 1, 2002 11:07 am 
Bryan RossJan 1, 2002 3:27 pm 
Sam VarshavchikJan 1, 2002 3:38 pm 
Alessandro VeselyJan 2, 2002 7:11 am 
Bryan RossJan 2, 2002 7:34 am 
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:[courier-users] Re: There must be an answer...Actions...
From:Alessandro Vesely (ves@tana.it)
Date:Jan 2, 2002 7:11:59 am
List:net.sourceforge.lists.courier-users

Sam Varshavchik writes:

Bryan Ross writes:

/usr/lib/courier/sbin/makehosteddomains is owned by courier.admin and has been chmod'd u+s.

makehosteddomains is a script, not a binary executable. setuserid bit has no effect on scripts.

Hmmm... sometimes if a script starts with "#!/bin/sh -p" one can get much of the effect the setuid bit should do.

However, I wouldn't recommend using setuid scripts to set permissions, because a wrapper script is more secure and more maintainable.

Ciao Ale