Search found 21 matches
- Sun Sep 13, 2015 9:55 pm
- Forum: Mail Server
- Topic: can not receive mail
- Replies: 13
- Views: 20427
Re: can not receive mail
tjebbeke, you mean now all thing works right in my vps? I think that too
To avoid a similar problem in the future or blacklists, how can i do?
To avoid a similar problem in the future or blacklists, how can i do?
- Sun Sep 13, 2015 9:48 pm
- Forum: Mail Server
- Topic: can not receive mail
- Replies: 13
- Views: 20427
Re: can not receive mail
I am using zohomail now. maybe work better than roundcube It isn't a client problem. Check your server on blacklist http://mxtoolbox.com My server removed from blacklists about a few hours, then I surprised when I seen some message arrived to inbox within roundcube . But I checked roundcube inbox a...
- Sun Sep 13, 2015 8:01 pm
- Forum: Mail Server
- Topic: can not receive mail
- Replies: 13
- Views: 20427
Re: can not receive mail
64.20.227.134 is the IP that is blacklisted. 550-Rejected because 64.20.227.134 is in a black list at zen.spamhaus.org 550 http://www.spamhaus.org/query/bl?ip=64.20.227.134 [876 ms] Yes, But this is not my vps Ip It's maybe the IP of the server where you send the mail to. I am using zohomail now. m...
- Sun Sep 13, 2015 3:03 pm
- Forum: Mail Server
- Topic: can not receive mail
- Replies: 13
- Views: 20427
Re: can not receive mail
Yes, But this is not my vps Iptjebbeke wrote:64.20.227.134 is the IP that is blacklisted.
Code: Select all
550-Rejected because 64.20.227.134 is in a black list at zen.spamhaus.org 550 http://www.spamhaus.org/query/bl?ip=64.20.227.134 [876 ms]
- Sun Sep 13, 2015 2:38 pm
- Forum: Mail Server
- Topic: can not receive mail
- Replies: 13
- Views: 20427
Re: can not receive mail
your ip is listed on several blacklist. Check this url http://mxtoolbox.com/SuperTool.aspx?action=blacklist%3a64.20.227.134&run=toolpage check https://www.spamhaus.org/query/ip/64.20.227.134?ip=64.20.227.134 you have a problem of spam. fix it Hi sanity, Thanks for your reply. I opened this link: ht...
- Sun Sep 13, 2015 2:01 am
- Forum: Mail Server
- Topic: can not receive mail
- Replies: 13
- Views: 20427
Re: can not receive mail
Same problem in my vps, about 2 months ago Testing result: Connecting to x.x.x.x 220 xxx.xxx.host ESMTP Exim 4.72 Sun, 13 Sep 2015 04:02:51 +0200 [5704 ms] EHLO PWS3.mxtoolbox.com 250-xxx.xxx.host Hello pws3.mxtoolbox.com [64.20.227.134] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STAR...
- Fri Jul 03, 2015 3:23 pm
- Forum: Database Server
- Topic: Database error after transfer to new server
- Replies: 17
- Views: 16588
Re: Database error after transfer to new server
Someone said to me: "You must change/convert DB type From MyISAM to InnoDB "
- Fri Jul 03, 2015 3:13 pm
- Forum: Database Server
- Topic: Database error after transfer to new server
- Replies: 17
- Views: 16588
Re: Database error after transfer to new server
I think the error is in my.cnf ... package size... change variable max_allowed_packet = 256M put high value if necessary... my.cnf contents: [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql symbolic-links=0 max_connections=200 max_user_connections=30 wait_timeout=30 inter...
- Thu Jul 02, 2015 3:15 am
- Forum: Database Server
- Topic: Database error after transfer to new server
- Replies: 17
- Views: 16588
Re: Database error after transfer to new server
Oh, my old server expired. I can not access again .skurudo wrote:from console on old server -(c) http://dev.mysql.com/doc/refman/5.0/en/mysqlcheck.htmlCode: Select all
mysqlcheck -A --auto-repair
then try to backup databases or export databases one by one
But I`ve lots of backups, anyway to do something ?
- Wed Jul 01, 2015 3:07 pm
- Forum: Database Server
- Topic: Database error after transfer to new server
- Replies: 17
- Views: 16588
Re: Database error after transfer to new server
I`m already did that, and used bigdump script, but same result . What can I do too ? May be tables in source broken? Try to fix / optimize tables and then make dump. I`ve 30 backup, one of that maybe broken not all I tried to restore another backup file, but same result when I`m using bigdump a lot...