compiling options

Hi folks :-)

After installing a port (Postfix), how do I check if it was installed with support (ie: TLS, MySQL) etc?

Thanks,
Pol
 
make -C /usr/ports/mail/postfix showconfig
Of course, you can change the options but not rebuild Postfix. These options only affect the next build, but if you don't change them, it's fine.

If you use PKGNG, you can check with pkg info -f postfix. If you want to include only information about options, then pkg query "%Ok %Ov" postfix is an appropriate choice.
 
Back
Top