Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110741 - Exim use flag "-mbox" gets rid of "mbx" a different kind of mailbox.
Summary: Exim use flag "-mbox" gets rid of "mbx" a different kind of mailbox.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Colin Morey (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-28 11:20 UTC by Tim Finer
Modified: 2007-01-11 17:39 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Finer 2005-10-28 11:20:05 UTC
Exim can write to a bunch of different mailbox formats, MBOX and MBX being two
of them.  The ebuild assumes that if -mbox is set (the default), then MBX should
be disabled.  This is an erroneous assumption as the two formats have nothing to
do with one another.  Further, MBX is widely used by uw-imap servers (it is the
recommend format).

Recommend either renaming -mbox to -mbx to disambiguate it, or get rid of it
(since -mbox doesn't get rid of exim's mbox format).

See for a description about the different mailbox types.
http://tinyurl.com/ckfgz

The offending part of exim-4.54.ebuild (line 106):
    if use mbox; then
        sed -i "s:# SUPPORT_MBX=yes:SUPPORT_MBX=yes:" Makefile
    fi

Reproducible: Always
Steps to Reproduce:
1. emerge exim
2. exim -C /etc/exim/exim.conf -bV | grep -i mbx

Actual Results:  
No output, exim doesn't have MBX transport.

Expected Results:  
Exim should have MBX support by default, and the -mbox flag should either be
renamed to -mbx or dropped altogether.
Comment 1 Colin Morey (RETIRED) gentoo-dev 2005-11-28 15:34:42 UTC
This should be fixed in exim 4.60, please confirm
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-11 17:39:42 UTC
No response, assuming fixed.