How do I start to get going with Postfix? Where do I download it from? How do I install it, I will worry about the setup later. I am going to install it on a new REDHAT 7.3 system.
but you have to compile sources that are present here. If you want RPMs, you can try rpmfind.net, but compiling and installing Postfix is REALLY easy. BTW, Postfix is present in RH 8.0 distribution.
I think that configure isn't used while building Postfix. I used these steps:
download sources to /usr/src
useradd postfix
groupadd postdrop
tar xvfz postfix-1.1.11.tar.gz
cd postfix-1.1.11
make
make install
<answer several questions>
...and optionally add/edit rc-skripts
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.