MLUG: RE: [MLUG] Sendmail
RE: [MLUG] Sendmail
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
yes I can send mail back and forth to users on the same machine.
here are my config files as the stand right now.  If this will help in
straightening this mess out.


/etc/hosts reads
127.0.0.1       localhost
65.64.127.252   ibsiinc-isp.com

----------------------------------------------------------------------------
--------------------
/etc/resolv.conf reads
nameserver 127.0.0.1
nameserver 151.164.8.201
nameserver 151.164.1.7

----------------------------------------------------------------------------
--------------------
/etc/bind/named.conf reads
options {
        directory "/var/cache/bind";

};


logging {
        category lame-servers { null; };
        category cname { null; };
};


zone "." {
        type hint;
        file "/etc/bind/db.root";
};




zone "localhost" {
        type master;
        file "/etc/bind/db.local";
};

zone "127.in-addr.arpa" {
        type master;
        file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
        type master;
        file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
        type master;
        file "/etc/bind/db.255";
};

// add entries for other zones below here
zone "mail.ibsiinc-isp.com" {
        type master;
        file "/var/cache/bind/mail.ibsiinc-isp.com.hosts";
        };

zone "ibsiinc-isp.com" {
        type master;
        file "/var/cache/bind/ibsiinc-isp.com.hosts";
        };

----------------------------------------------------------------------------
--------------------
/var/cache/bind/mail.ibsiinc-isp.com.hosts reads
$ttl 38400
mail.ibsiinc-isp.com.   IN      SOA     mail.ibsiinc-isp.com.
mark_taylor.ibsiinc.com. (
                        985009367
                        10800
                        3600
                        432000
                        38400 )
mail.ibsiinc-isp.com.   IN      NS      ibsiinc-isp.com.
mail.ibsiinc-isp.com.   IN      A       65.64.127.252
mail.ibsiinc-isp.com.   IN      MX      10 ibsiinc-isp.com.
ibsiinc-isp.com.        IN      A       65.64.127.252

----------------------------------------------------------------------------
--------------------
/var/cache/bind/ibsiinc-isp.com.hosts reads
$ttl 38400
ibsiinc-isp.com.        IN      SOA     ibsiinc-isp.com.
mark_taylor.ibsiinc.com. (
                        985014745
                        10800
                        3600
                        432000
                        38400 )
ibsiinc-isp.com.        IN      NS      ibsiinc-isp.com.
ibsiinc-isp.com.        IN      A       65.64.127.252
ibsiinc-isp.com.        IN      NS      ns1.swbell.net.
ibsiinc-isp.com.        IN      NS      ns2.swbell.net
ibsiinc-isp.com.        IN      MX      10 ibsiinc-isp.com.
mail.ibsiinc-isp.com.   IN      A       65.64.127.252
ns1.swbell.net. IN      A       151.164.1.1
ns2.swbell.net. IN      A       151.164.1.7


-----Original Message-----
From: EMAIL:PROTECTED
[mailto:EMAIL:PROTECTED]On Behalf Of Michael
Sent: Monday, March 19, 2001 1:54 PM
To: EMAIL:PROTECTED
Subject: Re: [MLUG] Sendmail


Also make sure that you have the exactly correct hostname in your system
and sendmail configs. It sounds like your mail is being sent correctly
which is why no error is happening but your receiver blocks mail that
doesn't match the host it says it comes from (this often happens if the
machine uses an internal name for itself). Sendmail is sort of a pain. Can
you send mail between users on the same machine?

*^*^*^*
Michael McGlothlin <EMAIL:PROTECTED>
http://www.kavlon.com

On Mon, 19 Mar 2001, Mikhail Kovalenko wrote:

> Could your problem be that hostnames are not resolving correctly? Check
> your DNS setup.

--
To manage your subscription, go to http://mlug.missouri.edu/members/edit.php

Archives are available at http://mlug.missouri.edu/list-archives/

--
To manage your subscription, go to http://mlug.missouri.edu/members/edit.php

Archives are available at http://mlug.missouri.edu/list-archives/