10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] pop3d + mysql
FromSent OnAttachments
OMestreJun 19, 2002 9:10 am 
Sam VarshavchikJun 19, 2002 2:13 pm 
OMestreJun 21, 2002 11:58 am 
Sam VarshavchikJun 21, 2002 3:28 pm 
Scott LambertJun 21, 2002 4:02 pm 
Sam VarshavchikJun 21, 2002 4:25 pm 
Scott LambertJun 21, 2002 5:47 pm 
Sam VarshavchikJun 21, 2002 7:05 pm 
OMestreJun 24, 2002 12:14 pm 
Scott LambertJun 24, 2002 1:28 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] pop3d + mysqlActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jun 21, 2002 3:28:40 pm
List:net.sourceforge.lists.courier-users

On Fri, Jun 21, 2002 at 03:57:59PM -0300, OMestre wrote:

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 int(1) NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM;

How can i create one authmysqlrc file to work with my configurations?

Follow the instructions in authmysqlrc. If you don't understand what a particular field should be set to, ask.

The minimum required fields are login id, homedirectory, uid, and gid. It is possible to set the same global uid/gid, but you still need to specify a home directory field, which you do not have.