Forum .LRN Q&A: Re: dotlrn can not send email

Collapse
Posted by Kayhan Bolukbas on
i configured qmail again and it is running now.
also i have tried "mail" command and it sent mails.

But dotlrn still doesnt send mails.

Collapse
Posted by Jade Rubick on
You might need to configure something in the config.tcl file. I seem to remember something about that?
Collapse
Posted by Derian Jesús Dorado on
Hi all!!

i have now the same problem.
How it was solutioned that problem ?

Thanks

Collapse
Posted by Raúl Morales Hidalgo on
Are you sure you have your mail server set up correctly?
Either you don't have it set up or you have it configured on another port.
Collapse
Posted by Volin Karagiozov on
Check if tcpserver is running:
ps ax | grep tcpserver
You should get something like that:

2275 ? S 0:01 /usr/bin/tcpserver -v -R -l yourhostname.yourdomainname -x /etc/tcp.smtp.cdb -u 503 -g 502 0 smtp /var/qmail/bin/qmail-smtpd

If it is not running than it means that you did't install correctly ucspi - the program that handles incoming tcp connections. (See OpenACS Core Documentation / Appendix B. Install additional supporting software/ Install qmail / Install ucspi)

Also look /var/log/maillog file - to see qmail logs.