I read your documentation and it didnt help. How do you set-up Cron Job for Easysocial emails from SSH? I am on a debian 7 and no cpanel.
*/5 * * * * wget "http://site.com/index.php?option= com_easysocial&cron=true&tmpl=component" >/dev/null 2>&1
*/5 * * * * wget "http://site.com/index.php?option= com_easyblog&task=cron&tmpl=component" >/dev/null 2>&1
*/5 * * * * wget "http://site.com/index.php?option= com_easydiscuss&task=cron&tmpl=component" >/dev/null 2>&1