exceeding max message size
What happens when a user submits a message greater than the list's maximum message size?
We've been using majordomo for a very long time - however, we have some users who don't understand they can't send messages larger than xxx KB. Majordomo sends a bounce to the list owner - however, it would be _A LOT_ nicer, in our situation, to send the same message to the sender of the message as well. Does mailman do this?
-robert
I've installed mailman from source (took John's advice) with --configure --prefix=/var/lib/mailman --with-mail-gid=78 --with-cgi-gid=72 (which was obtained from grep apache /etc/groups.
I've also run ./check_perms -f, which then showed no problems.
Put in ScriptAlias /mailman/ /var/lib/mailman/cgi-bin/ in httpd.conf.
However, when I go to the webserver and go to http://www.myhost.com/mailman/listinfo,
I get: Forbidden You don't have permission to access /mailman/listinfo on this server.
Is there anything else I need to check?
thanks in advance? adam
-- Public Key available from www.monkeez.co.uk/public_key.asc
# # httpd configuration settings for use with mailman. #
ScriptAlias /mailman/ /var/mailman/cgi-bin/ Alias /pipermail/ /var/mailman/archives/public/ <Directory /var/mailman/archives> Options +FollowSymlinks </Directory>
# # Uncomment, and replace www.example.com with your server's # name, to redirect queries to /mailman to the listinfo page # RedirectMatch /mailman[/]*$ http://www.example.com/mailman/listinfo
Also check the rights on your ~mailman/cgi-bin/.. directory and its files, make sure that they are all set su-gid.
===
On Wed, 2003-01-29 at 05:05, Adam wrote:
I've installed mailman from source (took John's advice) with --configure --prefix=/var/lib/mailman --with-mail-gid=78 --with-cgi-gid=72 (which was obtained from grep apache /etc/groups.
I've also run ./check_perms -f, which then showed no problems.
Put in ScriptAlias /mailman/ /var/lib/mailman/cgi-bin/ in httpd.conf.
However, when I go to the webserver and go to http://www.myhost.com/mailman/listinfo,
I get: Forbidden You don't have permission to access /mailman/listinfo on this server.
Is there anything else I need to check?
thanks in advance? adam
-- Public Key available from www.monkeez.co.uk/public_key.asc
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/
This message was sent to: jonc@nc.rr.com Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com
participants (3)
-
Adam
-
Jon Carnes
-
Robert Carsey