Postfix Basic Build
Compile a Basic Postfix Once you have downloaded the source code, move it into the /usr/local/src directory, other options are available. Download Source Code From Here:...
View ArticleBuilding Postfix from Source
Before making the decision on whether to build from source or not, it may be best to review a few of the advantages and disadvantages. Disadvantages 1. Time It takes time and effort to compile from...
View ArticleDebugging Postfix
Using strace to Find Problems The strace command allows you to view the activities of a process. The first thing you will need to do is locate the process ID that you want to trace. ps aux | grep...
View ArticleTools Needed for Building Postfix
Postfix is built in C so you will be compiling C code. Usually the options that you want to create for a project are contained in a Makefile. The make utility creates this Makefile which is used to...
View ArticleBuild Postfix From Source on CentOS
Building Postfix from source can be a rewarding experience with great results. This tutorial will show you how to do a basic build and then following tutorials will show you how to build in additional...
View ArticleCompile MySQL with Postfix on CentOS
CentOs MySQL Support You may want to use MySQL to store passwords of accounts, especially when you are working with virtual mailboxes. One thing to note when you do compile Postfix is to make good use...
View ArticleCompiling SASL Packages with Postfix
The environmental variables in CCARGS for instance, provide the options that Postfix needs. AUXLIBS – If you build support for any additional applications you may need to tell the linker where to look...
View Article