|
2010-05-28
, 20:36
|
Posts: 131 |
Thanked: 62 times |
Joined on Feb 2010
|
#12
|
The Following 3 Users Say Thank You to uTMY For This Useful Post: | ||
|
2010-05-28
, 22:07
|
|
Posts: 25 |
Thanked: 5 times |
Joined on May 2010
@ Philippines and Cambodia
|
#13
|
|
2010-05-28
, 22:44
|
Posts: 131 |
Thanked: 62 times |
Joined on Feb 2010
|
#14
|
thanks a lot uTMY
that's about all the information i wanted / needed
i will work on it asap
this problem of blocked port 25 never occurs when going through routers in hotels while traveling
much worst - this is default problem for all ppl in the Philippines using the largest mobile phone provider Smart Communications and connecting via 3G to my servers. living and working in paradise means far from hotels and cities on beautiful islands !!
to test I have to go out of my current temporary home in a city, as I have at my current place no mobile signal in my room to test 3G mailing
until yesterday I had another problem that suddenly disappeared - I never could ping my own localhost or 127.0.0.1 on my N900 - and last night suddenly that started to work after I did a full maemo 5 upgrade hours before ( and multiple reboot of the N900 ).
may be part of the problem also was inside my own N900. unfortunately I have the official Philippine version - that usually is weeks or months behind european version of N900
|
2010-05-29
, 17:16
|
|
Posts: 25 |
Thanked: 5 times |
Joined on May 2010
@ Philippines and Cambodia
|
#15
|
|
2010-06-05
, 08:54
|
|
Posts: 96 |
Thanked: 35 times |
Joined on May 2010
|
#16
|
|
2010-06-09
, 16:27
|
Posts: 131 |
Thanked: 62 times |
Joined on Feb 2010
|
#17
|
I really don't understand the problem here.
Your ISP blocks port 25. Many do.
You run your own mail server, so simply run smtp on a different or additional port.
Then when you setup the account on the n900, instead of the default port 25, you enter the port you chose to listen on.
Forget port 25 even exists. It's your mail server, you can run it on any port you want.
|
2010-06-09
, 16:50
|
Posts: 20 |
Thanked: 4 times |
Joined on Sep 2007
|
#18
|
OK
I understand your solution
as said above I have already a tunnel simply by using
ssh -L 44999:localhost:25 root@xxx.xxx.xxx.xxx
that is default method on any Linux box as long as all ssh and server keys are already properly installed on all ends
you quote:
mailserver.vpntunnel.ip.address:25
on my linux box and local mail client it is default Linux = localhost
hence as a smtp server in the email configuration it is simply
localhost:44999 ( for my port 44999)
i have tried to use as
mailserver.vpntunnel.ip.address
anything from
localhost
127.0.0.1
192.168.2.15
??? without success
hence either there is another TO ME UNKNOWN IP in use for such ...
as a general rule
if a too such as openVPN can do
then there also should be a simple bash command line doing the very same
can u give me please the precise IP address for your LOCAL mailserver IP on your N900 ??