[EMAIL PROTECTED] wrote:
> I am using SprintPCS as my ISP. I have my own email server. I would like
> to send my email through my own smtp server. Sprint has Port 25
> restricted so i will have to use their smtp server.
> 
> I was for a while sending email directly with Sendmail/SMTP from my
> linix machine then sprint caught on and submited all their residentail
> IP address range to the Black list so no user can send mail directly as
> it gets stoped by the firewall/Server who checks against the list.

For a general mailserver you need to be able to send Mails directly or at
least to the relayserver of your choice. Also a static ip address and
matching dns mx record and reverse dns record is almost neccessary.

The spam level from residential ip ranges has reached levels that is it
not just "best practise" to block mails from these ips, it is slowly
approaching the limit of "something must happen...".

> I then opened up a gmail account so I can forward my mail through Gmail
> they shut down that port as gmail doesnt use port 25. So now I am forced
> to submit all smtp traffic through sprint I get charged $0.25 for every
> email I send. I signed a two year contract with sprint for this mobile
> broadband card and i cant upgrade so i can get unlimited usage. I am
> working on tunneling my traffic through SSH directly to my server does
> any one have a better Idea.

What options are available and reasonable depend a lot on what you are
using this server for. Is it just your personal server and you have it
because you like to fiddle with server installations or is it a server for
mor than one person?

If it is just your server:

Then you should be able to use the submission port (587) to relay mails
through Google. For that you have to enable smtp auth for the client part
of postfix.

If it is a general server for mor than one person:

In that case you can't use a gmail account. Options are:
- use a relayserver that is offering ports other than 25, for example the
submission port
- consider upgrading your account with a static ip and the option to send
mails directly
- change provider or use a separate isp for your server


-- 
Sandy

List replies only please!
Please address PMs to: news-reply2 (@) japantest (.) homelinux (.) com
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to