Do you think it was just an issue of lack of patience?

I was testing it last night using email sent from yahoo.com, and stuff was
bouncing. Now, six hours of sleep later, all seems to be functioning
normally.

Am I just deluding myself?

What's a good way to make sure everything is configured correctly, anyway?
Everything loads fine, according to /var/log/messages and seems to be
spitting out what I'd expect from both nslookup and dig.
... but how can I be sure?

For what it's worth, I've conquered postfix aliasing problems several times,
so I know how to fix that now... and what it looks like when that's the
problem.

    -- Jon

> From: Mark Weaver <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Wed, 06 Sep 2000 07:18:44 -0400
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] HELP ME! DNS/Bind problems... especially with email.
> 
> Jon Roig wrote:
>> 
>> I'm fairly new to Linux, and I've mostly been able to puzzle stuff out...
>> but this has me stumped. I've been working on it for hours, and I think my
>> brain is about to melt.
>> 
>> Right now, I can receive email as [EMAIL PROTECTED] but not
>> [EMAIL PROTECTED] I know it's not postfix -- it's not a relaying problem --
>> email just cannot find its way to the machine.
>> 
>> Any tips?  Relevant files follow....
>> -- Jon
>> 
>> Here's my named.conf file:
>> ------
>> options {
>> directory "/var/named";
>> };
>> 
>> zone "." {
>> type hint;
>> file "named.ca";
>> };
>> 
>> zone "jonroig.com."{
>> type master;
>> file "jonroig.com.";
>> notify no;
>> };
>> 
>> zone "0.0.127.in-addr.arpa"{
>> type master;
>> file "named.local";
>> };
>> 
>> zone "30.67.26.216.IN-ADDR.ARPA"{
>> type master;
>> file "216.26.67.30";
>> notify no;
>> };
>> zone "31.67.26.216.IN-ADDR.ARPA"{
>> type master;
>> file "216.26.67.31";
>> notify no;
>> };
>> ---------------
>> 
>> here is jonroig.com.
>> 
>> ---------------
>> @               IN      SOA     jonroig.com.    jon.smersh.jonroig.com. (
>> 2000082808 ; serial
>> 3600 ; refresh
>> 900 ; retry
>> 1209600 ; expire
>> 43200 ; default_ttl
>> )
>> 
>> IN      NS      216.26.67.31.
>> IN      MX 10   smersh.jonroig.com.
>> IN      A       216.26.67.31
>> 
>> localhost       IN      A       127.0.0.1
>> 
>> smersh          IN      A       216.26.67.31
>> www             IN      A       216.26.67.31
>> hoover          IN      A       216.26.67.30
>> ----------------
>> 
>> here's 216.26.67.31 (reverse domain)
>> 
>> --------
>> @               IN      SOA     jonroig.com.    jon.jonroig.com. (
>> 2000080402 ; serial
>> 3600 ; refresh
>> 900 ; retry
>> 1209600 ; expire
>> 43200 ; default_ttl
>> )
>> @               IN      PTR     jonroig.com.
>> @               IN      NS      smersh.jonroig.com.
>> 
>> ----------------
> 
> Um...lets see. If I'm understanding you correctly it sounds like all
> you've got to do is to setup an alias for yourself with postfix that
> will re-route mail coming in for the other address to the address that
> you're currently able to receive for. You can do that easily using
> Webmin in your Netscape browser and accessing the server --> postfix
> menu.
> -- 
> Mark
> ------------------------------------------------------------------------
> **  =/\=  No Penguins were harmed | ICQ#27816299
> ** <_||_> in the making of this  |
> **  =\/=  message...   | Registered Linux user #182496
> ------------------------------------------------------------------------
> 


Reply via email to