Re: [Mailman-Users] Allowing outside submission

2004-10-26 Thread Mark Sapiro
postal worker wrote:
>
>I need a way to:
>
>   publish an address
>
>   have that address gated to an existing Mailman list, without approval..
>
>on a temporary basis.
>
>
>I have a forward in place, but Mailman rejects all the mail.
>
>
>Restrict posting privilege to list members? (member_posting_only) (Details)
>is set to NO.
>
>The admin interface message is:Posting to a restricted list 
>by sender requires approval

Looks like Mailman 2.0.x

>From the comments in 2.1.5 versions.py

# - If member_posting_only == no, then what happens depends on the
#   value of the posters attribute:
#o If posters was empty, then anybody can post without their
#  message being held for approval
#o If posters was non-empty, then /only/ those addresses could post
#  without approval, i.e. members not on posters would have their
#  messages held for approval.

It looks like you have addresses in 'posters' and you either have to
remove them or if your forward always looks like it comes from a fixed
address, add that one to the list.

--
Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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] Took Care of Exim Problems

2004-10-26 Thread Mark Sapiro
Joseph A. Nagy, Jr. wrote:
>
>Oct 26 17:00:24 2004 (19123) SHUNTING: 
>1098828023.6700971+49c2753d38d1aee072602386fe4ec53bc87bf1d0
>Oct 26 17:04:09 2004 (19123) Uncaught runner exception: [Errno 13] Permission denied: 
>'/usr/local/mailman/archives/private/rifts-pbem/attachments'



>OSError: [Errno 13] Permission denied: 
>'/usr/local/mailman/archives/private/rifts-pbem/attachments'
>
>Oct 26 17:04:09 2004 (19123) SHUNTING: 1098828249.31954+d2be08daa9cbd49bccd=
>f5675c3dc44fc0d10068f
>
>That's from /usr/local/mailman/logs/error
>
>What's going on and what needs to be changed?

You have an owner/group/permissions problem trying to create files in
(write to) the directory
/usr/local/mailman/archives/private/rifts-pbem/attachments/

As Dan suggests, run bin/check_perms -f - you may need to run it more
than once; run it as root until it finds no errors. Then run
bin/unshunt to retry the archiving.

--
Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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] Took Care of Exim Problems

2004-10-26 Thread Dan Phillips
On Oct 26, 2004, at 5:06 PM, Joseph A. Nagy, Jr. wrote:
I've configured exim according to a howto[0] but still appear to have
problems with mailman:
OSError: [Errno 13] Permission denied: 
'/usr/local/mailman/archives/private/rifts-pbem/attachments'

Oct 26 17:04:09 2004 (19123) SHUNTING: 
1098828249.31954+d2be08daa9cbd49bccdf5675c3dc44fc0d10068f

That's from /usr/local/mailman/logs/error
Have you tried running bin/check_perms -f ?
FWIW, on my system, the corresponding directory perms are: drwxrwsr-x
Dan

Dan Phillips
Associate Professor of Horn, University of Memphis
site administrator: music.memphis.edu
--
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] Took Care of Exim Problems

2004-10-26 Thread Joseph A. Nagy, Jr.
On Tue, Oct 26, 2004 at 05:06:50PM -0500, Joseph A. Nagy, Jr. wrote the following:
> I've configured exim according to a howto[0] but still appear to have
> problems with mailman:


[0]: 

-- 
AIM: pres CTHULHU | ICQ: 18115568 | Yahoo: pagan_prince
Jabber: DarkKnightRadick@(jabber.org|amessage.at) | Libertarian @ Large
PGP: 0x642F7BDA | < http://groups.yahoo.com/group/tennesseans-for-badnarik/ >
< http://mc-luug.homelinux.org/mailman/listinfo/mc-luug >


pgp4SA5WP8BE2.pgp
Description: PGP signature
--
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] Took Care of Exim Problems

2004-10-26 Thread Joseph A. Nagy, Jr.
I've configured exim according to a howto[0] but still appear to have
problems with mailman:

Oct 26 17:00:24 2004 (19123) SHUNTING: 
1098828023.6700971+49c2753d38d1aee072602386fe4ec53bc87bf1d0
Oct 26 17:04:09 2004 (19123) Uncaught runner exception: [Errno 13] Permission denied: 
'/usr/local/mailman/arc
hives/private/rifts-pbem/attachments'
Oct 26 17:04:09 2004 (19123) Traceback (most recent call last):
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 111, in _oneloop
self._onefile(msg, msgdata)
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 167, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
  File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispose
