Hello Paul, i used psql table create. I start dbmail-imapd taking those mistake. How can i solve this ? thank you,
test:/etc/dbmail# tail -f /var/log/mail.log May 31 15:30:39 test dbmail/pop3d[10187]: pool.c,child_register: register child [10187] May 31 15:30:39 test dbmail/pop3d[10187]: pool.c,child_register: initializing child_state [10187] using slot [0] May 31 15:30:39 test dbmail/pop3d[10189]: pool.c,child_register: register child [10189] May 31 15:30:39 test dbmail/pop3d[10189]: pool.c,child_register: initializing child_state [10189] using slot [1] May 31 15:30:39 test dbmail/pop3d[10191]: pool.c,child_register: register child [10191] May 31 15:30:39 test dbmail/pop3d[10191]: pool.c,child_register: initializing child_state [10191] using slot [2] May 31 15:30:39 test dbmail/pop3d[10193]: pool.c,child_register: register child [10193] May 31 15:30:39 test dbmail/pop3d[10193]: pool.c,child_register: initializing child_state [10193] using slot [3] May 31 15:30:39 test dbmail/pop3d[10195]: pool.c,child_register: register child [10195] May 31 15:30:39 test dbmail/pop3d[10195]: pool.c,child_register: initializing child_state [10195] using slot [4] > try something like: > > su postgres createuser -A -D dbmail > su postgres psql -d template1 -c "create database dbmail with owner > dbmail;" > zcat /usr/share/doc/dbmail2-pgsql/examples/create_tables.pgsql.gz | \ > sudo -u dbmail psql -d dbmail ,''`. Ozgur Karatas : :' : [EMAIL PROTECTED] `. `' http://www.ozgurkaratas.com `- Powered By Debian GNU\Linux ---------------------------------------------------------------------- *** Bu mail Antivirus taramasindan gecmistir (ISTANBUL UNIVERSITESI) *** This e-mail was scanned by Antivirus. (ISTANBUL UNIVERSITY) ----------------------------------------------------------------------
