Hi.
Im receiving a lot mail delivery messages, indicating to the destination cant receive the messages. I check that destination, and we dont send any message to them. but i check with mailq, and found a lot messages waiting for delivery.
So i check the ./logs/sendmail logs, and i found that:
[21-May-2009 12:18:09 -0500]: User mercadeo@localhost [41.221.174.213]; Message
for undisclosed-recipients:;; 250: 2.0.0 Ok: queued as BC7DEA48492
[21-May-2009 12:19:14 -0500]: User mercadeo@localhost [41.221.174.213]; Message
for undisclosed-recipients:;; 250: 2.0.0 Ok: queued as EA1F8A484CB
[21-May-2009 12:19:48 -0500]: User mercadeo@localhost [41.221.174.213]; Message
for undisclosed-recipients:;; 250: 2.0.0 Ok: queued as D4998A484CB
[21-May-2009 12:20:37 -0500]: User mercadeo@localhost [41.221.174.213]; Message
for undisclosed-recipients:;; 250: 2.0.0 Ok: queued as 172ACA484F7
[21-May-2009 12:21:27 -0500]: User mercadeo@localhost [41.221.174.213]; Message
for undisclosed-recipients:;; 250: 2.0.0 Ok: queued as 08CE7A484CB
[21-May-2009 12:21:56 -0500]: User mercadeo@localhost [41.221.174.213]; Message
for undisclosed-recipients:;; 250: 2.0.0 Ok: queued as 80305A48507
[21-May-2009 12:22:45 -0500]: User mercadeo@localhost [41.221.174.213]; Message
for undisclosed-recipients:;; 250: 2.0.0 Ok: queued as 1FB0CA484E3
[21-May-2009 12:24:08 -0500]: User mercadeo@localhost [41.221.174.213]; Message
for undisclosed-recipients:;; 250: 2.0.0 Ok: queued as CF747A484E3
[21-May-2009 12:24:50 -0500]: User mercadeo@localhost [41.221.174.213]; Message
for undisclosed-recipients:;; 250: 2.0.0 Ok: queued as 701CEA484E3
[21-May-2009 12:25:22 -0500]: User mercadeo@localhost [41.221.174.213]; Message
for undisclosed-recipients:;; 250: 2.0.0 Ok: queued as 676EFA48532
So. from the IP 41.221.174.213 are using my roundcube to send spam to undisclosed-recipients.
I ban the IP using iptables, but that is not a real solution.
what can i check in roundcube to stop that problem?
Im using roundube v02.2
Thanks in advance
Maybe the password of one of your users is stolen.
I have turned on the option to include the IP address of the client using RoundCube. If you get a message from your mail queue, you might be able to determine who is doing this.
Marcel
There will be a DNS Blacklist plugin soon - Hopefully this weekend. It will work with current SVN version.
ok.
problem solved. The problem was passwords stolen.
thanks to all!