might be that the command is not found in /bin or /sbin
You can try by adding the absolute path:
Code: Select all
/bin/rm
Code: Select all
/bin/rm
Code: Select all
protocols = imap
service imap-login {
inet_listener imap {
port = 0
}
inet_listener imaps {
port = 993
ssl = yes
}
}
Code: Select all
useradd mySmbUser
Code: Select all
smbpasswd -a mySmbUser
Code: Select all
apt-get install bzip2
Code: Select all
MESSAGE="$(< /dev/stdin)"