Hello doni,
Tuesday, August 17, 2004, 1:58:13 AM, you wrote:

dpac> Mas, koneksi postfix ke mysql nya belon nyambung.
dpac> Make sure , mysql nya udah jalan, dan user postfix yg login ke mysqlnya udah ada

Yang di maksud user untuk menjalankan mysql ya, seperti dibawah ini
kah ?

[EMAIL PROTECTED] root]# /opt/mysql/bin/mysql -u postfix -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.0.20-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use postfixdb;
Database changed
mysql> show tables;
+---------------------+
| Tables_in_postfixdb |
+---------------------+
| admin               |
| alias               |
| domain              |
| domain_admins       |
| log                 |
| mailbox             |
| vacation            |
+---------------------+
7 rows in set (0.05 sec)

file /etc/postfix/mysql_virtual_mailbox_maps.cf
user = postfix
password = postfix
hosts = localhost
dbname = postfixdb
table = mailbox
select_field = maildir
where_field = username

mysql> use mysql;
Database changed
mysql> select host, user, password from user;
+-------------------+--------------+------------------+
| host              | user         | password         |
+-------------------+--------------+------------------+
| localhost         | root         |                  |
| jbn.hendratna.net | root         |                  |
| localhost         |              |                  |
| jbn.hendratna.net |              |                  |
| localhost         | postfix      | 3ecf3e4f55dd846f |
| localhost         | postfixadmin | 0b553b00631b84ae |
+-------------------+--------------+------------------+
6 rows in set (0.02 sec)

apa lagi yang diperlukan untuk di sampaikan ke milis, supaya jelas
kesalahan saya ada dimana

-- 
Best regards,
ftrunbox
mailto:[EMAIL PROTECTED]

Reply via email to