Re: [opensuse] SMTP (Port 25 and Black List)



os@xxxxxxxxxx wrote:

Yes I have my server hosted on a different ISP. It has multiple host =20
on it so changing the port is not an option. my Isp has blocked use of =20
googles submisson port to force everyone to either use webmail or pay =20
a fee to use their smtp server. Static IP is not an Option. I was =20
thinking about port forwarding through a ssh connection directly to my =20
server.

Apparently we misunderstood each other magnificently. How many hosts (or
better said domains) the server is hosting does not matter.

So your problem is, that you have a server which you want to use to send
mails. The server is already running and has a static ip. The only trouble
is that you can't connect to that server on port 25, because Sprint is
firewalling outgoing port 25.

In that case the solution is definitely to use Port 587 (submission) to
connect to your server. You only need to tell your server to open port 587
and only allow mail submission through that port, if the user authenticates.

With Postfix the following lines in master.cf would take care of that:

submission inet n - n - - smtpd
-o smtpd_sasl_auth_enable=yes
-o smtpd_recipient_restrictions=permit_sasl_authenticated,reject

This would force users to authenticate. Then you only have to change the
setting in your mailclient to connect to port 587. If you want to be
thorough, you could add TLS to the mandantory options.

I assume that you already have sasl set up to authenticate when you submit
mails to your server.

--
Sandy

List replies only please!
Please address PMs to: news-reply2 (@) japantest (.) homelinux (.) com
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx



Relevant Pages

  • Re: Postfix + Auth + SSL + pop3s/imaps
    ... users to authenticate can run unprivileged and request saslauthd to ... Otherwise the server must run as root in order to access ... would a mail server that uses port ... and client will exchange keys and an encrypted session is initiated. ...
    (freebsd-questions)
  • RE: Some technical errors
    ... If the SMTP server is not running on port 25 TCP it is not a public ... Manager - Computer Assurance Services BDO Chartered Accountants & ...
    (Security-Basics)
  • Re: SRV RRs support in Internet Explorer?
    ... The port number could be implicit (i.e. ... At any point in time, a server could fail ... can't effectively LB or backup because NSs cache the records for the TTL ... I still don't see how SRV records would help backup or LB. ...
    (microsoft.public.win2000.dns)
  • Re: Still cant connect to RWW or OWA remotely
    ... I get 'cannot find server or dns error' on both ... TCP [port number]> to open the ports. ... As for error messages when I fail to access RWW with the laptop, ... network, no connection seems possible. ...
    (microsoft.public.windows.server.sbs)
  • Re: cannot send mail from Windows mail
    ... When a username/password combination doesn't work in Windows Mail, ... I mean I dont use it but as outgoing address for my ISP account. ... youir username and password are correct for your mail server". ... Ask your home ISP if they support SMTP on a port other than 25. ...
    (microsoft.public.windows.vista.mail)