|
2010-05-26
, 10:30
|
Posts: 131 |
Thanked: 62 times |
Joined on Feb 2010
|
#2
|
In the Philippines the largest mobile ISP/mobile network Smart - blocks port 25, thus making sending of eMail from the N900 impossible via my own mail-server.
For my laptop connections I bypass this port 25 block successfully by port forwarding in bash:
ssh -L 44999:localhost:25 root@xxx.xxx.xxx.xxx
and the mail client thus has an smtp server
localhost:44999
is there a way to use port forwarding for eMail on a N900 and is there a localhost MTA on a N900 to accept and forward such mails ??
of course there might be third party mail accounts
BUT I have a strict SPF record set for my mail servers to ONLY have my own clean IP addresses as used sender IPs. I love to keep my SPF record that strict.
Any help apreciated
|
2010-05-26
, 11:15
|
Posts: 247 |
Thanked: 91 times |
Joined on Jan 2008
@ London/M4 Corridor
|
#3
|
In the Philippines the largest mobile ISP/mobile network Smart - blocks port 25, thus making sending of eMail from the N900 impossible via my own mail-server.
|
2010-05-26
, 11:26
|
Posts: 5 |
Thanked: 1 time |
Joined on Jan 2010
|
#4
|
In the Philippines the largest mobile ISP/mobile network Smart - blocks port 25, thus making sending of eMail from the N900 impossible via my own mail-server.
For my laptop connections I bypass this port 25 block successfully by port forwarding in bash:
ssh -L 44999:localhost:25 root@xxx.xxx.xxx.xxx
and the mail client thus has an smtp server
localhost:44999
is there a way to use port forwarding for eMail on a N900 and is there a localhost MTA on a N900 to accept and forward such mails ??
of course there might be third party mail accounts
BUT I have a strict SPF record set for my mail servers to ONLY have my own clean IP addresses as used sender IPs. I love to keep my SPF record that strict.
Any help apreciated
|
2010-05-26
, 11:29
|
|
Posts: 96 |
Thanked: 35 times |
Joined on May 2010
|
#5
|
|
2010-05-27
, 17:13
|
|
Posts: 25 |
Thanked: 5 times |
Joined on May 2010
@ Philippines and Cambodia
|
#6
|
|
2010-05-27
, 22:55
|
|
Posts: 25 |
Thanked: 5 times |
Joined on May 2010
@ Philippines and Cambodia
|
#7
|
|
2010-05-28
, 08:46
|
Posts: 131 |
Thanked: 62 times |
Joined on Feb 2010
|
#8
|
|
2010-05-28
, 11:32
|
Posts: 543 |
Thanked: 181 times |
Joined on Aug 2009
@ Universe,LocalCluster.MilkyWay.Sol.Earth.Europe.Slovenia.Ljubljana
|
#9
|
|
2010-05-28
, 12:40
|
Posts: 131 |
Thanked: 62 times |
Joined on Feb 2010
|
#10
|
Try using telnet on the n900 and walk through the smtp session that way.
For my laptop connections I bypass this port 25 block successfully by port forwarding in bash:
ssh -L 44999:localhost:25 root@xxx.xxx.xxx.xxx
and the mail client thus has an smtp server
localhost:44999
is there a way to use port forwarding for eMail on a N900 and is there a localhost MTA on a N900 to accept and forward such mails ??
of course there might be third party mail accounts
BUT I have a strict SPF record set for my mail servers to ONLY have my own clean IP addresses as used sender IPs. I love to keep my SPF record that strict.
Any help apreciated