OK, concerning MY Postfix issues.  After performing the steps that I was told 
in earlier posts, I got SMTPd to answer the "phone", however, when I try to 
send email from outside to one of the user accounts on the box, I get it 
returned stating it cannot relay.  I thought that postfix should at least know 
the linux users.  However, I CAN send email to outside from within the linux 
terminal using telnet localhost 25.  So, something is still not right 
someplace. I have checked and double checked both the main.cf and the aliases 
files and everything looks good.  Also there are two aliases files, one 
in /etc/ and one in /etc/postfix.  Which one is postfix actually using?

Thanks for all your wonderful help here on the list!

--
Steve Smith/KC9AOY

Linux Rulez - Stop rebooting and 
get work done!  Switch to Linux!
> 
> ----- Original Message -----
> From: "Benjamin J. Weiss" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 07, 2003 7:16 AM
> Subject: Re: Postfix
> 
> 
> > try
> >
> > locate postfix
> 
> The only thing it netted was the webmin files.
> 
> 
> >
> > You'll get plenty of results. :)  Don't forget, however, that postfix is
> > actually several programs.  Wietse Venema, the gentleman who wrote it,
> > used the proper *nix philosophy of making several small programs that
> > each did a small job, but did it well and quickly.
> >
> > If you are specifically interested in what program should be listening
> > to your smtp traffic, the name of that program is "master".  If you do a
> > netstat -tap, you should see something like:
> >
> > tcp        0      0 *:smtp                  *:*
> > LISTEN      822/master
> >
> > That will let you know that postfix is actually listening on the port.
> > If you see that, but still aren't able to receive email, then it could
> > be an iptables issue.
> 

> According to the install, it's there.  It errors out for that reason.  But
> it's not present.  I am remotely doing this but it should be there
> nonetheless.  Guess I go in tomarrow and do it at the terminal.
> 
> 
> >
> > Ben
> > ----- Original Message -----
> > From: "Daryl Hunt" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, July 07, 2003 5:51 AM
> > Subject: Postfix
> >
> >
> > > I attempt to find postfix and it isn't where it should be.  I am
> > running
> > > RH9.0
> > >
> > > I type whereis postfix and get      postfix:
> > > I type whereis qmail and get        qmail:
> > >
> > >
> > > I go to usr/sbin and can't seem to find the files.
> > >
> > > When I attempt to do an rpm undate on either, it says that they are
> > already
> > > there.
> > >
> > > I really need to get either one working as sendmail is a disaster and
> > I just
> > > broke it for good<grin>
> > >
> > >
> > >
> > >
> > > --
> > > redhat-list mailing list
> > > unsubscribe mailto:[EMAIL PROTECTED]

> > > https://www.redhat.com/mailman/listinfo/redhat-list
> > >
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:[EMAIL PROTECTED]
> > https://www.redhat.com/mailman/listinfo/redhat-list
> >
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to