[Mailman-Users] Group Mismatch error

2006-01-20 Thread Myo Zaw Nyunt
HI All,

I got the following error after I post my first mail to the list. I am using
Sendmail. I don't know what to do.

Regards,
Myo Gyi

Servername Mailman mail-wrapper: Group mismatch error.  Mailman expected the
mail wrapper script to be executed as group "mailman", but the system's mail
server executed the mail script as group "mailnull".  Try tweaking the mail
server to run the script as group "mailman", or re-run configure,  providing
the command line option `--with-mail-gid=mailnull'.

server1 sm-mta[624]: k0LDB3ZM000623: to="|/usr/local/mailman/mail/mailman
post
test"\r, ctladdr=<[EMAIL PROTECTED]> (26/0), delay=00:00:00,
xdelay=00:00:00, mailer=prog, pri=30760, dsn=5.3.0, stat=unknown mailer
error 2

server1 sm-mta[624]: k0LDB3ZM000623: k0LDB3ZM000624: DSN: unknown mailer
error 2
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] can't find smrsh wrapper in sendmail

2006-01-14 Thread Myo Zaw Nyunt
Dear Mark,

Thanks for your reply. But after I read this article at
http://mail.python.org/pipermail/mailman-users/2004-June/037514.html, I do not
understand very well about this section. I can't find /etc/sudoers fiels in my
FreeBSD.

4. We need permission for apache and mailman to run our script from step 1.
In the /etc/sudoers file (use the command /usr/sbin/visudo) we need two
lines:
apache ALL= NOPASSWD: /usr/local/sbin/mailman.aliases
mailman ALL= NOPASSWD: /usr/local/sbin/mailman.aliases

And I still get userunkonw as bounced back mail.

I created for mailman aliases file like this : for example I created list named
"test" and members in this list are [EMAIL PROTECTED] and [EMAIL PROTECTED]

So, I created as:

test   test1 test2

Is that right?

I can use mailman adimn and create new lists from web interface.

Thanks,
MyoGyi










Quoting Mark Sapiro <[EMAIL PROTECTED]>:

> Myo Zaw Nyunt wrote:
> >
> >As I am a new mailman user, I have a problem in using it. I can't find
> "smrsh
> >wrapper in my sendmail program according to this article
> >http://www.gnu.org/software/mailman/mailman-install/node32.html. I am using
> >freebsd 5.3 with sendmail 8.13.1.
>
>
> If you can't find 'smrsh' in your sendmail.cf per
> <http://www.gnu.org/software/mailman/mailman-install/node32.html> then
> probably your sendmail is not using smrsh which means that this
> section (6.3.1) of the installation manual doesn't apply to you. Also,
> section 6.3.2 is only for 'unusual' situations so skip that too.
>
>
> >Next quesiton is do I need to create a user account manually for each
> mailing
> >list. I got a bounce mail back for my "Test" mailing list becase the sytem
> said
> >I don't have this "[EMAIL PROTECTED]" account.
>
>
> No. You need aliases.
>
>
> >Or, do I need to add aliases in /etc/mail/aliases. If, how do I add?
>
>
> If you really mean 'how', the answer is 'with a text editor'. Also see
> <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.049.htp>.
>
> If you mean 'what', if you haven't overridden the Defaults.py
> MTA='Manual' setting, the list creation process should inform you of
> the required aliases.
>
> Here is a typical set for the site list named 'mailman'
>
> ## mailman mailing list
> mailman:"|/usr/local/mailman/mail/mailman post mailman"
> mailman-admin:  "|/usr/local/mailman/mail/mailman admin mailman"
> mailman-bounces:"|/usr/local/mailman/mail/mailman bounces mailman"
> mailman-confirm:"|/usr/local/mailman/mail/mailman confirm mailman"
> mailman-join:   "|/usr/local/mailman/mail/mailman join mailman"
> mailman-leave:  "|/usr/local/mailman/mail/mailman leave mailman"
> mailman-owner:  "|/usr/local/mailman/mail/mailman owner mailman"
> mailman-request:"|/usr/local/mailman/mail/mailman request mailman"
> mailman-subscribe:  "|/usr/local/mailman/mail/mailman subscribe mailman"
> mailman-unsubscribe:"|/usr/local/mailman/mail/mailman unsubscribe
> mailman"
>
> The '/usr/local/mailman' part of the path is the default, but may be
> diferent if you specified different directories via the --prefix= or
> --exec-prefix= options to configure. Also, some of the above lines may
> be wrapped.
>
> --
> Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
> San Francisco Bay Area, Californiabetter use your sense - B. Dylan
>
>




--
This mail sent through AIT WebMail : http://www.ait.ac.th/

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] can't find smrsh wrapper in sendmail

2006-01-14 Thread Myo Zaw Nyunt
Hi All,

As I am a new mailman user, I have a problem in using it. I can't find "smrsh
wrapper in my sendmail program according to this article
http://www.gnu.org/software/mailman/mailman-install/node32.html. I am using
freebsd 5.3 with sendmail 8.13.1.

Next quesiton is do I need to create a user account manually for each mailing
list. I got a bounce mail back for my "Test" mailing list becase the sytem said
I don't have this "[EMAIL PROTECTED]" account.

Or, do I need to add aliases in /etc/mail/aliases. If, how do I add?

Thanks for reply.

Myo Gyi


--
This mail sent through AIT WebMail : http://www.ait.ac.th/

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp