On 12/02/2008, Nitin Gupta <[EMAIL PROTECTED]> wrote: > > Hi All > I have one > question...After installing exim ,i meant after make install i made some > changes in the configuration file.. > How will they take > affect? > When i am runnign exim -bV itz saying command not > found
The exim binary is not in your path. So if you installed Exim via source and didnt modify Local/Makefile to much - then the binary is in /usr/exim/bin. If on the other hand you installed this from ports on FreeBSD, then your exim binary is in /usr/local/sbin/. Add the relevant directory to $PATH. > I am getting the following error when i ma trying to login > Please > help > Feb 12 11:14:03 > localhost authdaemond: , quota=<null>, options=<null> > Feb 12 > 11:14:03 localhost authdaemond: Authenticated: clearpasswd=password1, > passwd=<null> > Feb 12 11:14:03 localhost imapd: testteen5: > chdir(/usr/local/vdomains/testteen5/ > > > > ) failed!! > Feb 12 11:14:03 localhost imapd: error: No such file or > directory > Feb 12 11:14:03 localhost imapd: LOGIN FAILED, user=testteen5, > ip=[::ffff:127.0.0.1] > Feb 12 11:14:03 localhost imapd: authentication > error: No such file or directory > > This is a courier-imap error. The authdaemon is successfully authenticate you but your maildir doesnt exist so it cant successfully complete the chdir(). So get the directory created with the correct permissions and it will work. Warren -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
