PaaS/hosted PaaS without restrictions

324 Views Asked by At

I'm looking for nice PaaS that could run applicatons which:

  1. Listens to non-80 external port (25th, its a SMTP server)
  2. Writes to the persisting filesystem

(its 2 different applications, so PaaS I'm looking for dont have to have both features)

I tried different PaaS and IaaS:

  • Heroku: no/no
  • OpenShift: no/yes
  • AppFog: apparently no/no
  • AWS: yes/yes - but its IaaS

I understand, that listening to 25th port is not really popular feature, so I'm open to host some PaaS without strict restrictions on say AWS. Is there is such?

4

There are 4 best solutions below

0
On

If you are open to hosting the PaaS yourself, you can try out Cloudify. It's open-source, and your application not limited in what it can do on your instance.

Disclaimer: I work for Gigaspaces, which develops Cloudify,

0
On

You may check out http://paasify.it. It's a comparative list of current PaaS vendors that I have compiled.

As for persistent storage select 'Filesystem' under Services. Possible PaaS include Clever Cloud, HP Cloud Application Platform as a Service, Stackato and Static.

I'm not aware which do allow listening on port 25. I suggest using a addon service (e.g. mailgun), like SFERICH suggested.

Cheers Stefan

0
On

I don't think OpenShift is going to give you exactly what you are looking for however as you have denoted you will have persistent storage.

As you have denoted port 25 is not one of the external ports that your application can bind to with OpenShift. The reason for this is because in too many situation the use of port 25 leads to accounts not complying with the Acceptable Use Policy.

However there are mail alternatives for SMTP such as the use of mailgun, this service works over port 80 and service as an SMTP service.

In this way OpenShif can meet both of your requirements (kinda).

0
On

I just got into the following article and your question. I hope it can solve your demand for flexibility: Dokku on Digital Ocean