Re: [Dbmail] Max_data_length for dbmail_messageblks reached (Solved)

2005-11-21 Thread Simon
Simon wrote: It looks like we have reached the Max_data_length for the dbmail_messageblks table, this is currently 4294967295 (which is 4GB im gussing - which is about right). From the mysql docs, this can be easliery solved by running: ALTER TABLE tbl_name MAX_ROWS=10 AVG_ROW_LENGTH=nn

Re: [Dbmail] delivering mail to /dev/null

2005-11-21 Thread Jesse Norell
That should give you an error, as /dev/null usually isn't executable. I don't know what it's behavior would be if you made it executable, offhand. It's the difference between these two: $ ls | cat > /dev/null $ ls | /dev/null bash: /dev/null: Permission denied On Fri, 2005-11-18 at 14:12 -08