Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Great guide, I think a lot of this is under hyped. I really want to know if RainLoop is reasonably secure from some code auditors because its a UI I can get behind.
I’m stuck on beginning of step 3 when I navigate to http://mail.example.com where example is my domain instead of seeing login panel I start downloading a file named ‘download’ inside of that file I have following:
<?php
if (!defined('APP_VERSION'))
{
define('APP_VERSION', '1.9.2.351');
define('APP_INDEX_ROOT_FILE', __FILE__);
define('APP_INDEX_ROOT_PATH', str_replace('\\', '/', rtrim(dirname(__FILE__), '\\/').'/'));
}
if (file_exists(APP_INDEX_ROOT_PATH.'rainloop/v/'.APP_VERSION.'/include.php'))
{
include APP_INDEX_ROOT_PATH.'rainloop/v/'.APP_VERSION.'/include.php';
}
else
{
echo '[105] Missing version directory';
exit(105);
}
Any idea on what I did wrong here?
NOTE: I just noticed that in order to access my panel I need to specify port at the end of url so http://panel.example.com:8000 maybe this has something to do with the issue.
I’m stuck at Step 3 just like IljaDaderko. http://mail.mydomain.com/?admin just tries to download a file called “download” which is actually index.php.
If I on the other hand go to http://mail.mydomain.com/index.php then it loads and provides a login screen, but not the admin screen, so I can’t login from there (or at least not with the provided login and password).
It also just downloads the “download” file if I just go to http://mail.mydomain.com.
I am also stuck at Step 3, Keeps on downloading the file. cannot access the admin of rainloop.
Any steps i am missing. Please help.
Everything is fine but I can’t send messages. Any ideas? Some logs (email replaced with xxx):
2015-09-02 22:29:35 1ZXKHO-0003zW-Tw alt3.gmail-smtp-in.l.google.com [2a00:1450:400c:c07::1b] Network is unreachable
2015-09-02 22:30:05 1ZXK9g-0003xT-Uz mx2.hotmail.com [65.55.37.88] Connection timed out
2015-09-02 22:30:15 1ZXKFu-0003yS-Qz alt3.gmail-smtp-in.l.google.com [64.233.166.26] Connection timed out
2015-09-02 22:30:15 1ZXKFu-0003yS-Qz alt4.gmail-smtp-in.l.google.com [2a00:1450:4013:c00::1b] Network is unreachable
2015-09-02 22:31:42 1ZXKHO-0003zW-Tw alt3.gmail-smtp-in.l.google.com [64.233.166.26] Connection timed out
2015-09-02 22:31:42 1ZXKHO-0003zW-Tw alt4.gmail-smtp-in.l.google.com [2a00:1450:4013:c00::1b] Network is unreachable
2015-09-02 22:32:13 1ZXK9g-0003xT-Uz mx2.hotmail.com [65.55.37.72] Connection timed out
2015-09-02 22:32:13 1ZXK9g-0003xT-Uz == xxxx@hotmail.com R=dnslookup T=remote_smtp defer (110): Connection timed out
2015-09-02 22:32:22 1ZXKFu-0003yS-Qz alt4.gmail-smtp-in.l.google.com [173.194.65.26] Connection timed out
2015-09-02 22:32:22 1ZXKFu-0003yS-Qz == xxxx@gmail.com R=dnslookup T=remote_smtp defer (110): Connection timed out
Hi,
Is there a way, i can install rainloop on different subdomain instead of mail.mydomain.com.
Something like 22mail11.mydomain.com , to make it secure. because most common mail address will be mail.yourdomain.com.
or is it mandatory to install on mail.mydomain.com
Hi, thanks for the tutorial, but, i have to add all the domains that i want to allow? can’t integrate with ajenti-v-mail? i have multiple domains, and multiple accounts
@jonaharagon I need your help. I made all settings but does not send e-mail to an external server. Please help me.
It seems restarting the server and clearing my browser cache worked. I used to get the same error as IljaDaderko: the php files were downloaded and not executed.
Thanks for the guide, but having followed everything I keep getting my mails rejected by @gmail.com (at least).
Are they any other settings I need to do?
What about DKIM, SPF and anything else related to a mail server?
Only non-secure SMTP seems to work or PHP (beta). What I get back is… SMTP error from remote mail server after end of data: host gmail-smtp-in.l.google.com [64.233.166.27]: 550-5.7.1 [139.59.189.* 1] Our system has detected an unusual rate of 550-5.7.1 unsolicited mail originating from your IP address. To protect our 550-5.7.1 users from spam, mail sent from your IP address has been blocked. 550-5.7.1 Please visit 550-5.7.1 https://support.google.com/mail/answer/81126 to review our Bulk Email 550 5.7.1 Senders Guidelines. e126si24070143wmd.17 - gsmtp*
What about the hostname? Is that relevant? https://www.digitalocean.com/community/questions/emails-getting-rejected-from-gmail-on-virtualmin-webmin-and-centos-2
Thanks :)