dnsmasq: add mx record support
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 23 Mar 2012 11:19:58 +0000 (11:19 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 23 Mar 2012 11:19:58 +0000 (11:19 +0000)
commita727e68c1f777ead7201fae6d5cd14ef18b2d064
tree943576d58d4290e8b2cf7ecf65823a309e44c00d
parenta3026e2faebe31ba85185bf72983361d0da221c6
dnsmasq: add mx record support

Adding the following syntax support:

config mxhost
option domain mydomain.com
option relay svr10.ironport.com
option pref 50

and this will generate an MX record for mydomain.com pointing at the relay with a given preference.

Redux: default the preference to 0 if absent.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31057 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/dnsmasq/files/dnsmasq.init
This page took 0.025262 seconds and 4 git commands to generate.