поставил все из портов
apache + postfixadmin и т.д.
вставил в конфиг апача
Код: Выделить всё
Alias /postfixadmin "/usr/local/www/postfixadmin/"
<Directory "/usr/local/www/postfixadmin">
Options -Indexes FollowSymLinks MultiViews Includes
DirectoryIndex index.php
AllowOverride None
Order deny,allow
Allow from all
</Directory>
и получаю в браузер php код.
Код: Выделить всё
<?php
/**
* Postfix Admin
*
* LICENSE
* This source file is subject to the GPL license that is bundled with
* this package in the file LICENSE.TXT.
..................... и так далее текст.............................
подскажите где грабли.