Did you create the needed cron job?Edit the crontab
# crontab -e
and add the line
*/1 * * * * /path/to/vimp/scripts/send_newsletters.sh > /dev/null 2>&1
Whereby /path/to/vimp has to be replaced with the path to the VIMP installation of your server.