[Bug 557239] New: System mail constantly creates ~/Maildir but can not read from it
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c0 Summary: System mail constantly creates ~/Maildir but can not read from it Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: vendion@charter.net QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4) Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4 During installation I selected "recieves system mail" option for my user account. Now some point in the night ~/Maildir is created and contains my system mail but when I use the mail program all it says is that there is no mail for my user. vendion@Big-O:~> mail No mail for vendion vendion@Big-O:~> ls | grep Maildir Maildir vendion@Big-O:~> ls Maildir/new 1258693203.V807I18M215707.Big-O I may be wrong but shouldn't the Maildir be in /var/spool/mail/ instead of the users $HOME? Reproducible: Always Steps to Reproduce: 1. Set a user account to recieve system mail 2. Install/enable something that runs nightly and sends output through the system mail, I have seccheck installed 3. try to read the mail generated the next day with the "mail" command Actual Results: Mail outputs "No mail for $USER" Expected Results: To be able to read the system mail -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c1 Per Jessen <per.jessen@enidan.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |per.jessen@enidan.com --- Comment #1 from Per Jessen <per.jessen@enidan.com> 2009-11-21 16:47:05 UTC --- /etc/postfix/main.cf, line 423: home_mailbox = Maildir/ This means local mail will be delivered to ~/Maildir/ - applications such "mail" expect to use /var/spool/mail/<user>. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c2 Tilman Schmidt <tilman@imap.cc> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tilman@imap.cc --- Comment #2 from Tilman Schmidt <tilman@imap.cc> 2009-11-23 00:25:15 UTC --- The problem is that someone decided to switch the Postfix default configuration for local delivery from the habitual mbox files everybody's been using for decades, to the of course vastly superior Maildir format, but didn't take the trouble to adapt the default configuration of all the mail clients. Specifically, he or she forgot the standard command line mail program, "mail", as well as the "you have mail" notification mechanism of bash. Fix: Either adapt *all* software included with openSUSE to look for mail in the new place *and* put a prominent notice in the Release Notice warning of that change - or revert the change in Postfix behaviour. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c3 --- Comment #3 from Adam Jimerson <vendion@charter.net> 2009-11-23 04:39:14 UTC --- Agreed but with a little more to add, if it is decided to stick with the new format and adapt all the mail programs to this then at least make the Maildir hidden (~/.Maildir) or keep it in /var/spool/mail/ in some way that may be easier to adapt programs to, if need be even. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sqiu@novell.com AssignedTo|bnc-team-screening@forge.pr |werner@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c4 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |max@novell.com, | |poeml@novell.com, | |werner@novell.com AssignedTo|werner@novell.com |varkoly@novell.com --- Comment #4 from Dr. Werner Fink <werner@novell.com> 2009-11-27 08:32:18 UTC --- This seems to be a bug in postfix. No other MTA uses ~/.Maildir nor any Mail Client. Add maintainer of pine, mutt, mailx, exim, and sendmail to Carbon Copy list. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c5 --- Comment #5 from Reinhard Max <max@novell.com> 2009-11-27 08:49:29 UTC --- (In reply to comment #1)
/etc/postfix/main.cf, line 423:
home_mailbox = Maildir/
Hmm - as far as I understand the comments above this line in main.cf the name isn't even meant to be used literally. It is only an example to illustrate the syntax for specifying home mailboxes in maildir (with a slash at the end) and mailbox (without a slash) format. --- snip --- # DELIVERY TO MAILBOX # # The home_mailbox parameter specifies the optional pathname of a # mailbox file relative to a user's home directory. The default # mailbox file is /var/spool/mail/user or /var/mail/user. Specify # "Maildir/" for qmail-style delivery (the / is required). # #home_mailbox = Mailbox home_mailbox = Maildir/ --- snap --- +1 for reverting this change. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c6 --- Comment #6 from Per Jessen <per.jessen@enidan.com> 2009-11-27 08:58:59 UTC --- Judging by the package changelog, I would venture a guess and say that "home_mailbox=Maildir/" was uncommented by chris@computersalat.de. Maybe by accident. +1 for reverting this change. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c7 Reinhard Max <max@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|System mail constantly |postfix delivers mail to |creates ~/Maildir but can |user's home instead of |not read from it |/var/spool/mail --- Comment #7 from Reinhard Max <max@novell.com> 2009-11-27 09:28:35 UTC --- Yes, it looks to me like a leftover from some local tests chris was doing before submitting his change. Beta testers for 11.2 didn't have much of a chance to find this, because it only got promoted to Factory in mid October. I am changing the summary, because this change isn't limited to system mail. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c9 Harald Mueller-Ney <hmuelle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hmuelle@novell.com Info Provider|ast@novell.com |maintenance@opensuse.org --- Comment #9 from Harald Mueller-Ney <hmuelle@novell.com> 2009-12-28 17:13:59 UTC --- Moving needinfo to maintenance@opensuse.org. Starting with 11.2 updates for openSUSE are handled by community involving team. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c10 Magnus Boman <captain.magnus@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |captain.magnus@opensuse.org --- Comment #10 from Magnus Boman <captain.magnus@opensuse.org> 2009-12-28 20:45:44 UTC --- +1 for an update -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c11 --- Comment #11 from Marcus Meissner <meissner@novell.com> 2010-01-04 15:25:32 UTC --- hmm, I guess we should revert it, yses. +1 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c12 --- Comment #12 from Per Jessen <per.jessen@enidan.com> 2010-01-04 15:40:04 UTC --- It's a pretty clear regression, +1. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c13 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:29888 --- Comment #13 from Swamp Workflow Management <swamp@suse.com> 2010-01-04 16:34:27 UTC --- The SWAMPID for this issue is 29888. Please submit the patch and patchinfo file using this ID. (https://swamp.suse.de/webswamp/wf/29888) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|maintenance@opensuse.org | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c14 Peter Varkoly <varkoly@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #14 from Peter Varkoly <varkoly@novell.com> 2010-01-04 17:17:28 UTC --- patchinfo submitted -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c15 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:29888 |maint:running:29888 | |maint:released:11.2:31091 --- Comment #15 from Swamp Workflow Management <swamp@suse.com> 2010-02-15 10:18:53 UTC --- Update released for: postfix, postfix-debuginfo, postfix-debugsource, postfix-devel, postfix-doc, postfix-mysql, postfix-mysql-debuginfo, postfix-postgresql, postfix-postgresql-debuginfo Products: openSUSE 11.2 (debug, i586, x86_64) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557239 http://bugzilla.novell.com/show_bug.cgi?id=557239#c17 --- Comment #17 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (557239) was mentioned in https://build.opensuse.org/request/show/64172 11.2 / postfix -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com