Charlie Chrisman wrote: > in your dns configuration, you need to set up a mx record for domain.com as > well as host.domain.com (using correct and valid domains and hostnames, as > usual. i don't get why people don't want to share their hosts and domains with > the people on the list... well i do, but... you know) > > in BIND: > > > IN MX mail.domain.com. > host IN MX mail.domain.com. > > or in tinydns: > > @domain.com::mail.domain.com > @host.domain.com::mail.domain.com >
yep.. i just started using tinydns... made sure that @host.doamin.com::host.domain.com was in there (host = mxhost in this case) What im trying to do is get rid of these messages: default domain = sodatrain.com mx host = chaos.sodatrain.com @400000003bcafb841b640814 starting delivery 2494: msg 60397 to local [EMAIL PROTECTED] @400000003bcafb841b64236c status: local 1/10 remote 0/20 @400000003bcafb841baa7b3c delivery 2494: deferral: Unable_to_chdir_to_maildir._(#4.2.1)/ @400000003bcafb841baa9694 status: local 0/10 remote 0/20 this is part of my tinydns data file @sodatrain.com::chaos.sodatrain.com:10:86400 @chaos.sodatrain.com::chaos.sodatrain.com:20:86400 thx