Re: [Mailman-Users] Best method to interface Mailman3 from custom web application

2014-07-23 Thread ML mail
Thanks I will go for the REST API and sorry for bothering the mailman users 
mailing list. I will use the developers one in the future instead.



On Wednesday, July 23, 2014 5:50 PM, Mark Sapiro  wrote:
 


On 07/23/2014 04:58 AM, ML mail wrote:

> 
> I have built a simple mail control panel in PHP where I would like to be able 
> to create new mailing lists, subscribe/unsubscribe members, etc. Now I was 
> wondering what would be the best method for my control panel to do that? I am 
> aware of the following methods:
> 
> - using SQL to directly speak with mailman3 database
> - using the REST API
> 
> What would you recommend and are there any other alternatives?


I think its been mentioned to you before, but
mailman-develop...@python.org is much preferred over
mailman-users@python.org for MM 3 discussion.

In any case, one of the major reasons for splitting MM 3 into separate
pieces with a core engine with a REST API was to facilitate exactly what
you are talking about. So use the REST API.

-- 
Mark Sapiro         The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/mlnospam%40yahoo.com
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Best method to interface Mailman3 from custom web application

2014-07-23 Thread ML mail
Hello,

I have built a simple mail control panel in PHP where I would like to be able 
to create new mailing lists, subscribe/unsubscribe members, etc. Now I was 
wondering what would be the best method for my control panel to do that? I am 
aware of the following methods:

- using SQL to directly speak with mailman3 database
- using the REST API

What would you recommend and are there any other alternatives?

Regards
ML
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] List owner account in Mailman3 (postorius)

2014-07-14 Thread ML mail
Hi,

How do I create a list owner account in the new Mailman3 web interface 
(postorius)?

Regards
ML

--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Mailman v3 how to create new user

2014-07-01 Thread ML mail
Hi,

I installed Mailman 3 and Postorius all working fine so far but I have a 
question regarding user management. I got one admin user created while running 
the "syncdb" command in Django, but how do I now create additional users? 


Ideally I would like one "domain admin" user who can manage mailing lists for a 
specific domain, is this possible?


Regards,
ML

--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Installing v3.0.0b4 on Debian 7

2014-07-01 Thread ML mail
Thanks, I used now pip install to install the zope interface and it worked, I 
had the debian package's version installed and that did not work well along.




On Monday, June 30, 2014 4:20 PM, Mark Sapiro  wrote:
On 06/29/2014 01:35 PM, ML mail wrote:
> Hi,
> 
> I am trying to install version 3.0.0b4 of Mailman on Debian 7 and for that 
> purpose I took the original tar.gz file and ran:
> 
> sudo python setup.py install
> 
> There was an issue with the version of zope.interface which I resolved by 
> running the following command:
> 
> sudo pip install -U zope.interface
> 
> Now Mailman got correctly installed but when doesn't seem to run. This is the 
> output when I run the mailman command on its own:


I saw a similar issue at one point. I *think* I fixed it by completely
removing zope.interface and rerunning python setup.py install, letting
it install the zope.interface package it wanted.

That said, I'm not really working on MM 3 at this point and most of the
MM 3 folks are better found on mailman-develop...@python.org.

-- 
Mark Sapiro         The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/mlnospam%40yahoo.com

--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Installing v3.0.0b4 on Debian 7

2014-06-30 Thread ML mail
Hi,

I am trying to install version 3.0.0b4 of Mailman on Debian 7 and for that 
purpose I took the original tar.gz file and ran:

sudo python setup.py install

There was an issue with the version of zope.interface which I resolved by 
running the following command:

sudo pip install -U zope.interface

Now Mailman got correctly installed but when doesn't seem to run. This is the 
output when I run the mailman command on its own:



Traceback (most recent call last):
  File "/usr/local/bin/mailman", line 9, in 
    load_entry_point('mailman==3.0.0b4', 'console_scripts', 'mailman')()
  File 
"/usr/local/lib/python2.7/dist-packages/setuptools-5.3-py2.7.egg/pkg_resources.py",
 line 356, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File 
