CPanel/WHM dont send mails out for root

Steve.Mitchel

Registered
Sep 13, 2012
2
0
1
cPanel Access Level
Root Administrator
I has setup my new Vserver with Cpanel. Its not my first time i use Cpanel.
But this problem is new for me.

I has an Domain bought by Namecheap.

This Domain i want use for Hostname.
In Namecheap Panel i has set:

myserver.example.com to main Ipadress

than an MX entry

@ to myserver.example.com MX 10 TTL 1800

When i go to this Website and test my MX Record all seems fine MX Lookup Tool - Check your DNS MX Records online - MxToolbox
I has test my MainIP on Blacklists but no entry.

But when i try to send an mail an which is in my MailQue i get this:

Code:
LOG: MAIN
  cwd=/usr/local/cpanel/whostmgr/docroot 4 args: /usr/sbin/exim -v -M 1TC56D-0000Ns-ES
delivering 1TC56D-0000Ns-ES
Connecting to imx1.rambler.ru [81.19.66.234]:25 ... connected
  SMTP<< 220 spamfilter.ua.santrex.net ESMTP Postfix (Debian/GNU)
  SMTP>> EHLO caribou.skynet-privacy.com
  SMTP<< 250-spamfilter.ua.santrex.net
         250-SIZE 10240000
         250-VRFY
         250-ENHANCEDSTATUSCODES
         250-8BITMIME
         250 DSN
  SMTP>> MAIL FROM:<[email protected]> SIZE=2230
  SMTP<< 250 2.1.0 Ok
  SMTP>> RCPT TO:<[email protected]>
  SMTP<< 250 2.1.5 Ok
  SMTP>> DATA
  SMTP<< 354 End data with <CR><LF>.<CR><LF>
  SMTP>> writing message and terminating "."
  SMTP<< 554 5.7.1 Mail (m-34753-05922) appears to be unsolicited - totalscore(78) over MessageScoringUpperLimit - resend with 424242 appended to subject and contact [email protected] for resolution
  SMTP>> QUIT
LOG: MAIN
  ** [email protected] R=lookuphost T=remote_smtp: SMTP error from remote mail server after end of data: host imx1.rambler.ru [81.19.66.234]: 554 5.7.1 Mail (m-34753-05922) appears to be unsolicited - totalscore(78) over MessageScoringUpperLimit - resend with 424242 appended to subject and contact [email protected] for resolution
LOG: MAIN
  cwd=/var/spool/exim 8 args: /usr/sbin/exim -v -t -oem -oi -f <> -E1TC56D-0000Ns-ES
LOG: MAIN
  <= <> R=1TC56D-0000Ns-ES U=mailnull P=local S=2330 T="Mail delivery failed: returning message to sender"
LOG: MAIN
  Completed
LOG: MAIN
  cwd=/var/spool/exim 4 args: /usr/sbin/exim -v -Mc 1TC6UN-0001MA-1R
delivering 1TC6UN-0001MA-1R
Connecting to imx1.rambler.ru [81.19.66.234]:25 ... failed: Connection timed out (timeout=5m)
LOG: MAIN
  imx1.rambler.ru [81.19.66.234] Connection timed out
Connecting to imx2.rambler.ru [81.19.92.38]:25 ... connected
  SMTP<< 451 4.7.1 Please try again later
  SMTP>> QUIT
LOG: MAIN
  SMTP error from remote mail server after initial connection: host imx2.rambler.ru [81.19.92.38]: 451 4.7.1 Please try again later
Connecting to imx2.rambler.ru [81.19.92.37]:25 ... failed: Connection timed out (timeout=5m)
LOG: MAIN
  imx2.rambler.ru [81.19.92.37] Connection timed out
LOG: MAIN
  == [email protected] <[email protected]> R=lookuphost T=remote_smtp defer (110): Connection timed out
So whats wrong on my settings now?
Thank You