I managed to follow the installation instructions without error, including, I can access all of Roundcube Webmail panel options. The problem is I can not send or receive emails. Even when I try to send an email to the same account, the email does not arrive. Please I need help.
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!
Hello port 25 was blocked by your firewall. please use this code with putty or ssh after connect to your server
UBUNTU AND DEBIAN :
ufw allow smtp
ufw allow submission
ufw allow imaps
Or
iptables -A OUTPUT -p tcp --sport 25 -j ACCEPT
iptables -A OUTPUT -p tcp --sport 587 -j ACCEPT
Centos and fedora
iptables -A INPUT -m state --state NEW -p tcp --dport 25 -j ACCEPT
/sbin/service iptables save
/sbin/service iptables restart
Thank you Mirandanico, but i have this erro:
Rules updated
Rules updated (v6)
root@endeavour:/etc/default# ufw allow submission
Rules updated
Rules updated (v6)
root@endeavour:/etc/default# ufw allow imaps
Rules updated
Rules updated (v6)
root@endeavour:/etc/default# service iptables restart
[ ok ] Flushing firewall rules: iptables.
[ ok ] Setting chains to policy ACCEPT: filter.
[FAILding iptables modules failed!
[ ok ] Applying iptables firewall rules:.
root@endeavour:/etc/default#```
As you can see, the load of IPTABLES MODULES failure.
Can you help me again?
Thank you.
Are you able to access port 25 on remote servers? Run:
nc -vz smtp.gmail.com 25
If it does not output Connection to smtp.gmail.com 25 port [tcp/smtp] succeeded!, it means that SMTP is blocked on your droplet. In that case, please open a support ticket so that the team can unblock SMTP traffic. Thanks!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.