On Wed, Feb 28, 2007 at 06:48:06PM +0700, sato x wrote:
> I cannot surf into www.proscrutiny.com/howtos/. Firefox says:
>
> The following error was encountered:
>
> Unable to determine IP address from host name for *www.proscrutiny.com*
>
> The dnsserver returned:
>
> Server Failure: The name server was unable to process this query.
>
> If use the ip address instead, that is 64.62.190.191, I get into
> conopscentral.com and it stated :
> Site is under construction.
>
> By the way, I tried to install qmail-ldap (again). I can send email to other
> mail server, but I can send email to address in local domain (to users that
> has mail atribute in ldap server). It seems that the dirmaker script doesn't
> work. Here is the /var/qmail/bin/dirmaker script:
> #!/bin/sh
> /bin/mkdir -m 700 -p $1/Maildir
> /bin/mkdir -m 700 -p $1/Maildir/new
> /bin/mkdir -m 700 -p $1/Maildir/cur
> /bin/mkdir -m 700 -p $1/Maildir/tmp
>
> I also tried with: /bin/mkdir -m 700 -p $1.
> The ldapuid is 600 (vmail), ldapgid is 600 (vmail) and /var/qmail/maildirs
> is owned by vmail.vmail (mod 700). Another information, when I telnet
> localhost:
>
> [root@mail control]# telnet localhost 110
> Trying 127.0.0.1...
> Connected to localhost.localdomain (127.0.0.1).
> Escape character is '^]'.
> +OK <3252.1172660960@mail.tentena.co.id>
> user sato
> +OK
> pass rahasia
> -ERR mailbox could not be created
> Connection closed by foreign host.
>
> What's wrong with the configuration? Thank you for helping me.
>
Have you looked at the log output of your pop3 server?
Have you considered to enable additional debug output by compiling with
-DDEBUG and setting LOGLEVEL to something like 15?
Have you checked that you can execute the dirmaker script on the
comandline "su vmail -c /var/qmail/bin/dirmaker /varqmail/maildirs/foo/"?
Have you rechecked that /var/qmail/control/dirmaker contains the correct
path to your script?
> PS. Which one is true:
> ~/control/locals.cdb or ~control/locals
> ~/control/rcpthosts.cdb or ~control/rcpthosts
>
If the cdb file exists it is used instead of the plain file.
There is a Makefile in ~/control to generate the cdb files.
--
:wq Claudio
|