Mark Sapiro wrote: [snip] > If your Mailman was installed from source in the default location, it's > /usr/local/mailman/qfiles/retry, but it could be anywhere. If you know > where Defaults.py and mm_cfg.py are, look in Defaults.py where you > should see > > QUEUE_DIR = os.path.join(VAR_PREFIX, 'qfiles') > Ah. That was the key. On a Fedora system with Mailman installed from RPM it's /var/spool/mailman, not 'qfiles' at all. > and before that, > > VAR_PREFIX = '/some/path' > > which would put qfiles at /some/path/qfiles. > > Did you do > > find / -name qfiles -print > Yes, with predictable results since it's not 'qfiles' in Fedora :-)
Thanks for the pointers. I disabled DNS rejects in Postfix and the next time Mailman tried to send the invites it got permanent errors and gave up. Again, your help is much appreciated. -- Jim Garrison ([EMAIL PROTECTED]) PGP Keys at http://www.jhmg.net RSA 0x04B73B7F DH 0x70738D88 ------------------------------------------------------ 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