"/usr/local/lib/python2.7/dist-packages/setuptools-5.3-py2.7.egg/pkg_resources.py",
 line 2439, in load_entry_point
    return ep.load()
  File 
"/usr/local/lib/python2.7/dist-packages/setuptools-5.3-py2.7.egg/pkg_resources.py",
 line 2155, in load
    ['__name__'])
  File 
"/usr/local/lib/python2.7/dist-packages/mailman-3.0.0b4-py2.7.egg/mailman/bin/mailman.py",
 line 34, in 
    from mailman.core.initialize import initialize
  File 
"/usr/local/lib/python2.7/dist-packages/mailman-3.0.0b4-py2.7.egg/mailman/core/initialize.py",
 line 43, in 
    from zope.component import getUtility
  File 
"/usr/local/lib/python2.7/dist-packages/zope.component-4.2.1-py2.7.egg/zope/component/__init__.py",
 line 19, in 
    from zope.interface import named


Does anyone have an idea what is going wrong? Did I maybe forgot to do 
something or am I missing anything?

Thanks for the hints

Regards
ML
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Digest mode sending individual emails

2013-03-14 Thread ml lists
On 13 March 2013 22:56, Mark Sapiro  wrote:
>
> Lists can be configured to send digests periodically
> (digest_send_periodic = Yes), but the frequency is determined by how
> often Mailman's cron/senddigests runs.
>
> You have probably set digest_size_threshhold to 0 thinking this means
> unlimited instead of 'send a digest with every post'. See the current
> doc at  and the bug
> report at .

I had/have the following
digest_size_threshhold = 30
digest_send_periodic = no
digest_volume_frequency = weekly

And if I understood correctly, this regardless of threshhold size
should only send weekly, no?

With "cron/senddigests"  should there be a crontab entry on the system
for this or is it controlled elsewhere?
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Digest mode sending individual emails

2013-03-13 Thread ml lists
Hello,

I am having some problems with a mailman list that i administer.   The list
is configured to send digest emails once a week (via the web ui) but this
is not happening, instead emails are being sent individually, as they are
posted to the list, but tagged as digest.

Would anyone have any suggestion how to fix this so they are sent weekly?

I'm running Ubuntu 11.10 and mailman 2.1.14-1
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] mailman force all httpd ssl

2012-07-21 Thread ml



Le 2012-07-21 09:10, ml a écrit :

Le 21/07/2012 03:51, ml a écrit :

Le 21/07/2012 02:12, ml a écrit :

hello guys




I come to you to submit an application problem already



i read this page

http://wiki.list.org/display/DOC/4.27+Securing+Mailman%27s+web+GUI+by+using+Secure+HTTP-SSL



I applied in my setup


force ssl  work only for this url http://lists.fakessh.eu/mailman/



my config not work for other url
http://lists.fakessh.eu/mailman/listinfo/news



trying to find a solution I'm searching on google is my friend



but not solve my problem



I tested the various config available with google search

on my centos 6.3 the ssl redirect works only for this url
http://lists.fakessh.eu/mailman


fail other url





this sample

http://wiki.list.org/display/DOC/4.27+Securing+Mailman%27s+web+GUI+by+using+Secure+HTTP-SSL

not work on my machine
I am obliged to write a config like this


RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTPS}off [NC]
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=permanent]
RedirectMatch  ^/mailman[/]*$  
https://lists.fakessh.eu/mailman/listinfo


RewriteRule ^/mailman(/.*)  https://%{HTTP_HOST}/mailman$1 
[L,R=permanent]




same issue as provided
only http://lists.fakessh.eu/mailman/
correctly only with ssl redirect




despite my efforts during these past few days I do not manage to do 
what I want


only http://lists.fakessh.eu/mailman/ correctly redirect



--
  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC2626742
  gpg --keyserver pgp.mit.edu --recv-key C2626742

  http://urlshort.eu fakessh @
  http://gplus.to/sshfake
  http://gplus.to/sshswilting
  http://gplus.to/john.swilting
  https://lists.fakessh.eu/mailman/
  This list is moderated by me, but all applications will be accepted
  provided they receive a note of presentation
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] mailman force all httpd ssl

2012-07-21 Thread ml

Le 21/07/2012 03:51, ml a écrit :

Le 21/07/2012 02:12, ml a écrit :

hello guys




I come to you to submit an application problem already



i read this page

http://wiki.list.org/display/DOC/4.27+Securing+Mailman%27s+web+GUI+by+using+Secure+HTTP-SSL



I applied in my setup


force ssl  work only for this url http://lists.fakessh.eu/mailman/



my config not work for other url
http://lists.fakessh.eu/mailman/listinfo/news



trying to find a solution I'm searching on google is my friend



but not solve my problem



I tested the various config available with google search

on my centos 6.3 the ssl redirect works only for this url
http://lists.fakessh.eu/mailman


fail other url





this sample
http://wiki.list.org/display/DOC/4.27+Securing+Mailman%27s+web+GUI+by+using+Secure+HTTP-SSL

not work on my machine
I am obliged to write a config like this


RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTPS}off [NC]
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=permanent]
RedirectMatch  ^/mailman[/]*$  
https://lists.fakessh.eu/mailman/listinfo


RewriteRule ^/mailman(/.*)  https://%{HTTP_HOST}/mailman$1 
[L,R=permanent]




same issue as provided
only http://lists.fakessh.eu/mailman/
correctly only with ssl redirect
--
  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC2626742
  gpg --keyserver pgp.mit.edu --recv-key C2626742

  http://urlshort.eu fakessh @
  http://gplus.to/sshfake
  http://gplus.to/sshswilting
  http://gplus.to/john.swilting
  https://lists.fakessh.eu/mailman/
  This list is moderated by me, but all applications will be accepted
  provided they receive a note of presentation

--
  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC2626742
  gpg --keyserver pgp.mit.edu --recv-key C2626742

  http://urlshort.eu fakessh @
  http://gplus.to/sshfake
  http://gplus.to/sshswilting
  http://gplus.to/john.swilting
  https://lists.fakessh.eu/mailman/
  This list is moderated by me, but all applications will be accepted
  provided they receive a note of presentation
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] mailman force all httpd ssl

2012-07-20 Thread ml
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 21/07/2012 02:12, ml a écrit :
> hello guys
> 
> 
> I come to you to submit an application problem already
> 
> i read this page 
> http://wiki.list.org/display/DOC/4.27+Securing+Mailman%27s+web+GUI+by+using+Secure+HTTP-SSL
>
> 
I applied in my setup
> 
> force ssl  work only for this url http://lists.fakessh.eu/mailman/
> 
> my config not work for other url 
> http://lists.fakessh.eu/mailman/listinfo/news
> 
> trying to find a solution I'm searching on google is my friend
> 
> but not solve my problem
> 

I tested the various config available with google search

on my centos 6.3 the ssl redirect works only for this url
http://lists.fakessh.eu/mailman


fail other url


- -- 
  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC2626742
  gpg --keyserver pgp.mit.edu --recv-key C2626742

  http://urlshort.eu fakessh @
  http://gplus.to/sshfake
  http://gplus.to/sshswilting
  http://gplus.to/john.swilting
  https://lists.fakessh.eu/mailman/
  This list is moderated by me, but all applications will be accepted
  provided they receive a note of presentation
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlAKCx4ACgkQNgqL0sJiZ0IGaACdHXSL0glbecKxkp2mFu72GD29
95kAoNvN4oyUv/2qt+1vKN14iu44rIHm
=X+Wb
-END PGP SIGNATURE-
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] mailman force all httpd ssl

2012-07-20 Thread ml
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hello guys


I come to you to submit an application problem already

i read this page
http://wiki.list.org/display/DOC/4.27+Securing+Mailman%27s+web+GUI+by+using+Secure+HTTP-SSL
I applied in my setup

force ssl  work only for this url
http://lists.fakessh.eu/mailman/

