Can't pipe email
Posted by: calande
Posted on: 2007-11-11 07:15:00
I followed the tutorial to do email piping to a PHP script. When I send an email, it's bounced back and I get this error message:
In reply to:Final-Recipient: rfc822; bob@spaceymail-mx2.g.dreamhost.com
Original-Recipient: rfc822; test@mydomain.com
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; maildir delivery failed: create
/mnt/impounder/vol/boot/spacey/nicodemus/bob/Maildir/tmp/1194793584.P23755.spaceymail-mx2.dreamhost.com:
Disk quota exceeded
My PHP script is empty so it's not a coding issue... Here's the content of my .forward.postfix file:
"| /usr/local/bin/php -f /home/.nicodemus/bob/test.php"
I don't know why it says my disk quota is exceeded. My mailbox and my user have both plenty of space.... Any idea? Thanks.