10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Problems building...
FromSent OnAttachments
EndaJan 28, 2006 10:44 am 
EndaJan 28, 2006 12:11 pm 
Sam VarshavchikJan 28, 2006 1:53 pm 
EndaJan 28, 2006 3:23 pm 
Egbert JanJan 28, 2006 3:37 pm 
Sam VarshavchikJan 28, 2006 5:51 pm 
EndaJan 29, 2006 8:56 am 
Sam VarshavchikJan 29, 2006 9:17 am 
EndaJan 29, 2006 10:55 am 
Bowie BaileyJan 30, 2006 9:20 am 
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] Problems building courier.Actions...
From:Enda (en@codefoundry.com)
Date:Jan 28, 2006 3:23:42 pm
List:net.sourceforge.lists.courier-users

Sam Varshavchik wrote:

You do not need to know what they represent.

The --with-mailuser and --with-mailgroup options are not documented anywhere in INSTALL, and you are not to use them directly. They are for internal use only.

Follow the instructions in courier-authlib's and courier's INSTALL files, and these options will be set correctly for you.

Many thanks Sam for getting back to me on this. I'd never have considered configuring courier-authlib until I had a build of courier itself.

I now have the authlib configured, the daemon running, and it tests ok using the tests in the authlib install file.

I've done a clean, configure and build against this new config, and I'm still getting the same error. From reading the authlib docs regarding userid and groupid, I can see that my configuration of a courier user and courier group are going to meet these conditions. I'm running the output of configure to a textfile and catching the stdout errors on my terminal, and the only thing that looks out of place in the configure process is:

Cannot obtain information for groupid 1000: No such file or directory

This appears twice. I'm specifying --with-mailuser=courier --with-mailgroup=courier as part of the configure, and the group for courier is defined in /etc/group as courier:x:1000:courier

I've opened up the password on the group, I've added the courier build user to the group, and I've verified the group settings on the user courier's home directory files. Still no joy.

Do you have any idea what it might be looking for when it's looking for "information for groupid" ?

Thanks,