[courier-users] pgsql

2002-07-18 Thread OMestre
Hello, Has anybody configured the authpgsql daemon? I did see just the mysql authentication daemon working... bu with some patches... then, i wanna see some opinions about postgress. Thanks. -- FreeShell's master

RE: [courier-users] courier imap and mysql

2002-07-08 Thread OMestre
Hello, I did fix this problem... In my case, i re-edit the authmysqlrc file, and have removed the spaces and tabs... After, I have found in the internet, the great solution: The order of the fields in authmysqlrc is wrong. I use the select clause, and i guess that you should use too...

Re: [courier-users] Re: MySQL Auth

2002-06-27 Thread OMestre
Hello, Good News... The authmysql daemon have tryed to access my mysql database! I did change 'localhost' in authmysqlrc to 127.0.0.1, and it do not try resolv localhost with DNS queries. :) But now, the mysql do not permit access to the user. I did try to grant access to everyone, but do

[courier-users] [SOLVED] authmysql + postfix

2002-06-27 Thread OMestre
hellO, The authentication works now! The pop3 daemon gives me the message: +OK logged in. But i can't retrive the messages... The structure of /var/mail of postfix is strange, there are three directories: CUR, NEW and TMP... How the pop3d of courier knows about that The

Re: [courier-users] mysql and pop3d still trying...

2002-06-25 Thread OMestre
So... I guess that the problem is the module (authmysql). Then i change the authdaemon in /etc/pop3d to authmysql, bypassing the authdaemon and using the authmysql module direct! But the errors are the same. The authtest program do not work... :) The error is Authentication FAILED. Does

[courier-users] pop3d + mysql

2002-06-21 Thread OMestre
Hello, I have installed the courier-imapd server with mysql support successfully in my machine. I have one database teste like following: TABLE user ( id char(12) binary NOT NULL default '', passwd char(34) NOT NULL default 'x', netid int(3) NOT NULL default '0', popstatus