in vpopmail 5.3.24 vpopbull needs the -f email_file parameter even you just want to generate a list of the mail adresses of a domain. Its not really a bug and it is easy to work around but it makes no sense, so maybe it is possible to change to the earlier behavior that you can run vpopbull -n -V domain to get a list of all email adresses of domain.
This was a simple fix, and in searching for Andreas' original message, I came across a posting by Jorge Valdes from last April with the fix.
--- vpopmail-5.3.26/vpopbull.c Thu Aug 21 20:57:29 2003
+++ vpopmail-5.3.27/vpopbull.c Wed Sep 3 11:38:20 2003
@@ -98,7 +98,7 @@
vexit(-1);
}
}
- } else {
+ } else if (! DoNothing) {
/* require -f [email_file] */
printf("Error: email_file not specified\n");
usage();
This will be in vpopmail 5.3.27.
--
Tom Collins
[EMAIL PROTECTED]
http://sniffter.com/ - info on the Sniffter hand-held Network Tester
