Andreas Meyer wrote: > I managed to su to vmail by giving it a shell. > # su - vmail For security reasons, you should rather not give a login shell to non-interactive users. You can temporarily pass a shell to su: su -s /bin/sh - vmail Regards Daniel -- https://plus.google.com/103021802792276734820