[Mimedefang] mimedefang and simple spamassassin test

Jon Rowlan jon.rowlan at sads.com
Mon May 12 11:06:34 EDT 2008


> What you are doing is specifying the shell for the user login when you
use 
> the su command.  You can try chsh defang and change to /bin/bash and
see if 
> it fixes the problem.  But make sure to change it back so you don't 
> introduce a security issue when you are convinced it doesn't.

It does fix the problem.

chsh -s /bin/bash defang

and then

su defang -c 'spamassassin --lint'

reports the previous error with the language parser.

Previously the shell was set to /bin/false and would not even begin to
parse the config file.

Should the default shell be set to false for defang?

I have now reset it to /bin/false

jON



More information about the MIMEDefang mailing list