
Originally Posted by
Soul99
I have the same problem. "

The same problem as what, exactly? Do you mean that you're on a blocklist? Might it be partly caused by the fact your DNS records are incorrect? Here's the output of a dig command for your domain:
Code:
dig santonit.ru mx
; <<>> DiG 9.8.1-P1 <<>> santonit.ru mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29533
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 3
;; QUESTION SECTION:
;santonit.ru. IN MX
;; ANSWER SECTION:
santonit.ru. 600 IN MX 10 aspmx.l.google.com.
santonit.ru. 600 IN MX 20 alt1.aspmx.l.google.com.
santonit.ru. 600 IN MX 20 alt2.aspmx.l.google.com.
;; ADDITIONAL SECTION:
alt1.aspmx.l.google.com. 248 IN A 173.194.70.26
alt2.aspmx.l.google.com. 38 IN A 173.194.69.27
aspmx.l.google.com. 224 IN A 173.194.66.27
;; Query time: 117 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Mon Apr 9 19:10:24 2012
;; MSG SIZE rcvd: 153
Note that none of these records actually resolve to your server IP.