my config not work for other url
http://lists.fakessh.eu/mailman/listinfo/news

trying to find a solution I'm searching on google is my friend

but not solve my problem

- -- 
  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC2626742
  gpg --keyserver pgp.mit.edu --recv-key C2626742

  http://urlshort.eu fakessh @
  http://gplus.to/sshfake
  http://gplus.to/sshswilting
  http://gplus.to/john.swilting
  https://lists.fakessh.eu/mailman/
  This list is moderated by me, but all applications will be accepted
  provided they receive a note of presentation
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlAJ9AoACgkQNgqL0sJiZ0JtcwCgsjww6BDiaMedg0tdxmLC35Tc
AL0AnidrqKHqqYj78ngqrGtAmyC+8Zfs
=JrQv
-END PGP SIGNATURE-
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Newer postfix: unused parameter: mailman_destination_recipient_limit=1

2012-03-10 Thread ml

Le 2012-03-09 20:28, Larry Stone a écrit :

On Fri, 9 Mar 2012, Tanstaafl wrote:


Hi all,

I've had this parameter defined in my postfix ever since it was 
first set up (not by me), and most everything I read online says it 
should be there.


But, the newer versions of postfix now provide warnings for unused 
parameters, and that is what I'm getting for this one parameter:


myhost : Fri Mar 09, 13:16:12 : ~
# postconf -n | grep mailman
alias_maps = hash:/etc/mail/aliases, 
hash:/var/lib/mailman/data/aliases
virtual_alias_maps = ${mysql}/vam.cf, 
hash:/var/lib/mailman/data/virtual-mailman
postconf: warning: /etc/postfix/main.cf: unused parameter: 
mailman_destination_recipient_limit=1

myhost : Fri Mar 09, 13:16:26 : ~
#

Anyone have any idea why? Am I indeed not using it? I'd rather not 
just comment it out and test without some confirmation first, since 
this is a production box.


transport_destination_recipient_limit is a Postfix parameter that is
specific to the named transport. If you don't have a transport named
mailman, then mailman_transport_destination_recipient is indeed
unused.

-- Larry Stone
   lston...@stonejongleux.com



this depend  version the postfix


ks3 ~]# postconf -n | grep mailman
alias_maps = hash:/etc/aliases , 
hash:/etc/postfix/aliases,hash:/etc/mailman/aliases

mailman_destination_recipient_limit = 1
virtual_alias_maps = 
hash:/etc/postfix/virtual,hash:/etc/mailman/aliases


ok on my machine

--
 http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC2626742
 gpg --keyserver pgp.mit.edu --recv-key C2626742

 http://urlshort.eu fakessh @
 http://gplus.to/sshfake
 http://gplus.to/sshswilting
 http://gplus.to/john.swilting
 https://lists.fakessh.eu/mailman/
 This list is moderated by me, but all applications will be accepted
 provided they receive a note of presentation
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] how to make email list to be properly delivered to all users

2012-01-17 Thread ml

hello guys
hello master of Fu


I am new to mailman and I try to configure a personal mailing list. I 
tried to follow the how-to available on the web I have access to my 
mailman web interface but no message is issued and this in turn to and 
from any address even the mailman's administrative address. I do not 
know how to make email list to be properly delivered to all users and I 
do not know how to operate the addresses of the list Admnistration



use postfix dovecot lda and other tools

--
 http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC2626742
 gpg --keyserver pgp.mit.edu --recv-key C2626742

 http://urlshort.eu fakessh @
 http://gplus.to/sshfake
 http://gplus.to/sshswilting
 http://gplus.to/john.swilting
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Fw: Signing up for a list

2008-02-09 Thread AD-ML


Subscribe



--
Mailman-Users mailing list
Mailman-Users@python.org
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


Re: [Mailman-Users] Signing up for a list

2008-02-09 Thread AD-ML
such as SUBSCRIBE  in the main body of the mail or on a web page? 


I suspect [?subject=subscribe] is case-sensitive

mailto:[EMAIL PROTECTED]">SUBSCRIBE

