On 7/23/07, Evan Platt <[EMAIL PROTECTED]> wrote:
At 08:17 PM 7/22/2007, Bubuk Gabrok wrote:
>On http://wiki.apache.org/spamassassin/OtherTricks (Fake MX Record) ,
>where do I insert these values:
>fake0.domain.com 10
>realmx.domain.com 20
>fake1.domain.com 30
>
>TIA.
In your Zonefile for your DNS.
Evan
Thanks Evan. I am using webmin to create and edit all my DNS entries.
Now suppose if I want to create Fake MX Record for example.com, I
would go to BIND DNS Server from the Servers main menu item right?
Then I should click on example.com and click on Edit Records File and
insert to values that I have mentioned before. Am I on the right
track?
...
...
www.example.com. IN A aaa.bbb.ccc.ddd
example.com. IN MX 10 mail.example.com
fake0.domain.com 10
realmx.domain.com 20
fake1.domain.com 30
Do I need to replace domain.com to example.com ? Please advise.