Frank Svoboda wrote: [snip]
Mar 16 12:04:28 ns1 sendmail[29131]: i2GB4RD29130: to="|/home/mailman/mail/wrapper mailcmd mmlist", ctladdr=<mmlist-request@xxxxxxxxx> (8/0), delay=00:00:01, xdelay=00:00:01, mailer=prog, pri=30787, dsn=4.0.0, stat=Operating system error- - -
From: http://list.cobalt.com/pipermail/cobalt-developers/2002-March/036266.html
It creates a softlink in /usr/adm/sm.bin of wrapper_mailman to /home/mailman/mail/wrapper
I found that you had to make the real name of the wrapper program match the symlink or you got the "operating system error" from sendmail. I think this is due to the way sendmail smrsh works.
I believe the name of the wrapper program is hard-coded into several of the mailman utilities, so just renaming /home/mailman/mail/wrapper to wrapper_mailman will cause other problems. You could try putting a symlink named wrapper_mailman in /home/mailman/mail/ to /home/mailman/mail/wrapper, and changing the symlink in /usr/adm/sm.bin to point to /home/mailman/mail/wrapper_mailman; smrsh may or may not accept this.
Regards, Richard.