Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50232 - Courier-imap uses /home/<user> instead of /home/<user>/Maildir (probably only with IBS http://ibs.sf.net)
Summary: Courier-imap uses /home/<user> instead of /home/<user>/Maildir (probably only...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-06 07:52 UTC by Denis Kot
Modified: 2004-05-06 07:53 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 Denis Kot 2004-05-06 07:52:41 UTC
then I trying to look my mail by pop3 I get in /var/log/messages:
May  5 11:56:50 game pop3d: Connection, ip=[192.168.100.101]
May  5 11:56:53 game pop3d: LOGIN: DEBUG: ip=[192.168.100.101], command=USER
May  5 11:56:56 game pop3d: LOGIN: DEBUG: ip=[192.168.100.101], command=PASS
May  5 11:56:56 game pop3d: LOGIN, user=denis, ip=[192.168.100.101]
May  5 11:56:56 game pop3d: pop3d: No such file or directory
May  5 11:57:01 game pop3d: LOGOUT, user=denis, ip=[192.168.100.101], top=0, retr=0

and stat return +OK 0 0 but I have mail!



Reproducible: Always
Steps to Reproduce:
1.trying get e-mail from server
2.
3.



Expected Results:  
STAT must show like:
+OK 2 608

I change in usr/lib/courier-imap/gentoo-pop3d.rc:
/usr/sbin/courier-imapd ${MAILDIR}
to:
/usr/sbin/courier-imapd ${MAILDIRPATH}

and everything is working fine.
Comment 1 Denis Kot 2004-05-06 07:53:36 UTC
I change in usr/lib/courier-imap/gentoo-pop3d.rc:
/usr/sbin/courier-imapd ${MAILDIR}
to:
/usr/sbin/courier-imapd ${MAILDIRPATH}

and everything is working fine.