For those members who are being hosted by ThirdSphere and may have had problems setting up their Cron job for Listmail, the following should work.
For domains:
/usr/bin/curl -o /dev/null
http://domain.com/mail/dailymail.php?pw=dailymail password 1> /dev/null 2>/dev/null
Change the dailymail password to the password that you used in your configuration section of Listmail.
The domain name will be the primary domain you are using,
entered without the www prefix.
Listmail (mail) will be residing on the main domain.
For sub domains:
/usr/bin/curl -o /dev/null
http://subdomain.domain.com/mail/dailymail.php?pw=dailymail password 1> /dev/null 2>/dev/null
If you using sub domains under your main domain name, enter the sub domain first without the www prefix (see above) followed by your main domain.
Listmail (mail) will be residing on the sub domain.
I realize that most of you probably do not have any problems with setting up your Cron jobs, but being new at this it took me awhile to get this to work. Before I had this worked out, I ended up setting this up to run from my desktop using (WGET) and a scheduled job. If the above can spare somebody else a little bit of trouble of setting this up on the server at ThirdSphere, then I've accomplished my goals.
Thank you,
Larry Baker