4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop does not del...
FromSent OnAttachments
Wari WahabOct 18, 2001 3:57 am 
Mohd Fared Abdul KhirOct 18, 2001 4:31 am 
Sam VarshavchikOct 18, 2001 4:52 am 
Wari WahabOct 18, 2001 7:18 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 does not deliver if SHELL in passwd is /bin/falseActions...
From:Mohd Fared Abdul Khir (mfa@mimos.my)
Date:Oct 18, 2001 4:31:57 am
List:net.sourceforge.lists.courier-maildrop

try to add below line in your user's .mailfilter :-

SHELL="/bin/csh"

** replace with whatever shell you have.

salam, --fared

On Thu, 18 Oct 2001, Wari Wahab wrote:

In our system, we need to restrict certain users from login in (either SSH or telnet or even console).. For that we used /bin/false or /bin/passwd for their shell, if this happens and the user has got a .mailfilter file, mail would not get delivered and would be send to the bitbucket (The error returned is a 1 and not EXTEMP_FAIL, or something like that).. With /bin/passwd, at least I can see the error of maildrop trying to run passwd -c somecommand...

Now, what should I do, will smrsh (stolen from sendmail) help? And is there any other thing I can do than to try out smrsh myself? Please help.

My mail server is running postfix, and I run maildrop as I used the sqwebmail/maildrop integration. Thanks