Hi, Florent, On Tue, 25 Nov 2003, Florent Gilain wrote: >Hi all, >I now have a full qmail installation : qmail + vpopmail... >POP3 and SMTP is ok with my virtual domains and virtual users.
If you edit your run files for bincimap (imap/run and imaps/run) and replace "/bin/checkpassword" with: /export/home/vpopmail/bin/vchkpw When users log in, they need to use their full email address as a username. >Could you please explain me what i must modify in bincimap.conf file and run >file please in order to do this ? You don't have to modify anything there, it should work right out of the box. >What is the syntax to check using a telnet localhost 143 that a user has >emails and to read it ? Check the FAQ for how to check if Binc is set up correctly, but log in with a virtual address instead. Then you can run this command after you did the SELECT command: 1 FETCH 1:* (FLAGS ENVELOPE) That will show all messages in the mailbox with flags. >NB : I don't really understand the "INBOX" keyword that is talked >everywhere... On the file system using qmail, the main mailbox in each account is typically called Maildir/. Other mail systems use /var/spool/mail/<user>, and so in. But within the IMAP protocol, this mailbox is always referred to as INBOX (or Inbox or inbox etc). >NB 2 : My goal is to be able to create new mailboxes still using >qmailadmin... That works; I do it myself. :-) Andy -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
