In trying to set up dailymail, I've run into an issue I can't get a handle on...
I attempt to run the dailymail script from the command line, using this syntax:
/usr/bin/wget -q -O /dev/null -T 0
http://www.mydomain.com/mail/dailymail.php?pw=mypassword 1> /dev/null 2> /dev/null
Substituting my domain and password in the appropriate spots. When I do this, I get the following command prompt message:
/usr/bin/wget: No match.
If I remove the "?pw=mypassword" from the line, it seems to run fine -- or at least it doesn't return an error message. This makes me think the "no match" message is saying the dailymail password didn't match.
I've double-checked and triple-checked my dailymail password, even changing it in both the configuration screen and in the wget line, but it still gives me the same message.
Anyone run into this before?