On Sun, Nov 21, 2004 at 07:11:17PM -0700, Computer King wrote: > I am useing Freebsd 4.10stable, postfix 2.1.5 with SASL and TLS, > procmail version 3.22 and binc IMAP 1.2.8 binc uses IMAPdir style mail > boxes. > > I wish to set up virtual servers for several domains and am using > postfix style vmailboxes these reside in /usr/local/etc/postfix/vhosts/ > and am wondering how to configure binc for this as well what do i use > for usernames and password for these accounts.
This isn't within the scope of Binc; Binc relies on a checkpassword program for username and password verification. See http://cr.yp.to/checkpwd.html for more information about the checkpassword system and http://cr.yp.to/checkpwd/interface.html for the definition of the program checkpassword interface. Also search the binc-dev mailing list archive, a week or two ago I posted a simple checkpassword program source code called bchkpw that you can rewrite to work with Postfix, if there's no other checkpassword programs doing so already. Actually I would suggest you start with the cr.yp.to version instead, since it's more self-contained, but my little piece of code has the small advantage of some error reporting and a clearly stated license. //Peter
