This problem was already discussed in previous messages,

Here is a copy, but please try to read the list before posting the same
questions...

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Dave Meador
Sent: Monday, December 23, 2002 1:59 PM
To: dbmail@dbmail.org
Subject: [Dbmail] Re: Can't find config file

>Hello --
>
>Just go DBMail up and running,, almost. After struggling with sendmail
>I've hit a new roadblock. When I send a message to the DBM system it
>complains it can't find its config file, which is in /etc per the
>install instructions:


This is a common problem and it's very easy to fix...

Make sure that all the references to loading the config file
"dbmail.conf"
are as follows then it will find the config file properly:

imapd.c:24:char *configFile = "/etc/dbmail.conf";
main.c:28:char *configFile = "/etc/dbmail.conf";
maintenance.c:22:char *configFile = "/etc/dbmail.conf";
pop3d.c:31:char *configFile = "/etc/dbmail.conf";
user.c:20:char *configFile = "/etc/dbmail.conf";


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf
> Of Ranger Fox
> Sent: Thursday, January 16, 2003 11:44 AM
> To: dbmail@dbmail.org
> Subject: [Dbmail] smtp issues
> 
> My dbmail-smtp wasn't picking up messages, so I checked the log and
found
> this:
> 
> Jan 16 14:41:48 team dbmail/smtp[30181]: ReadConfig(): could not open
> config
> file [dbmail.conf]
> 
> my dbmail.conf is in /etc/dbmail.conf like it's supposed to be (I also
> tried
> putting it in the same directory as dbmail-smtp)...how can I tell it
where
> to
> find the config file?
> 
> thanks
> _______________________________________________
> Dbmail mailing list
> Dbmail@dbmail.org
> https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to