more = self._dopipeline(mlist, msg, msgdata, pipeline)
  File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 153, in _dopipeline
sys.modules[modname].process(mlist, msg, msgdata)
  File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 91, in process
send_digests(mlist, mboxfp)
  File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 132, in send_digests
send_i18n_digests(mlist, mboxfp)
  File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 306, in 
send_i18n_digests
msg = scrubber(mlist, msg)
  File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 265, in process
url = save_attachment(mlist, part, dir)
  File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 352, in save_attachment
makedirs(fsdir)
  File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 339, in makedirs
os.makedirs(dir, 02775)
  File "/usr/lib/python2.3/os.py", line 153, in makedirs
makedirs(head, mode)
  File "/usr/lib/python2.3/os.py", line 153, in makedirs
makedirs(head, mode)
  File "/usr/lib/python2.3/os.py", line 154, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: 
'/usr/local/mailman/archives/private/rifts-pbem/attachments'

Oct 26 17:04:09 2004 (19123) SHUNTING: 
1098828249.31954+d2be08daa9cbd49bccdf5675c3dc44fc0d10068f

That's from /usr/local/mailman/logs/error

What's going on and what needs to be changed?
-- 
AIM: pres CTHULHU | ICQ: 18115568 | Yahoo: pagan_prince
Jabber: DarkKnightRadick@(jabber.org|amessage.at) | Libertarian @ Large
PGP: 0x642F7BDA | < http://groups.yahoo.com/group/tennesseans-for-badnarik/ >
< http://mc-luug.homelinux.org/mailman/listinfo/mc-luug >


pgpj49OkvBwzI.pgp
Description: PGP signature
--
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] Allowing outside submission

2004-10-26 Thread postal worker
I need a way to:
publish an address
have that address gated to an existing Mailman list, without approval..
on a temporary basis.
I have a forward in place, but Mailman rejects all the mail.
Restrict posting privilege to list members? (member_posting_only) (Details)
is set to NO.
The admin interface message is: 	Posting to a restricted list 
by sender requires approval

Suggestions?
--
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] Network error

2004-10-26 Thread Mark Sapiro
Kevin Schroeder wrote:

>I'm trying to send out to a list of mine but my log files are showing something 
> kind of weird.  smtp-failure is saying "delivery to  failed with code 
> -1: (1, 'address family not supported')".  What could cause this kind of error?
>

The error comes from your MTA. The MTA log may show more. What is
? Is it VERP like? If so, maybe your MTA doesn't like
VERP like addresses.

>Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py

See articles 1.22 and 1.23.

--
Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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] Network error

2004-10-26 Thread Kevin Schroeder
Hello,
I'm trying to send out to a list of mine but my log files are showing something 
kind of weird.  smtp-failure is saying "delivery to  failed with code 
-1: (1, 'address family not supported')".  What could cause this kind of error?

Regards
Kevin
--
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] Invalid Confirmation String & Returned Messages .. .

2004-10-26 Thread Jason Flatt
On Monday 25 October 2004 5:28 pm, Mark Sapiro wrote:
> Jason Flatt wrote:
> >
> >I'm still having the Invalid confirmation string error when replying to
> >subscription requests via e-mail, though.  Web confirmations work fine,
> >however.  I'm not sure where to look for that.
>
> What does the address look like in an e-mail reply to a confirmation.
> Is it VERP like? I.e. is it something like
>
>   [EMAIL PROTECTED]
>
> If so, then your postfix may not be properly set up to handle VERP like
> addresses.

I went to run a few tests to make sure the information I was giving was 
correct, and now it's working correctly.  I'm fairly sure I didn't change 
anything between when it wasn't working and when it was...

Just for the record, none of the e-mail addresses had the hex code in it.  The 
confirm code was only in the subject and/or the body of all of the e-mails.


-- 
Jason Flatt (jason @ flattfamily . com)
Father of five (http://www.flattfamily.com/)
Linux user (http://www.sourcemage.org/)
IRC Nick: Oadae  Channels: #sourcemage, #lvlug  Server: irc.freenode.net
--
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/