Re: [Mailman-Users] subscribe @localhost

2012-08-27 Thread Thufir
On 08/27/2012 09:44 PM, Thufir wrote: [...] In terms of mailman, is there a log of what happened. I don't expect the subscription message to make it all the way through, but how do I trace it through mailman to see the attempts to send confirmation, and what errors were reported, etc. Ah, some

[Mailman-Users] empty gateway archive

2012-08-27 Thread Thufir
I think, or assume, that mailman is running its cron, but nothing seems to be coming through from the NNTP gateway when there have been new posts. In general, how do I troubleshoot the gateway? the script is there in: /var/lib/mailman/cron/gate_news but are the results logged anywhere, perha

[Mailman-Users] subscribe @localhost

2012-08-27 Thread Thufir
I want to subscribe thufir@localhost to a mailing list -- of course that's rejected for not being a FQDN. So I subscribed thu...@dur.bouncme.net. Presumably I need to configure postfix recognize that as localhost? In terms of mailman, is there a log of what happened. I don't expect the sub

Re: [Mailman-Users] Error: You are not authorized to create newmailinglists

2012-08-27 Thread Thufir
On 08/27/2012 09:20 PM, Mark Sapiro wrote: I wonder where mailman is picking up the @localhost, because mm_cfg.py >should only use the FQDN: The create CGI gets the domain from the host name in the URL. If you go to it should work. Works nicely

Re: [Mailman-Users] Error: You are not authorized to create newmailinglists

2012-08-27 Thread Mark Sapiro
Thufir wrote: > >I get: > >Error: Illegal list name: comp.lang.java.help.3@localhost > >from the web interface (I only typed in the part before @localhost) Because Mailman doesn't like domains without at least one dot. >although the CLI seems to handle it fine: [...] >I wonder where mailman is

Re: [Mailman-Users] Error: You are not authorized to create new mailinglists

