Koozali.org: home of the SME Server

provider demands outgoing smtp via ssl. Can we do that?

Offline hanscees

  • *
  • 267
  • +0/-0
    • nl.linkedin.com/in/hanscees/
provider demands outgoing smtp via ssl. Can we do that?
« on: October 25, 2011, 05:37:15 PM »
Hi,

my provider does not accept mail on port 25 anymore.
I can deliver only smtp on port 587 with tls.

I am using sme 751.

Am I correct that the qmail server under the hood cannot do this?
Can I use stunnel or is there another solution?


At this time I am simply not relaying all the outgoing email via the smtp server of my provider, but sooner or later this gives trouble via rbl listst.
That can be a paine in the ****

thanks
Hans-Cees

 
nl.linkedin.com/in/hanscees/

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline hanscees

  • *
  • 267
  • +0/-0
    • nl.linkedin.com/in/hanscees/
Re: provider demands outgoing smtp via ssl. Can we do that?
« Reply #2 on: October 25, 2011, 10:45:35 PM »
Might this be what you are after? http://wiki.contribs.org/Email#Internet_provider.27s_outgoing_port_25_is_blocked:_How_to_set_an_alternative_outgoing_port_for_the_SMTP_server

Tried that. But changing a port does not mean it will do tls I am afraid.
So that did not work.
nl.linkedin.com/in/hanscees/

Offline gregswallow

  • *
  • 651
  • +1/-0
Re: provider demands outgoing smtp via ssl. Can we do that?
« Reply #3 on: October 26, 2011, 01:45:20 AM »
I'm fairly certain there is not a db command you can do to make that work.  Some hints maybe on this bug report - http://bugs.contribs.org/show_bug.cgi?id=6538 (comment 4, comment 6, comment 17).


Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: provider demands outgoing smtp via ssl. Can we do that?
« Reply #4 on: October 26, 2011, 02:24:08 AM »
Tried that. But changing a port does not mean it will do tls I am afraid.

You will need to change the code in the smtp-auth-proxy script. Changing port and forcing TLS should not be difficult.

I suggest you create a New Feature Request in the bug tracker to make it DB configurable.