sweh wrote:
Postfix is unlikely to be exploited. What you're more likely to be seeing are the messages in the queue. When you restart postfix it starts to send the queued messages. You need to run "postsuper -d ALL" to delete all messages in the queue.
But you need to find out _what_ part of your server was exploited to generate the messages. Just flushing the queue won't fix that problem. It's probably a web page, somewhere.
Thanks. "postsuper -d ALL" did the job. But I still need to find the source, so that it won't happen again...