SETUP Windows7 Live Mail
|
Take it easy!
Add a new account...
Recieve Server, Send Server ... (POP3 or IMAP4)
Complete...Non Non
Option > Mail > Check Every 10 min ...
Complete And Check!
OK?
|
 |
SETUP crontab
|
We recommend to you use crontab on your Linux(xBSD, Unix) server.
1. Make directory for MyDNS.JP.
2. Edit /etc/crontab.
3. Make script for MyDNS.JP.
4. Reload crond.
Make directory for MyDNS.JP.
# mkdir /etc/cron.every5min/
|
Edit /etc/crontab.
# crontab -e
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
*/5 * * * * root run-parts /etc/cron.every5min
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
|
Make script for MyDNS.JP.
# cat > /etc/cron.every5min/mydns
#!/bin/sh
#
# TEST1.MYDNS.JP
/usr/bin/wget -O - 'http(s)://mydns111111:tp5YgZv4@www.mydns.jp/login.html'
#
#
# TEST2.0am.JP
/usr/bin/wget -O - 'http(s)://mydns222222:Ex8ZVkm7@www.mydns.jp/login.html'
#
#
# TEST3.0T0.JP
/usr/bin/wget -O - 'http(s)://mydns333333:QC6L2SF8@www.mydns.jp/login.html'
|
Add eXec attribute. And Reload crond.
# chmod +x /etc/cron.every5min/mydns
# /etc/init.d/crond reload
|
|
 |
SETUP OTHER
|
If you make so easy and useful scripts or software for MyDNS.JP.
Please tell me it, and open it to every user.
Have a enjoy!
|
 |