-
Published Answer
Attempt to send an email from terminal using the mail command first just to see everything is set up properly. If it doesn’t work t…
•
By
themadman300
-
Published Answer
What’s the error? That would be a great place to start and irons out a lot of possibilities, which right now are endless.
<br>
<br>…
•
By
themadman300
-
Published Answer
Is this your web server? Please provide appropriate configuration files if so.
•
By
themadman300
-
Published Answer
nginx.conf should stay in the respective location by default, that’s where it stays. Change the document root to where you want the…
•
By
themadman300
-
Published Answer
Is that your entire configuration? You must have some PHP path for the .php files to work, ensure the root for that is set accordin…
•
By
themadman300
-
Published Answer
You don’t.
•
By
themadman300
-
Published Answer
Did you restart MySQL and set a password yet? Restart the mysql service and set a pass for MYSQL root, use that pass for mysql.
<br…
•
By
themadman300
-
Published Answer
Use
<br>mysql -u root -p
<br>Enter your password
<br>
<br>CREATE USER ‘username’@'host’ IDENTIFIED BY 'password’;
•
By
themadman300
-
Published Question
I'm using CentOS 6.
Here are the two that I narrowed down to, other suggestions are welcome.
https://digitalocean.com/community/articles/how-to-install-iredmail-on-centos-6-3-x64
OR
https://digitalocean.com/community/...
2
•
•
By
themadman300