try

locate postfix

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.

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

Reply via email to