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, California better use your sense - B. Dylan > > ---------------------------------------------------------- This mail sent through AIT WebMail : http://www.ait.ac.th/ ------------------------------------------------------ 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/ 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
