Hello,
I had a strange issue on my VPS this morning. For over an hour the cpu load was very high and the VPS very slow. I couldn't find what was going on but I think a user ran a script to send about 150 emails.
Since this morning, exim can't deliver emails. I'm not sure if it's to all domains or only the 4 that are stuck there now. I tried exim -bh on those domains and I got the following
>>> host in hosts_connection_nolog? no (option unset)
>>> host in host_lookup? no (option unset)
>>> host in host_reject_connection? no (option unset)
>>> host in sender_unqualified_hosts? no (option unset)
>>> host in recipient_unqualified_hosts? no (option unset)
>>> host in helo_verify_hosts? no (option unset)
>>> host in helo_try_verify_hosts? no (option unset)
>>> host in helo_accept_junk_hosts? yes (matched "*")
220-vps.netsimplicite.com ESMTP Exim 4.63 #1 Sat, 24 Feb 2007 19:42:44 -0500
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
Was I blocked by these servers or is something wrong on my side ?