cvm-qmail shouldn't require control/virtualdomains
Amitai Schlair <[email protected]> Fri, 15 Jul 2005 19:08:13 -0400
| Newsgroups | gmane.comp.sysutils.bgware |
|---|---|
| Message-ID | <[email protected]> |
I'm trying out cvm for the first time (in order to give mailfront a
whirl). Version 0.71 on NetBSD 2.0/i386.
My test system has a very simple qmail config. No virtualdomains file.
Check this out:
# time CVM_LOOKUP_SECRET= cvm-qmail cvm-local:/tmp/.cvm-qmail
0.00s real 0.00s user 0.00s system
# echo $?
4
# touch /var/qmail/control/virtualdomains
# CVM_LOOKUP_SECRET= cvm-qmail cvm-local:/tmp/.cvm-qmail
Starting.
^CStopping.
It's no trouble creating an empty virtualdomains file, but since qmail
doesn't require one, cvm-qmail probably shouldn't either.
- Amitai