Skip to main content

problem sending emails

Comments

5 comments

  • keat63
    I'm guessing the reason behind you not being able to send locally could be related to your DNS mail entries pointing to Office365, although this is only a guess. As for connecting to Office365, have you considered that your IP might be blacklisted. Maybe take a look at MXToolbox.com and have a play around with the testing tools. Also check your domain name and IP address using thier RBL tool.
    0
  • ffuchs
    hi keat, thanks for your tips, the mailserver has no blacklist-entries at mxtoolbox.com. regarding this error message: SMTP ERROR: DATA command failed: 530 Relaying not allowed where do I configure relaying? please notice, that I only have access to cpanel but not whm. many thanks, ferdinand
    0
  • cPanelLauren
    You absolutely would not want to configure relaying, this is all around a bad idea. The error message you're receiving indicates an IP block: SMTP ERROR: Failed to connect to server: Connection refused (111)
    While the provider may not have explicitly added any firewall rules it's possible it could have been automatic or the port you're attempting to connect to is closed. Either way, the issue here is ultimately that your server is unable to connect to the remote server to send mail and the provider for that remote server should be able to identify the issue.
    0
  • ffuchs
    dear lauren, many thanks for your input. I don't think the problem is the mailserver, the mailaccount is on office365 and if I use microsofts tool to unblock an ip-address (
    0
  • cPanelLauren
    More than likely it's not cPanel's firewall that does this it's whatever they have installed on the server. From a putty or terminal session outside of the server you could potentially run something like the following for the port you're attempting to send mail on: nmap -Pn hostname.yourserver.tld -p 25
    0

Please sign in to leave a comment.