This is simply one of the first of a few errors you will run into while
installing on Red Hat (using the rpms). 

You need to add a link in your /etc/smrsh directory to your mailman
wrapper program.  Something like:
  cd /etc/smrsh
  ln -s ~mailman/mail/wrapper wrapper

This tells smrsh that Mailman's wrapper program is okay-dokie to run via
a Sendmail alias.

Next problem you will run into is that your Sendmail does not listen for
a local connection.  If you install from source, there are some really
nice files that tell you all about smrsh and about the overly paranoid
Sendmail problem - and how to get around them.

There are a couple of ways around the Sendmail problem, the easiest is
to comment out the line in your /etc/sendmail.cf file that restricts the
interfaces used by Sendmail.  If that line is commented out then
Sendmail will default to listening on all local interfaces, and isn't
that a happy thing to do!?!

  # SMTP client options
  #O ClientPortOptions=Address= ......

Good Luck!

On Wed, 2002-10-23 at 00:53, Dodson, Matthew wrote:
> I am runnibg redhat 7.2 with the latest build of mailman. I receive the
> following error from sendmail when I try to confirm a subscription. Sorry if
> this has been answered before.
> 
>    ----- The following addresses had permanent fatal errors ----- 
> |/home/mailman/mail/wrapper mailcmd ops 
>     (reason: service unavailable) 
>     (expanded from: <[EMAIL PROTECTED]>) 
> 
>    ----- Transcript of session follows ----- 
> smrsh: wrapper.mailcmd.ops not available for sendmail programs 
> 554 5.0.0 Service unavailable 
> 
> 
> Thanks,
> MD 
> 
> ------------------------------------------------------
> Mailman-Users mailing list
> [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/



------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to