Guys, after insatlling mailman with this tutorial, i got lost. when i visited my site and subscribe dont know what to do next.how can i integrate it with postfix? any tutorials there?.Im runnin RH9
rpm -ivh mailman-2.0.8-1.i386.rpm Download: http://distro.ibiblio.org/pub/Linux/distributions/redhat/updates/current/en/os/i386/mailman-2.0.8-1.i386.rpm RPM Notes: * The RPM creates a sendmail user. (and entries in the files /etc/passwd, /etc/shadow, /etc/gshadow, /etc/group) mailman:x:41:41:GNU Mailing List Manager:/var/mailman:/bin/false * Apache configuration file additions: /etc/httpd/conf/httpd.conf .. ... ScriptAlias /mailman/ /var/mailman/cgi-bin/ Alias /pipermail/ /var/mailman/archives/public/ <Directory /var/mailman/archives> Options +FollowSymlinks </Directory> <Directory /var/mailman/cgi-bin"> AllowOverride None Options +ExecCGI Order allow,deny Allow from all </Directory> ... .. [root prompt]# cd /var/mailman/cron [root prompt]# crontab -u mailman crontab.in 1. Change defaults file: /var/mailman/Mailman/mm_cfg.py Change: DEFAULT_HOST_NAME = 'localhost' DEFAULT_URL = 'http://localhost/mailman/' 2. Create a mailing list: [root prompt]# cd /var/mailman [root prompt]# bin/newlist test - Creates a mailing list called test. Enter the email address of the person running the list: Initial test password: - Type it correctly. There is no verification! test: "|/var/mailman/mail/wrapper post test" test-admin: "|/var/mailman/mail/wrapper mailowner test" test-request: "|/var/mailman/mail/wrapper mailcmd test" test-owner: test-admin __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html ------------------------------------------------------ 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/