Lou Hevly wrote:
>
> I'm renting a dedicated server, using qmail and vpopmail on Linux RedHat 6.2. I
>followed the Administration of Virtual Email Domains tutorial
>(http://www.inter7.com/qmail/vpopmail.html ), and everything works wonderfully
>*except* I can't receive mail at the domain name which is the hostname of the machine.
>
> The hostname is inloc.com. When installing qmail I got a message saying my hostname
>is inloc.com, but that it couldn't find the canonical DNS, so I did ./config-fast
>inloc.com and it used that.
>
> All users for all virtual domains work perfectly _except_ inloc.com. I can send mail
>to [EMAIL PROTECTED] locally, using .qmail-inject, but when I try to mail from another
>machine the message never gets there; nothing is entered in the logs.
>
> I understand this is probably more of a DNS issue, but I was hoping someone here
>might have run into this problem previously and be able to offer advice.
>
> Thanks.
>
> --
> All the best (Ad�u-siau),
> Lou Hevly
> [EMAIL PROTECTED]
> http://www.visca.com
[kbo@orbital kbo]$ nslookup
Default Server: ns1.inter7.com
Address: 209.218.8.2
> set type=mx
> inloc.com
Server: ns1.inter7.com
Address: 209.218.8.2
inloc.com preference = 0, mail exchanger = mail.inloc.com
inloc.com nameserver = ns.inloc.com
inloc.com nameserver = ns2.inloc.com
mail.inloc.com internet address = 209.10.167.158
ns.inloc.com internet address = 209.10.167.158
ns2.inloc.com internet address = 209.10.167.159
That's your mx record in dns to the world. mail.inloc.com
I recommend you don't run config-fast inloc.com, instead
use the machines full hostname, like.. config-fast mail.inloc.com
then add inloc.com as a virtual domain with vadddomain inloc.com
Ken Joens