I think i messed up my server when i tryed to fix a problem i was having so i hope some of you can help me solve the problem.
My friend had access to my internet connection and surfed on some websites that installed malware on his computer which started to send spam. I noticed this after 3000 mails bouncesd from my server and unpluged his computer from my connection. Then i checked the qmail cache and noticed that i still have some mail that has to be sent (1200) so i deleted (well actually moved) the files to a temporary directory.
I moved all the files in var/qmail/queue (bounce, info, mess and remote). Now my mail won't send or receive mail. I can't send mail if i send some from my domain to another domain i own. And if i send a mail to any other external mail account the server just puts it in a queue and it never sends it.
eg:
messages in queue: 2
messages in queue but not yet preprocessed: 2
Does anyone know how to fix this by removing and reinstalling qmail or something similar?
753 config setprop qmail status disabled
754 config show qmail
755 config setprop qmail status enabled
757 /var/qmail/bin/qmail-qstat
777 /sbin/e-smith/config setprop smtpfront-qmail Proxy enabled
778 /etc/rc7.d/S*qmail restart
779 /sbin/e-smith/config setprop smtpfront-qmail Proxy disabled
Theese are all the relevant commands i used when i wanted to clean the cache.
P.S.: I didn't report this as a bug because it's my error not a bug.