Help me FreeBSD pkg install postfix?

To install it using pkg you could also use pkg install mail/postfix. I don't quite understand the "configure databases/mysql56-server options" but you can install mail/postfix using ports cd /usr/ports/mail/postfix && make config install clean. The ( make config allows to select/deselect available options for any port.
 
Support for MySQL is turned off by default:
Code:
MYSQL=off: MySQL maps (uses WITH_MYSQL_VER)
So you're going to have to build from ports if you need it.
 
Back
Top