[Mailman-Users] Send mail through web interface.

2004-07-29 Thread Thomas Bruusgaard
Hi,

 

I want to add some functionality to send an e-mail to a list in MailMan
through a web page. For anyone to reach this web page they will have to
be authenticated as a subscriber of the list. The web page will send an
e-mail to the list from a hidden e-mail address which will be the only
e-mail address that is allowed to post messages to the list. The reason
for this is that the list should be as private as possible.

 

Could anyone give me some hints as to where to start?

 

Specifically:

*   Authenticate that the user is a subscriber of the list
*   Send an e-mail from a web page on a linux server

 

 

Thanks very much in advance!

 

Thomas


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.717 / Virus Database: 473 - Release Date: 08/07/2004



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.717 / Virus Database: 473 - Release Date: 08/07/2004
 
--
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/


[Mailman-Users] 2 questions

2004-07-29 Thread Tilo Jandt


Hi,

is it possible to get mail with fetchmail and forward it to a local
maillinglist?

and second question:

how and where could i change te design of the pipermail output? I wan't to
insert my own CSS File to every generated archivepage but i don't know where.

thanks and cya,
Tilo


This message was sent using IMP, the Internet Messaging Program.
--
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/


Re: [Mailman-Users] 2 questions

2004-07-29 Thread Brad Knowles
At 1:19 PM +0200 2004-07-29, Tilo Jandt wrote:
 is it possible to get mail with fetchmail and forward it to a local
 maillinglist?
	Mailman doesn't care what the transport mechanism is to get mail 
to the list, and it doesn't care too much what the transport 
mechanism is for outgoing mail.

 how and where could i change te design of the pipermail output? I wan't to
 insert my own CSS File to every generated archivepage but i don't know where.
	That would almost certainly require modifying the Python source 
code, but I couldn't tell you where that would need to be done.  Some 
searching through the code underneath $MAILMAN_HOME/Mailman/ should 
turn up something fairly obvious.

--
Brad Knowles, [EMAIL PROTECTED]
Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
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/


Re: [Mailman-Users] Send mail through web interface.

2004-07-29 Thread Brad Knowles
At 10:44 AM +0200 2004-07-29, Thomas Bruusgaard wrote:
 Could anyone give me some hints as to where to start?
	Set up a POP3/IMAP server with a webmail interface, and only hand 
out accounts to people who are subscribed to the list.  This machine 
would probably be best kept completely separate from the mailing list 
server, unless you're good at setting up apache and MTA virtual 
server configurations to keep these things separate.

--
Brad Knowles, [EMAIL PROTECTED]
Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
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/


Re: [Mailman-Users] 2 questions

2004-07-29 Thread Tilo Jandt
Hi,
 
   is it possible to get mail with fetchmail and forward it to a local
   maillinglist?
 
   Mailman doesn't care what the transport mechanism is to get mail 
 to the list, and it doesn't care too much what the transport 
 mechanism is for outgoing mail.

but how could i manage it to pass the incoming mail to mailman?

cya,
Tilo





This message was sent using IMP, the Internet Messaging Program.
--
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/


[Mailman-Users] Send mail through web interface.

2004-07-29 Thread Paul H Byerly
On 05:01 AM 7/29/2004, [EMAIL PROTECTED] wrote:
I want to add some functionality to send an e-mail to a list in MailMan
through a web page. For anyone to reach this web page they will have to
be authenticated as a subscriber of the list. The web page will send an
e-mail to the list from a hidden e-mail address which will be the only
e-mail address that is allowed to post messages to the list. The reason
for this is that the list should be as private as possible.

Could anyone give me some hints as to where to start?
I had this running fairly well a while back.  Mine actually 
verified the users account and put it in the from of the e-mail, but you 
can easily change that to a hard coded from.

I did this on version 2.1.2, so there may be some changes.  My 
biggest problem was cookies, but if you are not trying to put a user name 
in the e-mail that is less of an issue.  I'm way to busy to offer any help, 
but here are some notes and examples that should get you going.  The demo 
pages will not work because some of the scripts are no longer installed.

A demo that was hard coded to be from one of my accounts - this may be all 
you need.
http://www.thcwd.com/mmtest.shtml

Information and code - will give you what you need to make the above work:
http://www.thcwd.com/webposting.txt
Full demo page
http://www.thcwd.com/webposting.shtml
Good luck!
 Paul
