[Bug 216925] New: postfix: weird error messages if message_size_limit exceeded
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.
https://bugzilla.novell.com/show_bug.cgi?id=216925 ------- Comment #1 from mmrazik@novell.com 2006-11-01 03:22 MST ------- Created an attachment (id=103281) --> (https://bugzilla.novell.com/attachment.cgi?id=103281&action=view) postfix main.cf -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216925 varkoly@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216925 varkoly@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |REMIND ------- Comment #2 from varkoly@novell.com 2006-12-19 03:21 MST ------- After SLES10 SP1 and SLES9 SP4 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216925 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=216925#c3 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|REMIND | --- Comment #3 from Stephan Kulow <coolo@novell.com> 2008-06-25 03:19:17 MDT --- mass reopening all 10.2 LATER+REMIND bugs. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216925 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=216925#c4 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WONTFIX --- Comment #4 from Stephan Kulow <coolo@novell.com> 2008-06-25 03:23:29 MDT --- close all 10.2 LATER/REMIND bugs as WONTFIX. Reopen yourself if you still plan to work on it. -- 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.
participants (1)
-
bugzilla_noreply@novell.com