11 messages in net.sourceforge.lists.courier-sqwebmailRe: Re: [sqwebmail] linking maildirkw...
FromSent OnAttachments
Rui RomãoJan 16, 2006 6:13 am 
Brian CandlerJan 17, 2006 1:56 am 
Rui RomãoJan 17, 2006 6:27 am 
Julie S. LinJan 17, 2006 4:19 pm 
Sam VarshavchikJan 17, 2006 4:44 pm 
Brian CandlerJan 18, 2006 12:56 am 
Rui RomãoJan 19, 2006 9:35 am 
Brian CandlerJan 20, 2006 12:33 am 
Rui RomãoJan 20, 2006 4:31 am 
Rui RomãoJan 20, 2006 4:39 am 
Brian CandlerJan 21, 2006 1:38 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: Re: [sqwebmail] linking maildirkw errorActions...
From:Brian Candler (B.Ca@pobox.com)
Date:Jan 21, 2006 1:38:53 am
List:net.sourceforge.lists.courier-sqwebmail

On Fri, Jan 20, 2006 at 12:32:06PM +0000, Rui Romo wrote:

# default: on # description: FAM is a file monitoring daemon. It can \ # be used to get reports when files change. service sgi_fam { disable = yes type = RPC UNLISTED socket_type = stream user = root group = nobody server = /usr/bin/fam wait = yes protocol = tcp rpc_version = 2 rpc_number = 391002 bind = 127.0.0.1 }

The second (newrpm) is like this:

# default: off # description: FAM is a file monitoring daemon. It can \ # be used to get reports when files change. # # The daemon conflicts with selinux, so you must boot # with selinux disabled to use this. service sgi_fam { type = RPC UNLISTED socket_type = stream user = root group = nobody server = /usr/bin/fam wait = yes protocol = tcp rpc_version = 2 rpc_number = 391002 bind = 127.0.0.1 disable = no }

So the difference is the first has "disable = yes" and the second has "disable = no". So if you actually want the FAM service to be running, you'll need to choose the second one (i.e. move the .rpmnew version into place manually)

Which means that i've a conflit problem, right? Despite i think the first is in use. But i don?t know if it's runnig fine.

Start making IMAP connections and reading mail. If you have problems with FAM, it will not work and you'll get FAM-related errors logged.

Regards,

Brian.