>>>>> "ADS" == Allan D Simmons <allan@lan2wan.com> writes:
ADS> When I try to mail majordomo@virtual.com with a request to subscribe
ADS> Frederick {or for that matter with no request} I get the following
ADS> bounced message. (all file permissions and ownership are correct)
ADS> virtual.cf not readable; stopped at /usr/test/majordomo-1.94/majordomo
ADS> line 44.
ADS> 554 "|/usr/test/majordomo-1.94/wrapper majordomo -C
ADS> virtual.cf"... unknown mailer error 2
Uh, the code around line 44 does nothing more than check to see that the
file is readable:
43: if (! -r $cf) {
44: die("$cf not readable; stopped");
45: }
so I seriously doubt your claim that "all file permissions and ownership are
correct." Perhaps you should be more specific; show us the permissions of
the config file and of things like the wrapper.
- J<
References:
|
|