How to set up a cron job in parallel plesk [Problem solved]

I’m running a vsp with phplist installed. I tried every possible configuration I could find for running a cron job. Unfortunately nothing works. Last thing I tried was this:
wget --post-data “page=processqueue&login=&password=*” http://www.domainname/lists/admin/index.php
and this what the cron job mails to me:
–2015-07-02 23:32:01-- http://www.domain/lists/admin/index.php
Resolving ww.domain (ww.domain)… ipnr
Connecting to ww.domain (ww.domains)|ipnr|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: unspecified [text/html]
Saving to: ‘index.php.18’

 0K .......... ...                                          374M=0s

2015-07-02 23:32:01 (374 MB/s) - ‘index.php.18’ saved [14006]
What am I doing wrong?
Or in short:
How do I set up a cron job in parallel plesk for sending mails with phplist

Changed it to:
/usr/bin/curl http://www../lists/admin/index.php?page=processqueue&secret=**
And now I get this in my e-mailbox:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://ww.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd” >
html xmlns=“http://www.w3.org/1999/xhtml”" xml:lang=“en” lang=“en” dir=“ltr”

I think I’ve got it…

1 Like