Marcus Ouimet <[EMAIL PROTECTED]> wrote:
>       OK I am really stuck!

As noted by others, you hid/obscured information.  That's bad.  Next time
you'll do better.

> I also have installed checkpasswd and that seems to work OK with that. I
> also set up the Maildir (with 3 sub dirs).

More on this later.

> When mail is sent to the e-mail address no errors are returned to the person
> sending the e-mail, and the e-mail is never received on our server?

Absolutely cannot happen.  If qmail sees the message (i.e. qmail-smtpd accepts
the message and queues it), there will be information in the logs.  And if
qmail doesn't accept the message, the sender will be given an error message of
some sort.

> [root@videomoviehouse control]# ps waux|grep qmail
> qmaill    2427  0.0  0.5  1100  324 ?        S    13:51   0:00
> /usr/local/bin/multilog t /var/log/qmail

There's where your logs are; files under /var/log/qmail/ .  Read them.
Post relevant extracts, without changing anything in them.

> root      8130  0.0  0.5  1100  348 ?        S    14:45   0:00 qmail-lspawn
> ./Mailbox

Above, you said you created a Maildir -- what appears to be your default
delivery instruction here states that you want delivery to mbox files named
"Mailbox" in the user's home directory.  Both of these facts cannot be
correct.

> Tried:
>
> #!/bin/sh
> exec env - PATH="/var/qmail/bin:$PATH" \
> qmail-start '|dot-forward .forward
>  ./Maildir/'

Not according to the ps output.

> In inetd.conf the following was added (on one line):

You're running qmail-smtpd from tcpserver.  Never mind that both the examples
you gave for inetd configurations were wrong.

Basically, you need to re-read all the documentation _until_you_understand_it_.
Blindly trying random things won't make an MTA work.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------

Reply via email to