https://bugzilla.novell.com/show_bug.cgi?id=216925 Summary: postfix: weird error messages if message_size_limit exceeded Product: openSUSE 10.2 Version: Beta 1 Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: Basesystem AssignedTo: varkoly@novell.com ReportedBy: mmrazik@novell.com QAContact: qa@suse.de OtherBugsDependingO 215208 nThis: I have a configuration with message_size_limit set and while sending mail bigger than message_size_limit I get some weird messages (default beta1 installation on ext3): saboteur:/usr/share/qa/qa_postfix # ./0006_send_attachment.sh Test #2: Send mail with attachment too big to fit into message_size_limit postdrop: warning: uid=0: Illegal seek send-mail: fatal: root(0): queue file write error On SLE10 I've got 'Message file too big' in /var/log/mail.err. This was much more explanatory. Attached postifx configuration. this is the test (you can install qa_postifx + libqainternal from autobuild and the tests are then located in /usr/share/qa/qa_postfix - its test02() in 0006_send....): echo "Test #2: Send mail with attachment too big to fit into message_size_limit" SUBJECT="Testing e-mail0006b with attachment" TEXTMESSAGE="Attached the testing e-mail0006b" dd bs=1024 count=30 if=/dev/urandom of=$ATTACHMENT 2> /dev/null rm -f $SPOOLDIR/$TESTUSER if ! echo "$TEXTMESSAGE" | mail -a $ATTACHMENT -s "$SUBJECT" "$TESTUSER@localhost"; then printMessage $MSG_FAILED "Sending mail" return $FAILED fi #sleep for a while so the mail will be delivered sleep $SLEEP_TIME if [ -f $SPOOLDIR/$TESTUSER ]; then printMessage $MSG_FAILED "Sending with attachment exceeding the message_size_limit" return $FAILED fi if ! tail /var/log/mail.err | grep 'Message file too big'; then printMessage $MSG_FAILED "Sending with attachment exceeding the message_size_limit" return $FAILED fi printMessage $MSG_PASSED "Sending with attachment exceeding the message_size_limit" return $PASSED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.