Here is the begining of one zone file. I'm not sure that this is 100%
correct in implementation, but it works )

;
$TTL 86400
@ IN SOA ns.domain.com. admin.domain.com. (
2001122001 ; serial
10800 ; refresh
3600 ; retry
604800 ; expire
86400 ; default_ttl
)
;
@ IN NS ns1.domain.com.
@ IN NS ns2.domain.com.
@ IN NS ns3.domain.com.
@ IN MX 10 mail.domain.com.
;
localhost       IN      A       127.0.0.1
ns1             IN      A       1.2.3.4
mail            IN      A       1.2.3.4
interout        IN      A       1.2.3.4
                        MX      10 mail
outlimit        IN      A       1.2.3.4
                        MX      10 mail
aspect  IN      A       1.2.3.4
                        MX      10 mail
www             IN      A       1.2.3.4


....



and that is what my DNS zone file looks like. Hope it helps.

Jeff



-----Original Message-----
From: Cory (Clarinda) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 2:30 PM
To: Jeff Skalny
Subject: Re: [courier-users] Can Send, but Can't Recieve


That would be great.  Thanks.
----- Original Message ----- 
From: Jeff Skalny 
To: 'Cory (Clarinda)' 
Cc: '[EMAIL PROTECTED]' 
Sent: Wednesday, January 02, 2002 12:48 PM
Subject: RE: [courier-users] Can Send, but Can't Recieve


I had this same problem. It turned out to be a DNS configuration error.
Double check the way your MX records are defined. If needed, I can post a
sample DNS zone file.
 
Jeff
dBDirect Inc.
-----Original Message-----
From: Cory (Clarinda) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 27, 2001 11:25 AM
To: [EMAIL PROTECTED]
Subject: [courier-users] Can Send, but Can't Recieve


We are having problems configuring the mail server to receive mail.  We are
using virtual domains,  but it doesn't seem that an account is being written
for them.  We were advised to utiize the webadmin module, but are unable to
access this feature.
 
We have noticed however, that we are able to send and receive mail from the
primary domain name.
 
Any suggestions?
 
E&C
DBS Computers

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to