running as non-root
I need to configure a package to run as a non-root on my Intel Solaris machine.Please can anyone help.Thank you.Chumy
[152 byte] By [
Gchumy] at [2007-11-25 23:19:28]

# 3
You still need to be a bit more specific. This mail program - it is a MTA or MUA ?If a MTA, then you can use the su command at boot time to startup the application as the "mail" user e.g. su - mail -c "program"If a MUA, then I suggest using sudo.