What about the amavisd error messages?
What makes me wonder is this line:
Code:
tcp 0 0 *:smtp *:* LISTEN 21583/smtpd
If you have Postfix running on port 25, it should read
Code:
tcp 0 0 *:smtp *:* LISTEN 21583/master
Do you maybe have another daemon running on port 25?