On Mon, 2001-11-19 at 18:18, [EMAIL PROTECTED] wrote: > Hi, > > I *think* i have postfix and vpopmail playing together, > i've following all of the instructions on the site. > > Note: I installed vpopmail from freebsdports, and i did > not configure qmail what so ever. > > I get these errors. > > su-2.05$ ./vadddomain bignose.ca > Please enter password for postmaster: > enter password again: > could not open assign file > Error: Domain does not exist > > Wondering what this means , and if anyone has any suggestions.
vadddomain will try to modify these files: /var/qmail/control/locals /var/qmail/control/rcpthosts /var/qmail/control/virtualdomains /var/qmail/users/assign Then it will try to run /var/qmail/bin/qmail-newu if there are more than 50 entries in rcpthosts then it will modify /var/qmail/control/morercpthosts and try to run /var/qmail/bin/qmail-newmrh program Same thing with vdeldomain. You could: mkdir /var/qmail/control mkdir /var/qmail/users mkdir /var/qmail/bin and put two programs that don't do anything into /var/qmail/bin/qmail-newu /var/qmail/bin/qmail-newmrh That would probably work. Ken Jones