Forum .LRN Q&A: Re: mail issue

Collapse
2: Re: mail issue (response to 1)
Posted by Al Guyer on
The behaviour I noticed is that dotLRN is looking for mail services (smtp) on port 25 of the localhost.

Try:
netstat -l | grep -i smtp

or:
netstat -nl | grep 25

This will tell you if you have an smtp server running locally

-al

Collapse
3: Re: Re: mail issue (response to 2)
Posted by anjali n on
Hi,
I've tried running these commands before
it shows

tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN

I'm able to send the mails clicking on their e-mail id but the initial mail after creating the user as admin is not getting sent when i click the send button.