Mail Exchanger resource.
The host of this MX.
The preference for this MX.
Creates a new MX record with preference
,
accepting mail at exchange
.
# File rake/lib/resolv.rb, line 1859 def initialize(preference, exchange) @preference = preference @exchange = exchange end