Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44606 - Binc Imap - when using daemontools, there is missing "Maildir/" after bincimapd in the script
Summary: Binc Imap - when using daemontools, there is missing "Maildir/" after bincima...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Masatomo Nakano (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-13 14:24 UTC by Jan Molič
Modified: 2004-04-18 17:15 UTC (History)
0 users

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 Jan Molič 2004-03-13 14:24:17 UTC
It causes "Server died unexpectedly" when "Maildir/" is not set as /usr/bin/bincimapd argument.
The good script (I'm using vmailmgr, but it's the same when not):

exec    tcpserver -c 100 -u 0 -g 0              \
    -l $(hostname) -HDRP                        \
    0 143                                       \
    /usr/bin/bincimap-up                        \
    --logtype=multilog                          \
    --conf=/etc/bincimap/bincimap.conf --       \
    /usr/bin/checkvpw                           \
    /usr/bin/bincimapd Maildir/
Comment 1 Masatomo Nakano (RETIRED) gentoo-dev 2004-04-18 17:15:09 UTC
Default imap dir is ~/.maildir.
If you want to modify it edit /etc/bincimap/bincimap.conf.

I've just added the information to the ebuild in bincimap-1.2.7.

Thanks for reporting.