--
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/


[Mailman-Users] Send mail through web interface.

2004-07-29 Thread Paul H Byerly
On 05:01 AM 7/29/2004, [EMAIL PROTECTED] wrote:
I want to add some functionality to send an e-mail to a list in MailMan
through a web page. For anyone to reach this web page they will have to
be authenticated as a subscriber of the list. The web page will send an
e-mail to the list from a hidden e-mail address which will be the only
e-mail address that is allowed to post messages to the list. The reason
for this is that the list should be as private as possible.

Could anyone give me some hints as to where to start?
I had this running fairly well a while back.  Mine actually 
verified the users account and put it in the from of the e-mail, but you 
can easily change that to a hard coded from.

I did this on version 2.1.2, so there may be some changes.  My 
biggest problem was cookies, but if you are not trying to put a user name 
in the e-mail that is less of an issue.  I'm way to busy to offer any help, 
but here are some notes and examples that should get you going.  The demo 
pages will not work because some of the scripts are no longer installed.

A demo that was hard coded to be from one of my accounts - this may be all 
you need.
http://www.thcwd.com/mmtest.shtml

Information and code - will give you what you need to make the above work:
http://www.thcwd.com/webposting.txt
Full demo page
http://www.thcwd.com/webposting.shtml
Good luck!
 Paul
--
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/


[Mailman-Users] Instructions: Upgrading Mailman On Mac OS X Server 10.3

2004-07-29 Thread Richard Plotkin
Hi,
After a ridiculous amount of struggle, I've successfully upgraded 
Mailman on Mac OS X 10.3 Server where it will work with Apple's Server 
Admin application and also by the web interface.  There may be a better 
way, but here's what I did, which at the very least shows the essential 
files (two of them apple-specific, which is why it's been a pain to 
upgrade from source).

1) Backup your current Mailman folders in case you screw this up.  
Mailman is split between two locations:
	/usr/share/mailman
	/private/var/mailman

2) Copy apple_config_list and get_list_info from /usr/share/mailman/bin 
.
I tarred these files and put them on my desktop with
tar -cvf ~/Desktop/binfiles.tar  apple_config_list get_list_info

3) Rename your current /usr/share/mailman directory
3) Download Mailman source.
4) Configure mailman with the following command (modify this to fit 
your server).  It assumes that gid 78 is mailman and gid 70 is www.
	./configure --prefix=/usr/share/mailman --with-var-prefix 
--with-mail-gid=78 --with-cgi-gid=70 --with-mailhost={your server's 
name} --with-urlhost={your server's name}

5) Run sudo make install.
6) Extract the files you copied in (2) into /usr/share/mailman/bin I 
copied the tar into bin, and the extracted:
cd /usr/share/mailman/bin
sudo cp ~/Desktop/binfiles.tar .
sudo tar -xvf binfiles.tar
sudo rm binfiles.tar

7) Change configuration parameters in your new installation:
Add MTA = 'Postfix' to the end of /usr/share/mailman/Mailman/mm_cfg.py
(or just replace it with the old mm_cfg.py)
Change VAR_PREFIX from '/var/mailman' to '/private/var/mailman' in 
Defaults.py
(this shouldn't actually matter)

8) Open Disk First Aid. Repair permissions.  You should be good to go!
--
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/


Re: [Mailman-Users] 2 questions

2004-07-29 Thread Brad Knowles
At 3:18 PM +0200 2004-07-29, Tilo Jandt wrote:
Mailman doesn't care what the transport mechanism is to get mail
 to the list, and it doesn't care too much what the transport
 mechanism is for outgoing mail.
 but how could i manage it to pass the incoming mail to mailman?
	That's a configuration issue with fetchmail.  How do you 
configure it to download e-mail and pass it on to any other user? 
Well, do the same for all the mailman mailing lists.

	But this isn't an issue that we can help you with.  This is 
something that you need to resolve using the fetchmail documentation, 
FAQs, mailing lists, etc

--
Brad Knowles, [EMAIL PROTECTED]
Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
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/


Re: [Mailman-Users] Instructions: Upgrading Mailman On Mac OS X Server 10.3

