Nevermind, I did not realize sendgrid setup was only for sending email, I see the other parts to setup for receiving email now. Please disregard.
Best posts made by danielreyes61
-
RE: E-mail is not configured properly
-
RE: Need to uninstall cloudron
@nebulon Thank you, I have two fresh ubuntu instances up now so cloudron has it's own vm and appears to be working now. Thanks!
-
RE: Need to uninstall cloudron
@girish It takes up very little resources on my server to run it in this way and it's just something I like to use when I can, perfectly happy living in terminal as well but my server is way more powerful than I am currently using all of it's resources for so I like to splurge on a little bit of GUI right now.
Latest posts made by danielreyes61
-
RE: Nginx in front of cloudron install.
@murgero When I tried to setup 443, Nginx wanted a ssl certificate. Would I export the certificate that cloudron made and saved in firefox? After thinking about this more, I thought if I just had 80 and 443 set up that it would be the end of it and all would work well but now I am thinking I will actually still have to manually configure everything on my front end Nginx to match cloudron app's that I install. Is it not possible to have Cloudron manage all the proxy needed for those apps after I get 443 and 80 working in my Nginx?
-
Nginx in front of cloudron install.
I am trying to get Nginx in front of my cloudron install working and having a hard time.
Below is my current config /etc/nginx/conf.d/<site>.conf . I've removed my site name. I already have Nginx setup in front and it is successfully running and proxy_passing to my other websites. I need this to work because I plan to run a lot of websites from different virtual machines and containers from my single IP address and if cloudron remains in control in front of my ip address, than I cannot do that. I tried changing the below config to port 443 with no success. The install configures the "my" DNS record in cloudflare successfully and then gives me a blank page when it try's to resolve to https://my.<site>.net/setup.html. If I go to localhost in browser it will show me the setup screen for a brief second before failing. Please advise. If this doesn't work, I'll have to manually install everything I liked about cloudron in portainer myself. In theory this should work. Not sure where to investigate and if this current install sitting at the "setup" screen can even be saved or if I will have to completely reinstall the VM and cloudron and try again each time. Thank you for taking a look!- Dan
server { listen 80; server_name my.<site>.net <site>.net; location / { proxy_pass https://192.168.1.139:80; proxy_http_version 1.1; proxy_read_timeout 300; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-PORT $remote_port; } }
-
RE: E-mail is not configured properly
Nevermind, I did not realize sendgrid setup was only for sending email, I see the other parts to setup for receiving email now. Please disregard.
-
RE: E-mail is not configured properly
Do you think it is the mail server location in cloudron saying "my.example.com", should I remove the "my" part?
-
RE: E-mail is not configured properly
I am currently up and running with Sendgrid, fully authenticated DNS side and all outbound emails from cloudron and SOGo are working now but inbound emails are not going through. I have the ports forwarded on router correctly, 587, 993 and 4190. Even 25 even though it's not being used in this Sendgrid configuration. Not sure what else to check, would there be anything in a DD-WRT router setting that would prevent inbound emails from getting through? I shouldn't touch the cloudron host firewall right? I also have green checkmarks for my Email configuration status, MX record green, DMARC record green and Outbound SMTP (Relay) green. Again, sendgrid is processing my outbound emails and forwarding them perfectly, I can only assume they are doing the same with inbound but what can I check as to why they are not coming through? Please advise.
-
RE: Broke my cloudron by filling up sda5 to 100 percent
@atrilahiji excellent idea!! Thank you!!
-
RE: E-mail is not configured properly
@atrilahiji Ok, thank you very much!! And thank you to all cloudron staff, excellent service! A+!
-
RE: E-mail is not configured properly
@atrilahiji bare metal and through my regular isp no business class, about to move homes too so I was curious if there was a work-around to the blacklist, do you think the blacklist is the major issue here?
-
E-mail is not configured properly
PTR DNS record (PTR) did not match.
Hostname: XX.XXX.XXX.XXX (IP Address is what was in the X's)
Expected: my.example.net (example is my website name)
Actual: c-XX-XXX-XXX-XXX.hsd1.ca.comcast.net (X's had IP again)
Relay error: Connect to smtp.gmail.com timed out. Check if port 25 (outbound) is blocked
This server's IP XX.XXX.XXX.XXX is blacklisted in the following servers - Sorbs Aggregate Zone, SpamHaus ZenRemoved my IP and put X's in all spots, I am not sure why my outbound email is not working, I opened those ports on my router and let cloudron manage the host firewall, I have installed SOGo and all the others recommended and cannot get any test emails to work. I reinstalled SOGo for now but not sure how to proceed from here. Please advise.