Report this

What is the reason for this report?

iRedMail-0.8.7 :: I can not send or receive email

Posted on December 14, 2014

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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!

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.