Can this type of link be included in a footer efficiently?

Leonorin
  - Original Message - 
  From: Gabriel Millerd 
  To: [EMAIL PROTECTED] 
  Cc: mailman-users@python.org 
  Sent: Friday, February 08, 2008 7:24 PM
  Subject: Re: [Mailman-Users] Signing up for a list


  On Feb 8, 2008 10:54 AM, Jeff McCauley <[EMAIL PROTECTED]> wrote:
  > Is there a way to send a link out for individuals to use to sign up for a
  > list.  In other words, in a different email (or on a web site) can I have a
  > link they can click that will allow them to be added to the mailing list?
  >

  Such as a mailto:[EMAIL PROTECTED]



  -- 
  Gabriel Millerd
  --
  Mailman-Users mailing list
  Mailman-Users@python.org
  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/mlmn%40apcilog.org

  Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
--
Mailman-Users mailing list
Mailman-Users@python.org
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


Re: [Mailman-Users] Removing admin email addresses

2007-11-19 Thread AD-ML
If the optional pages are still the standard ones : 
As administrator, open for one list the personal option page, change the 
password, actualize using the new password and resign for all the lists

SN
  - Original Message - 
  From: Spyro Polymiadis 
  To: mailman-users@python.org 
  Sent: Tuesday, November 20, 2007 4:14 AM
  Subject: [Mailman-Users] Removing admin email addresses


  Hi All,

  Im using mailman 2.1.9, and ive got close to 100 mail lists on it.

  We just have had one of our IT guys leave our company, and I was wondering if 
there was an easy (bulk, cli) way to remove/change the email address from the 
"List of Administrators" (2nd text box in General Options)

  Otherwise, its very a very cumbersome job to log in to each list and remove 
the address manually.

  Cheers
  Spyro




  This message and its attachments may contain legally privileged or 
confidential information. This message is intended for the use of the 
individual or entity to which it is addressed. If you are not the addressee 
indicated in this message, or the employee or agent responsible for delivering 
the message to the intended recipient, you may not copy or deliver this message 
or its attachments to anyone. Rather, you should permanently delete this 
message and its attachments and kindly notify the sender by reply e-mail. Any 
content of this message and its attachments, which does not relate to the 
official business of the sending company must be taken not to have been sent or 
endorsed by the sending company or any of its related entities. No warranty is 
made that the e-mail or attachment(s) are free from computer virus or other 
defect.


  --
  Mailman-Users mailing list
  Mailman-Users@python.org
  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/mlmn%40apcilog.org

  Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
--
Mailman-Users mailing list
Mailman-Users@python.org
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


[Mailman-Users] Restart Mailman and IP help

2005-10-22 Thread ML
Hi,

I paid to have Mailman installed on my DirectAdmin CentOS server a few
months ago, recently I had to change the server hostname and IP and Mailman
no longer sends out emails! (the people that originally installed Mailman
will fix the problem if I pay for a one hour support charge, but I believe
it is just a matter of updating to the new IP or hostname)

Also:
1) I can¹t find the mm_cfg.py file! Where should it be?
2) how exactly do I restart mailman, what directory must I be in?

Does anyone know where on Mailman or server I need to enter/change the new
IP or hostname?

__
Thank you,
ML


--
Mailman-Users mailing list
Mailman-Users@python.org
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


[Mailman-Users] receive notices when users change their email addy?

2004-01-16 Thread BubblyBabs Mailman-Users ML
I receive notification when a user subs and unsubs but I'd like to know when someone 
changes their email addy as well.  Is there a
way to do that?

Thanks,
Babs


--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mailman & CPanel?

2003-09-23 Thread BubblyBabs Mailman-Users ML
- Original Message - 
From: "Chuq Von Rospach" <[EMAIL PROTECTED]>
To: "Paul H Byerly" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "Chuq Von Rospach" <[EMAIL PROTECTED]>
Sent: Monday, September 22, 2003 9:42 PM
Subject: Re: [Mailman-Users] Mailman & CPanel?


