-----Original Message----- diwa : Saya menemukan ini di site opensuse: http://download.opensuse.org/distribution/SL-10.0-OSS/inst-source/suse/i586/ postfix-mysql-2.2.5-5.i586.rpm http://download.opensuse.org/distribution/SL-10.0-OSS/inst-source/suse/i586/ postfix-postgresql-2.2.5-5.i586.rpm
Thanks, Diwa Mas Diwa & All, Saya sudah coba install postfix rpm: - postfix 2.2.5-5 - postfix-mysql 2.2.5-5 (plugin to support MySQL maps) - mysql MySQL version 4.1.13 Ketika saya coba jalan postfixadmin, hasilnya : DEBUG INFORMATION: MySQL 4.1 functions not available! database_type = 'mysqli' in config.inc.php, are you using a different database? Please check the documentation and website for more information. File Configurasi configh.inc.php : // Database Config // mysql = MySQL 3.23 and 4.0 // mysqli = MySQL 4.1 // pgsql = PostgreSQL $CONF['database_type'] = 'mysqli'; $CONF['database_host'] = 'localhost'; $CONF['database_user'] = 'postfixadmin'; $CONF['database_password'] = 'postfixadmin'; $CONF['database_name'] = 'postfix'; $CONF['database_prefix'] = ''; Best regards, Welly
