Hello
I was trying to get postfix working with mysql, and i don't relly like installing from source because it makes it harder to uninstall things.
I thought the postfix that comes in the fedora isos does not have support for mysql so i was going to rebuild it from the srpms with mysql support, but i saw a bit in the specs file that says :
%if %{MYSQL}
Requires: mysql
BuildRequires: mysql, mysql-devel
%endif
Does that mean it does support MySQL?