>
> On Monday, September 22, 2003, at 06:28  PM, Paul H Byerly wrote:
>
> >  Am I correct in assuming that the problem is with the CPanel
> > interface with Mailman
>
> No. All we really know is that Cpanel isn't working on one specific
> ISP. Whether that's CPanel's fault or the ISP's fault, or smoe other
> factor, we don't know, and we shouldn't assume. All we do know is that
> the Mailman crew isn't involved with CPanel, so once CPanel takes
> Mailman builds a tool to support it, we're out of the loop and can't
> really help.

Hello,

I'm one of the people having difficulty w/ mailman and cpanel...  Mailman worked fine 
w/ cpanel...  I now have cpanel v1.7 and
mailman v2.1.2 ...  I honestly don't know if my webhost upgraded cpanel or mailman or 
both (I don't recal the version numbers), I
just know that all of a sudden I was unable to edit the HTML files...  Thankfully the 
lists still work fine in all aspects, I just
can't edit those HTML files...

I sent the bug report to my webhost and I also sent it through to the [LO] mailing 
list in hopes someone could tell me what was
wrong (at the time I didn't know that mailman v2.12 and cpanel v1.7 did not work 
together)...  I really like mailman, it's a great
list manager!  But I also like cpanel...  Both programs give me more control over my 
site than I've had before and I'd love to keep
them both (well, to be honest, I don't have a choice since my webhost decides!)

Anyway, what do I need to do in regards to this?  Do I send in complains to cpanel?

Babs
www.fractalfairy.com/~feusers


--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Switching from majordomo to Mailman

2002-01-18 Thread ml-mailman-users

Hi!

>> What I intended to ask about is a single
>> general mailman address, that is as compatible as possible to what at
>> a majordomo installation usually can be reached at
>> <[EMAIL PROTECTED]>.

Ashley> That's specific to each list:  [EMAIL PROTECTED]
Ashley> Send a message with the word 'help' as subject.

Not with majordomo. With majordomo, general information can be
retrieved from a general address.

Ashley> I suppose you can create a dummy list (non-publicized),
Ashley> and make an alias from [EMAIL PROTECTED] to that list's address.

Yes. That would be a workaround for `help' and `lists', but not for
`subscribe list' and `unsubscribe list'. So, it seems there is such
majordomo compatiblity support.

 -frank

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Switching from majordomo to Mailman

2002-01-18 Thread ml-mailman-users

Hi!

>> I'd like to know whether there's a
>> compatibilty interface, so that it would be sufficient to adjust an
>> alias like `majordomo: "|mailman-wrapper majordomo-compat'.

Ashley> If you look at the header information from any Mailman generated
Ashley> message, you'd see the following two tags:

Ashley> List-Subscribe: ,
Ashley> 
Ashley> List-Unsubscribe: ,
Ashley> 

Ashley> There are your two email addresses for subscriptions (the
Ashley> 'mailto' tags).  Adjust them to reflect your address and you
Ashley> should be good to go.

Thanks, Ashley!

I know about the `xxx-request' addresses that are specific to the
configured mailing lists. What I intended to ask about is a single
general mailman address, that is as compatible as possible to what at
a majordomo installation usually can be reached at
<[EMAIL PROTECTED]>. If it would be possible, I'd like to support such
an address for compatibilty reasons because many people might be
familiar with our site's majordomo setup.

Another reason is this: I wonder whether it is true that people who
want to ask for general `help' on mailman or intend to issue a `lists'
command really have to be aware of an already existing mailing list.

 -frank

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Switching from majordomo to Mailman

2002-01-18 Thread ml-mailman-users

Hi!

I'd like to switch our mailinglist manager from majordomo to
Mailman. Since there are some lists being transitioned and webpages that
say that people can subscribe to lists by sending `subscribe listname'
mails to [EMAIL PROTECTED], I'd like to know whether there's a
compatibilty interface, so that it would be sufficient to adjust an
alias like `majordomo: "|mailman-wrapper majordomo-compat'.

 -frank

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users