RE: [Dovecot] Can't open configuration file
the error originates in the source C file setting.c as
fd = open(path, O_RDONLY);
- if (fd < 0)
i_fatal("Can't open configuration file %s: %m", path);
- if (fd < 0) {
i_error("Can't open configuration file %s: %m", path);
return FALSE;
- }
so it is posible that i don't have a lib or header file that is required
I did not get any errors on install doning a tar.gz install on Fedora core2 minimal install
-----Original Message----- From: Nico De Beer - MWEB [mailto:NDeBeer@mweb.com] Sent: 11 June 2004 02:40 To: Brian Candler Cc: dovecot@dovecot.org Subject: RE: [Dovecot] Can't open configuration file
drwxr-xr-x 24 root root 4096 Jun 11 14:29 / drwxr-xr-x 6 root root 4096 Jun 11 12:47 /home drwxr-xr-x 2 dovecot dovecot 4096 Jun 11 13:08 /home/dovecot -rwxrwxrwx 1 dovecot dovecot 2656 Jun 11 13:08 /home/dovecot/dovecot-pgsql.conf
this what you wanted
-----Original Message----- From: Brian Candler [mailto:B.Candler@pobox.com] Sent: 11 June 2004 02:34 To: Nico De Beer - MWEB Cc: dovecot@dovecot.org Subject: Re: [Dovecot] Can't open configuration file
On Fri, Jun 11, 2004 at 02:21:45PM +0200, Nico De Beer - MWEB wrote:
Let me give a bit more infor
Originaly i had it in /usr/local/etc and moved it to home/dovcot so i can give fulle access in a pah where there is not other info residing
So i'm thinking it is something i specified in my config file or a mistake i did during compiling
OK, to avoid ambiguity, can you show the output of:
# ls -ld / /home /home/dovecot /home/dovecot/dovecot-pgsql.conf
Then check you get the same log error as before.
Brian. Are you ready for Telkom's 10-digit dialling? To find out how this will affect your Internet connection in the not too distant future, go to www.mweb.co.za/ten
participants (1)
-
Nico De Beer - MWEB