openwrtv4/package/dnsmasq
Jo-Philipp Wich c443f3d875 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>

SVN-Revision: 31057
2012-03-23 11:19:58 +00:00
..
files dnsmasq: add mx record support 2012-03-23 11:19:58 +00:00
patches package/dnsmasq: update to 2.59 (thanks to Raphael Huck) 2011-11-25 00:53:13 +00:00
Makefile dnsmasq: if CONFIG_IPV6 is off, compile with -DNO_IPV6 - solves unresolved refs to in6addr_any when building with external CodeSourcery toolchain 2012-01-18 19:00:53 +00:00