[SOLVED] ddclient updates dynamic WAN IP but... Hi, I'm using a combination of zoneedit and ddclient. ddclient updates the IPaddresses(A) for mydomain.com and w_w_w.mydomain.com, but not that for mail.mydomain.com. Could ddclient.conf be edited to update mail.mydomain.com? Current ddclient.conf Code: pid=/var/run/ddclient.pid protocol=zoneedit1 use=web, web=checkip.dyndns.org, web-skip='Current IP Address: ' server=dynamic.zoneedit.com login=****** password='******' mydomain.com Thanks for any advice.
Just have to comma seperate domains in ddclient.conf. Code: pid=/var/run/ddclient.pid protocol=zoneedit1 use=web, web=checkip.dyndns.org, web-skip='Current IP Address: ' server=dynamic.zoneedit.com login=****** password='******' mydomain.com, w_w_w.mydomain.com, mail.mydomain.com