Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 44606

Summary: Binc Imap - when using daemontools, there is missing "Maildir/" after bincimapd in the script
Product: Gentoo Linux Reporter: Jan Moli&#269; <jan.molic>
Component: New packagesAssignee: Masatomo Nakano (RETIRED) <nakano>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jan Moli&#269; 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.