On 28/12/17 07:54, flowhosts wrote: > Per security policy i am not allowed to use sources besides redhats...
That's understandable. > I do build postfix from source using the specs file available in fedora > repo. > It is simple, just install rpbmuild grab the tar.gz file and rename > everything in the spec file to match your distro. > Build with rpbmuild -ba postfix.spec That's probably the next best option given a policy like the above, although I would recommend using mock instead which will give you a clean build environment and automatically pull in build dependencies. Mock is available from both the CentOS extras repo and epel. The sources are also freely available from GhettoForge if you want to look them over. Peter