Rut 956 Email to sms form email server running on local network

Hi!

I have rut 956 running firmware RUT9M_R_00.07.10
i need to read email form email server running on local network (192.168.38.90) and this are not working, then i use email server on internet it works, this have work on other Rut956 i use.
then i use email client from my computer i can connect to mail server.
how to solve this issue?

Hi @Dennis_Molin,

which port, which protocol, encryption y/n?
Can you ping 192.168.38.90?

Regards,
Timelapse Admin

I use port 110, protocol pop3 and no encryption.
Yes I can ping from diagnostics answer time 1,477 ms and less and form cli answer time are less then 0.8 ms

//Dennis

Hi @Dennis_Molin,

ok, that’s pretty straightforward. Maybe the 956 does want to enforce
encryption by using STARTTLS?

Are there any logfiles with useful information?

Regards,
Timelapse Admin

Log on mail server never get any request from rut956.
have turned off firewall on mail server also

Hi @Dennis_Molin,

ok, next idea. Just tried that with a RUT240, hopefully that also
works for you: in the CLI enter

telnet 192.168.38.90 110

This should open a POP3 session direfctly to your mail server.
Then enter
USER your_user_name
and then
PASS your_password
and then
LIST
and finally
QUIT

This should be a (short but complete) POP3 session.
Or it should produce (hopefully helpful) errors.

Regards,
Timelapse Admin

i found in mail server more options for log. i get request from rut956, and mail server answer ok, after rut956 never send witch email adress it wont to check.

then i write telnet 192.168.38.90 110 in cli i get -ash: telnet: not found

it is some error in web configuration. i make configuration in cli then it works.

//Dennis

Hi @Dennis_Molin,

seems that telnet is not installed in the default setup of the 956.

Anyway, glad that it works now.

Regards,
Timelapse Admin

This topic was automatically closed 40 hours after the last reply. New replies are no longer allowed.