Forum OpenACS Q&A: Re: qmail problem

Collapse
5: Re: qmail problem (response to 1)
Posted by Luis Garcia on

OK, I did what Victor suggests. I am able to see this now:

% telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mail.yourdomain.com ESMTP

But when I do this

ehlo localhost

I get this:

bash: ehlo: command not found

So, I did not install something or I am missing that command.

I still don't know what is going on since I do this test:

% telnet 127.0.0.1 25

Trying 127.0.0.1...

Connected to 127.0.0.1.

Escape character is '^]'.

220 domain ESMTP

helo dude

250 domain

mail my_name@domain

250 ok

rcpt my_name@domain

250 ok

data

354 go ahead

Subject: testing

This is a test.
.

250 ok 812345679 qp 12345

quit

221 domain

Connection closed by foreign host.

%

and it all went well. Now where do I find my e-mails?

Also, I've done this:

% echo to: mailto:lgarcia3@yahoo.com | /var/qmail/bin/qmail-inject

and I have never gotten anything in my yahoo e-mail from my server??? ... this is !@#$%^& frustrating!

Last, but not least, is that I created the links and I was not sure neither how to call them nor where to make them point to. So I called them sendmail and they point to folder:

/qmail/supervise/qmail-send

Is this correct?

Anyway, thanks for any help.