2004-07-29 Thread Brad Knowles
At 3:45 PM -0500 2004-07-29, Richard Plotkin wrote:
 After a ridiculous amount of struggle, I've successfully upgraded Mailman
 on Mac OS X 10.3 Server where it will work with Apple's Server Admin
 application and also by the web interface.
	Cool!  Can you update the FAQ to reflect this update?  If nothing 
else, put in an URL pointer to this posting?

--
Brad Knowles, [EMAIL PROTECTED]
Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
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/


[Mailman-Users] Trouble with mailman and apache 2

2004-07-29 Thread C. P.
Hello everybody:
I new to this list and to mailman too. Im running away from majordomo. 
Installed mailman and seems to work ok, but cant make it work with apache2. 
It worked with apache 1.??.
My search via google didnt find anything useful.
In my first attemp with apache 1.??, it didnt work but tell me about 
/etc/mailman.cgi-gid and mailman.mail.gid and i fixed them. I tried with the 
original and the set that worked with apache 1.??. Didnt work, but i think 
that the problem is near the ownership.

Thank you for your help,
Carlos Pantelides
Here is my data:

cpu: Pentium II 266
memory: 96 MB real, plus 200Mb swap
hard disk: 6G half free, reiserfs
linux 2.4.21, suse 9.0
apache2-2.0.48 prefork
postfix 2.0.14
amavisd-new-20030616
spamassassin-2.55
ClamAV version 0.74
(all but clamav from suse 9.0 rpms)

--Mailman/mm_cfg.py--
##
# Put YOUR site-specific settings below this line.
DEFAULT_NNTP_HOST = 'www.xx.com'
DEFAULT_EMAIL_HOST = 'xx.com'
DEFAULT_URL_HOST = 'www.xx.com'
DEFAULT_URL = 'http://www.xx.com/mailman/'
MTA = 'Postfix'
POSTFIX_ALIAS_CMD = '/usr/sbin/postalias'
POSTFIX_MAP_CMD = '/usr/sbin/postmap'
DELIVERY_MODUL = 'SMTPDirect'
SMTPHOST = 'localhost'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
Note: configured via /etc/sysconfig and SuSEconfig

mailman/bin/check_perms--
No problems found

---/etc/httpd/mailman.conf-
ScriptAlias /mailman/   /usr/lib/mailman/cgi-bin/
Alias   /pipermail/ /var/lib/mailman/archives/public/
Directory /var/lib/mailman/archives/
   Options +FollowSymLinks
/Directory
Note: i think that it is working because it gives me another king of error 
if i point www.xx.com/mailman/no_page

-ls -l 
cgi-bin
total 240
drwxrwsr-x2 root mailman   344 Mar 11 13:47 .
drwxrwsr-x   15 root mailman   392 Jul 29 16:37 ..
-rwxr-sr-x1 root mailman 17095 Oct 15  2003 admin
-rwxr-sr-x1 root mailman 17103 Oct 15  2003 admindb
-rwxr-sr-x1 root mailman 17103 Oct 15  2003 confirm
-rwxr-sr-x1 root mailman 17095 Oct 15  2003 create
-rwxr-sr-x1 root mailman 17119 Oct 15  2003 editarch
-rwxr-sr-x1 root mailman 17119 Oct 15  2003 edithtml
-rwxr-sr-x1 root mailman 17119 Oct 15  2003 listinfo
-rwxr-sr-x1 root mailman 17103 Oct 15  2003 options
-rwxr-sr-x1 root mailman 17103 Oct 15  2003 private
-rwxr-sr-x1 root mailman 17095 Oct 15  2003 rmlist
-rwxr-sr-x1 root mailman 17095 Oct 15  2003 roster
-rwxr-sr-x1 root mailman 17127 Oct 15  2003 subscribe

Note: i tried with root.mailman, wwwrun.mailman and mailman.mailman

http://www.xx.com/mailman/admin-
Access forbidden!
You don't have permission to access the requested object. It is either 
read-protected or not readable by the server.

Error 403

--/var/log/apache2/error.log---
[Thu Jul 29 08:29:43 2004] [error] [client 200.80.154.105] client denied by 
server configuration: /usr/lib/mailman/cgi-bin/admin


_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

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


[Mailman-Users] Re: Send mail through web interface.

2004-07-29 Thread Paul H Byerly
On 03:45 PM 7/29/2004, I wrote:
Three times.  Sorry about that, my ISP was sending failed to 
connect - but apparently ad connected.

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