On Thu, 2005-02-03 at 04:07 +0500, dinar ali kadri wrote: > i solved my problems and my mailman is working fine but do i have to > do all these aliases jobs manual and then restarts my MTA for every > new list ?
> I am using Fedora core 2 and sendmail as my MTA See this FAQ entry http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.049.htp However, if you were to use postfix instead of sendmail it would be really easy, just add MTA='postfix' in your mm_cfg.py file and you're done (provided postfix is set up and running) You might need to install the postfix rpm and it would be handy to install the system-switch-mail rpm so you can run system-switch-mail to convert from using sendmail to postfix. -- John Dennis <[EMAIL PROTECTED]> ------------------------------------------------------ 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/
