Access your server via the command-line interface and use the iptables command to verify if port 25 is blocked in your server's firewall rules:
iptables -L -n | grep :25
Rules with the term "DROP" in the command output signify your server's firewall rules are blocking traffic over port 25.