> And here is the listing for the /etc/smrsh directory
>
> [root@hn majordomo-1.94.5]# ls -l /etc/smrsh/
> total 0
> lrwxrwxrwx 1 root root 40 Feb 10 21:22 wrapper ->
> ../../usr/loca
> l/majordomo-1.94.5/wrapper
>
> Here is the e-mail sent back
>
> The original message was received at Sun, 13 Feb 2000 22:35:05 +1300
> from p058.ipa1-n8-16.iconz.net.nz [210.48.24.58]
>
> ----- The following addresses had permanent fatal errors -----
> "|/etc/smrsh/wrapper majordomo"
> (expanded from: <majordomo@hn.hn.pl.net>)
>
> ----- Transcript of session follows -----
> sh: wrapper not available for sendmail programs
> 554 "|/etc/smrsh/wrapper majordomo"... Service unavailable
>
> I have also tried this with the alias being
> "|/usr/local/majordomo-1.94.5/wrapper majordomo"
> this came up with the same error
>
I don't know if it would actually cause a problem but the syntax of you
symlink appears a little funky. It should be more like this:
lrwxrwxrwx 1 root root 26 Nov 17 14:34 wrapper ->
/usr/lib/majordomo/wrapper
The way you have it right now ../../usr/lib/majordomo-1.94.5 which is not
the same as /usr/lib/majordomo-1.94.5. the link that you have is like
saying "move up two directories and then look for usr/". Which isn't
going to be there because two directories up from
/usr/lib/majordomo-1.94.5 is actually in usr/. It won't work. Delete the
link and re-add it like this:
ln -s /usr/lib/majordomo-1.94.5/wrapper wrapper
That should work.
Hope that helps. Um I might have the syntax backwards for ln but you get
the idea....
robble robble.
____________________________
Mike Neuharth
ADCS Technology Specialist
http://www.umn.edu/adcs
E-Mail : mjn@tc.umn.edu
Page Mail : 6123065932@messaging.sprintpcs.com
http://nifty.dsl.visi.com/
____________________________
References:
-
New Lists
From: "Michael Joyce" <michael.joyce@xtra.co.nz>
|
|