Hello all.
I have been trying to get Majordomo 1.93 to run on SCO Unix, both
version 3.2v4.2 and SCO Open Server 5.0, with absolutely no luck.
I have tried with perl 4.036, and perl 5.001m. Both passed all the
perl regression tests.
The first error I get is perl moaning that it cannot find a function
"main'lopen". I fixed that bu putting 'require "shlock.pl";' just
after 'package Majordomo;'. That sorted that problem out. Them when I
run majordomo, I get this error:
'ABORT do_exec_sendmail, number of args <= 1 unsafe to exec at
/u/majordom/majordomo.pl line 210.
Here is my majordomo.cf:
$whereami = "hyperion.paradigm.co.za";
$whoami = "Majordomo\@$whereami";
$whoami_owner = "Majordomo-Owner\@$whereami";
$homedir = "/u/majordom";
$listdir = "$homedir/Lists";
$digest_work_dir = "$homedir/digests";
$log = "$homedir/Log";
$mailer = "/usr/lib/sendmail -f\$sender -t";
$filedir = "$listdir";
$filedir_suffix = ".archive";
$index_command = "/bin/ls -lRL";
$return_subject = 1;
$majordomo_request = 1;
umask(007);
@archive_dirs = ( "/usr/spool/archive" );
$analyze_slash_in_address = 0;
$no_x400at=0;
$no_true_x400=0;
1;
Any help at all would be appreciated. Thanks in advance.
Follow-Ups:
|
|