2012-08-27 Thread Thufir
On 08/27/2012 09:02 PM, Mark Sapiro wrote: [...] bin/mmsitepass --help Well, don't I feel silly. I knew about that but didn't use it because I figured it was something else. Pardon about that. I get: Error: Illegal list name: comp.lang.java.help.3@localhost from the web interface (I onl

Re: [Mailman-Users] Error: You are not authorized to create new mailinglists

2012-08-27 Thread Mark Sapiro
Thufir wrote: >While I can browse to > >http://localhost/cgi-bin/mailman/listinfo/comp.lang.java.help > >and see that there's such a list, I cannot create list from > >http://localhost/cgi-bin/mailman/admin > >which returns > >Error: You are not authorized to create new mailing lists > >whenever I

Re: [Mailman-Users] nntp -> dovecot POP3

2012-08-27 Thread Mark Sapiro
Thufir wrote: > >I'm using the CLI for now. where would I find the list configuration >please? Mailman's bin/config_list --help See the FAQ at . -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B.

Re: [Mailman-Users] nntp -> dovecot POP3

2012-08-27 Thread Thufir
On 08/27/2012 12:33 PM, Mark Sapiro wrote: Install Mailman, create a list whose members are the addresses you want to email newsgroup posts to and for that list set: nntp_host -> your news server (localhost?) I'm using the CLI for now. where would I find the list configuration please? -

[Mailman-Users] Error: You are not authorized to create new mailing lists

2012-08-27 Thread Thufir
While I can browse to http://localhost/cgi-bin/mailman/listinfo/comp.lang.java.help and see that there's such a list, I cannot create list from http://localhost/cgi-bin/mailman/admin which returns Error: You are not authorized to create new mailing lists whenever I try to create a list. How

Re: [Mailman-Users] RTFM gate_news

2012-08-27 Thread Mark Sapiro
Thufir wrote: > >However, > >http://localhost/mailman/admin/ doesn't bring up anything. See (or the relevant Debian/Ubuntu Mailman docs). >I'm looking >at the wiki, and not sure how proceed on that. While I'm using the FQDN >dur.bounce.net i

Re: [Mailman-Users] nntp -> dovecot POP3

2012-08-27 Thread Mark Sapiro
Thufir wrote: >On 08/27/2012 12:33 PM, Mark Sapiro wrote: >> Install Mailman, create a list whose members are the addresses you want >> to email newsgroup posts to and for that list set: > >Just to clarify, I'm interested in the other direction of the gateway, >pulling news to e-mail, not so much

Re: [Mailman-Users] nntp -> dovecot POP3

2012-08-27 Thread Thufir
On 08/27/2012 12:33 PM, Mark Sapiro wrote: Install Mailman, create a list whose members are the addresses you want to email newsgroup posts to and for that list set: Just to clarify, I'm interested in the other direction of the gateway, pulling news to e-mail, not so much the e-mail to news.

Re: [Mailman-Users] RTFM gate_news

2012-08-27 Thread Thufir
On 08/27/2012 12:25 PM, Mark Sapiro wrote: Thufir wrote: Where is the documentation for mailman gate_news and how is it configured? gate_news is run periodically (default, every 5 minutes) by cron to retrieve messages from gatewayed news groups and post them to the associated mail lists. The

Re: [Mailman-Users] nntp -> dovecot POP3

2012-08-27 Thread Mark Sapiro
Thufir wrote: >I've seen mention that mailman can be used between nntp and e-mail. >What I'm looking for is to send nntp messages to e-mail, just one way. >I don't need a full gateway such as gmane, just one way is sufficient. > >Currently I'm using dovecot-postfix in Ubuntu with leafnode >(htt

Re: [Mailman-Users] RTFM gate_news

2012-08-27 Thread Mark Sapiro
Thufir wrote: >Where is the documentation for mailman gate_news and how is it configured? gate_news is run periodically (default, every 5 minutes) by cron to retrieve messages from gatewayed news groups and post them to the associated mail lists. There is no configuration for gate_news itself. A

[Mailman-Users] RTFM gate_news

2012-08-27 Thread Thufir
Where is the documentation for mailman gate_news and how is it configured? I'm running Leafnode on localhost and am using a dovecot-postfix mail stack on Ubuntu. How can I wire them together with mailman to export usenet messages? The best info I've found about gate_news is: http://opensourc

Re: [Mailman-Users] illegal list name (FQDN & hostname)

2012-08-27 Thread Thufir
On 08/27/2012 11:52 AM, Mark Sapiro wrote: [...] What is the contents of mm_cfg.py? In particular, what are the settings for DEFAULT_URL_HOST and DEFAULT_EMAIL_HOST and is there an add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) line following any settings for these? Thanks, I think

Re: [Mailman-Users] illegal list name (FQDN & hostname)

2012-08-27 Thread Mark Sapiro
Thufir wrote: >Why does mailman see or use @dur for the FQDN when it should be >dur.bounceme.net? > >thufir@dur:~$ >thufir@dur:~$ >thufir@dur:~$ sudo newlist mailman [...] >Illegal list name: mailman@dur What is the contents of mm_cfg.py? In particular, what are the settings for DEFAULT_URL_HOS

Re: [Mailman-Users] illegal list name (FQDN & hostname)

2012-08-27 Thread Thufir
I think I got it: root@dur:/etc/mailman# root@dur:/etc/mailman# newlist mailman Enter the email of the person running the list: hawat.thu...@gmail.com Initial mailman password: To finish creating your mailing list, you must edit your /etc/aliases (or equivalent) file by adding the following line

[Mailman-Users] illegal list name (FQDN & hostname)

2012-08-27 Thread Thufir
Why does mailman see or use @dur for the FQDN when it should be dur.bounceme.net? thufir@dur:~$ thufir@dur:~$ thufir@dur:~$ sudo newlist mailman Enter the email of the person running the list: hawat.thu...@gmail.com Initial mailman password: Create a new, unpopulated mailing list. Usage: /usr/sb

Re: [Mailman-Users] Group mismatch puzzle

2012-08-27 Thread Mark Sapiro
Lindsay Haisley wrote: > >What is the "mail wrapper script" to which the error message refers? $prefix/mail/mailman It is a compiled binary wrapper (source is src/mail-wrapper.c in the distribution) that ultimately calls one of the Python scripts in the scripts/ directory (e.g. scripts/post) to

[Mailman-Users] nntp -> dovecot POP3

2012-08-27 Thread Thufir
I've seen mention that mailman can be used between nntp and e-mail. What I'm looking for is to send nntp messages to e-mail, just one way. I don't need a full gateway such as gmane, just one way is sufficient. Currently I'm using dovecot-postfix in Ubuntu with leafnode (http://leafnode.sourcef

Re: [Mailman-Users] Group mismatch puzzle - SOLVED!

2012-08-27 Thread Lindsay Haisley
As I had begun to suspect, this had nothing to do with Mailman. I imported MySQL records from the old server for authenticating mail users and assigning virtual mailboxes. All of these contained numeric GID records appropriate for that installation, and the mail server indeed ran with that GID wh

Re: [Mailman-Users] Group mismatch puzzle

2012-08-27 Thread Lindsay Haisley
I've looked into the pickled files for the problem list with dumpdb and found no reference to the GID which might lock the "mail wrapper script" onto the group ID of the server from which the list was exported. Googling for "mail wrapper script" turns up lots of references, going back many years, t