[Mailman-Users] Mailman 3.0 wishlist: imap protocol support

2010-01-31 Thread Karl O. Pinc
Hello, As long as I'm requesting features, it'd be nice if the mailman archive was able to support access via the imap protocol. I would think it would make more sense to structure the archive in such a way that any old imap server could be used rather than build imap protocol support into mailma

[Mailman-Users] Mailman 3.0 wishlist: Add "posting" into archiver (user database and mail sending)

2010-01-31 Thread Karl O. Pinc
Hi, Here's a wishlist item for mailman 3.0. I've no use for "web forums", but it seems that they are here to stay and sometimes a requirement. It occurs to me that if the mailman 3.0 archiver user interface had a "send mail" feature then it would, in essence, become a "web forum". (Especially if

Re: [Mailman-Users] Running two list with same email prefix

2009-08-15 Thread Karl O. Pinc
On 08/12/2009 10:24:50 AM, Mark Sapiro wrote: > Andrea Cappelli wrote: > > >I'm running a mail server with Debian Lenny, MTA is Postfix and i > will > >use postfix-to-mailma.py script to run list > > > >I would set up Mailman for running mailing list with same email > prefix > >on different domain

Re: [Mailman-Users] Pain, seeking Mailman/Postfix wisdom

2009-02-27 Thread Karl O. Pinc
On 02/27/2009 11:21:30 AM, Mark Sapiro wrote: Karl O. Pinc wrote: > >I don't suppose there's an IRC channel related to mailman? See the bottom of the page at <http://www.list.org/devs.html>. That would be #mailman on irc.freenode.net. Does it make sense to ask user qu

Re: [Mailman-Users] Pain, seeking Mailman/Postfix wisdom

2009-02-27 Thread Karl O. Pinc
On 02/26/2009 06:17:33 PM, Brad Knowles wrote: I think the problem is that there is too much documentation, and it's hard to know where to start. I believe the term is "information overload". I don't suppose there's an IRC channel related to mailman? I sometimes find that the low latency

Re: [Mailman-Users] mailman installation and domains - confused

2009-02-27 Thread Karl O. Pinc
On 02/27/2009 02:51:51 AM, Oliver Glueck wrote: @Karl: postconf..don't show me the mailman aliases, only the default. (with configured 30_maps in /etc/univention/templates/files/etc/postfix/main.cf.d/ After I added this lines in postfix/main.cf postconf shows me the right entry, but it doesn'

Re: [Mailman-Users] mailman installation and domains - confused

2009-02-26 Thread Karl O. Pinc
Oliver Glueck's first post has the right config parameter, but it still wouldn't hurt to verify what postfix think's it's alias maps are: # postconf | grep ^alias_maps alias_maps = hash:/etc/aliases hash:/var/lib/mailman/data/aliases Likewise, in the "verify assumptions" category,

Re: [Mailman-Users] Setting a bind address for SMTP delivery

2009-02-26 Thread Karl O. Pinc
On 02/26/2009 09:52:52 AM, Mark Sapiro wrote: However, I too am puzzled as to why there are unqualified non-local addresses to deal with at all. Because the whole point of this particular application of mailman is to receive and distribute mail from a system over which I have no control that

Re: [Mailman-Users] Setting a bind address for SMTP delivery

2009-02-26 Thread Karl O. Pinc
On 02/26/2009 09:41:40 AM, Brad Knowles wrote: Mark Sapiro wrote: SMTPHOST and SMTPPORT in mm_cfg.py. That controls where you send to, but not what address Mailman binds to when it sends to that host/port. As it turns out I set SMTPHOST to 127.0.0.2, and instead of the usual smtp line in

Re: [Mailman-Users] Setting a bind address for SMTP delivery

2009-02-25 Thread Karl O. Pinc
On 02/26/2009 12:29:33 AM, Brad Knowles wrote: on 2/25/09 11:53 PM, Karl O. Pinc said: Or do you think that an MTA should re-write all addresses and fully qualify them with the local domain, regardless of whether the mail was received from the Internet for delivery to a local user? I don&#

Re: [Mailman-Users] Setting a bind address for SMTP delivery

2009-02-25 Thread Karl O. Pinc
On 02/25/2009 11:07:46 PM, Brad Knowles wrote: on 2/25/09 10:28 PM, Karl O. Pinc said: This causes a problem with mailman, because mailman is sending mail from the local box any addresses that come in without @domain on the end (for whatever reason) gets rewritten when mailman re-sends the

[Mailman-Users] Setting a bind address for SMTP delivery

2009-02-25 Thread Karl O. Pinc
Hi, I'm wondering if there's a way to set the address that mailman binds to when sending SMTP. Here's the background: I'm using postfix as a MTA. When postfix receives mail containing addresses that have no @domain part, and the mail is sent from the local box, it automatically adds @whateverth

Re: [Mailman-Users] User Commands

2009-02-11 Thread Karl O. Pinc
On 02/11/2009 10:40:50 AM, Mark Sapiro wrote: Karl O. Pinc wrote: > >> Gets you all the lists that f...@example.com is subscribed to. So does bin/find_member f...@example.com and much more simply. And I'm sure more efficiently too. My bad. Karl Free Software: "

Re: [Mailman-Users] User Commands

2009-02-11 Thread Karl O. Pinc
On 02/10/2009 02:07:23 PM, Karl O. Pinc wrote: On 02/10/2009 10:20:51 AM, Brian Canty wrote: I was wondering if anyone knows of any command you can use to find out who is subscribed to all mailman lists. Somehow the "cut" command got mangled. Should be: list_lists \ |

Re: [Mailman-Users] Wiki editing in debian etch

2009-02-11 Thread Karl O. Pinc
On 02/11/2009 01:18:15 AM, Brad Knowles wrote: on 2/10/09 7:28 PM, Karl O. Pinc said: I'm running Debian Etch and simply cannot edit the wiki. Iceweasel (aka firefox) and konqurer have different problems. What problems are you having with Iceweasel? Firefox works fine for me on al

[Mailman-Users] Wiki editing in debian etch

2009-02-10 Thread Karl O. Pinc
Hi, I'm running Debian Etch and simply cannot edit the wiki. Iceweasel (aka firefox) and konqurer have different problems. I'll eventually update to Lenny. In the meantime is there a workaround? I'm trying to edit: http://wiki.list.org/display/DOC/From+field+displayed+by+Microsoft+Outlook The

Re: [Mailman-Users] User Commands

2009-02-10 Thread Karl O. Pinc
On 02/10/2009 10:20:51 AM, Brian Canty wrote: I was wondering if anyone knows of any command you can use to find out who is subscribed to all mailman lists. list_lists | tail -n +2 | awk '{print $1;}' | xargs -n 1 list_members | sort -u Gets you all the members of all the lists. list_lists \

Re: [Mailman-Users] Two lists: same name, different domain -- the postfix way

2009-02-10 Thread Karl O. Pinc
On 02/09/2009 04:35:12 PM, Karl O. Pinc wrote: Hello, I've been wanting 2 different mailing lists with the same name, each on a different domain. The idea is to use postifx's canonical mapping to re-write the email addresses on all inbound list traffic to "secondary" d

[Mailman-Users] Two lists: same name, different domain -- the postfix way

2009-02-09 Thread Karl O. Pinc
Hello, I've been wanting 2 different mailing lists with the same name, each on a different domain. This configuration is not supported in the stock mailman (pre 3.0), but it occurs to me that there is a workaround when the MTA is postfix. It's a bit of a kludge, but I think it will work. I'm in