best solution for email forwarding when you have a cloud solution [closed] - email

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have some services running on OpenShift and others on a web hosting service.
I would like to migrate all services on cloud solutions to save money.
I found many solutions to assign a domain to cloud services, but I cannot find any solution to create email accounts or mailbox forwarders. When you subscribe a web hosting service you have these tools out of the box (you usually have an "Email" section in your CPanel), do you know any cloud service that gives you the same tools? Do you have to create them from the scratch using POP3 and IMAP protocols?

Related

IP Address Range for Swisscom Public Application Cloud [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 3 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Improve this question
I need to connect to a third party service API from a cloud foundry (Java) application running on Swisscom's public application cloud. This third party service is secured in a way that I need to provide the IP range I am using to connect to the service (for whitelisting purposes). What would that IP range be for Swisscom Public Application Cloud to outside services?
I could not find an answer in Swisscom's service documentation.
Currently it's '194.209.222.199'. you can easily find out by opening a ssh tunnel to an app then curling a ip service (e.g. curl ifconfig.co).
Please note that this can change in the future but Swisscom would announce such a change first.

How to achieve multi tenancy in Kubernetes? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have to deploy an application on cloud which should support multi-tenancy.
The application should have authentication of users and display the customized UI on the basis of user.
I want to understand how Kubernetes or Kubernetes for GCP supports kubernetes.
I have tried to search of relevant material on internet.
kubernetes is a container orchestration engine that helps you deploy a container/pod, scaling, rolling upgrade, rollback etc.
application authentication and custom UI for different users needs to be handled in the application code. We have implemented similar functionality using angularjs frontend with postgreSQL as backend.
The app runs fine in kubernetes cluster.

Are Bluemix Cloud Integration & Secure Gateway in High Availability? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have some questions related to the functioning of Bluemix Cloud Integration & Secure Gateway.
Are they in High Availability?
Do they use virtual IP or not?
Thank you very much
The Cloud Integration environment for Secure Gateway is full HA with a front end load balancer. All Secure Gateways are given a bluemix hostname to contact which is backed by a public physical IP.

How do I create an account on Postfix? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
How would I go about adding an account to Postfix and secure it with a password?
I've already setup everything else, and root works.
The simple way to add a user is to simply add a new account on the system. Postfix will handle the rest.
If you don't want to create a system account for the user, you should have a virtual domain set up that is not configured as a mydestination domain. For more on this, be sure to read the Postfix guide on virtual domain hosting.
See http://www.serverwatch.com/tutorials/article.php/3912056/Adding-Users-and-Aliases-for-Postfix.htm

Receive mails on openshift with custom domain [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I’m setting up a server on openshift. I’m on the Bronze Plan and have a pretty common setup, I assume. Tomcat 7 with a MySQL database, scalable cartridge, so nothing fancy. I’ve been able to setup the custom domain and I am aware of the missing SSL certificate. That stuff is pretty well documented.
But I could not figure out how to get mails working. I’m not talking about sending mails from the application itself, I’ve seen questions covering that topic. I mean mail in general, all mails from and to the domain (I’m more concerned with to the domain for now). I for example need a working info#speedapp.io mail address.
Sorry if that is bluntly obvious to anyone else. But I’m coming from a shared Tomcat hosting provider, where the web frontend for mails was already configure.
You need to sign up for email services at a third party host, you can not use OpenShift to host your email.