Re: [Mailman-Users] Installing mailman in DMZ

2008-10-21 Thread David Pradier

Thanks Mark,
it was helpful.

For the record, i didn't find any way to have mailman on a different 
machine than the webserver without NFS or a webproxy.


David
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


[Mailman-Users] Announce Only and CC

2008-10-21 Thread John Whitney
I have set-up an announce only Mailman implementation following suggestions
from various websites. It's working, but there's one thing that I cannot
figure out how to fix: Every message sent includes a Cc to the list, and a
To for my email. If people "reply to all", they get my rejection notice
since it's sending to the Cc as well as my email. Is there a way to
configure Mailman NOT to include the Cc? Thanks.
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


[Mailman-Users] mailman perms are "good" mailman wrapper not found

2008-10-21 Thread David Lane
Greetings,

This one is driving me nuts.  Version 2.1

>From the logs: /usr/lib/mailmain/mail/mailman: No such file or directory

>From the file system:

[EMAIL PROTECTED] mail]# pwd
/usr/lib/mailman/mail
[EMAIL PROTECTED] mail]# ll
total 8
-rwxr-sr-x 1 root mailman 7224 Jan 23  2008 mailman

I am sure it's a rights issue, but I cannot find a listing for the correct
rights.

Installed via yum.

Thanks,

DAVID
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] mailman perms are "good" mailman wrapper not found

2008-10-21 Thread Ari Moisio

HI

 Is the 'mailmain' in the  log typo  somewhere?



--
mr. M01510 & guide Loadstone-GPS


On Mon, 20 Oct 2008, David Lane wrote:


Greetings,

This one is driving me nuts.  Version 2.1


From the logs: /usr/lib/mailmain/mail/mailman: No such file or directory



From the file system:


[EMAIL PROTECTED] mail]# pwd
/usr/lib/mailman/mail
[EMAIL PROTECTED] mail]# ll
total 8
-rwxr-sr-x 1 root mailman 7224 Jan 23  2008 mailman

I am sure it's a rights issue, but I cannot find a listing for the correct
rights.

Installed via yum.

Thanks,

DAVID
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: http://mail.python.org/mailman/options/mailman-users/arimo%40iki.fi

Security Policy: http://wiki.list.org/x/QIA9


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] Announce Only and CC

2008-10-21 Thread Mark Sapiro
John Whitney wrote:

>I have set-up an announce only Mailman implementation following suggestions
>from various websites. It's working, but there's one thing that I cannot
>figure out how to fix: Every message sent includes a Cc to the list, and a
>To for my email. If people "reply to all", they get my rejection notice
>since it's sending to the Cc as well as my email. Is there a way to
>configure Mailman NOT to include the Cc? Thanks.


The Cc: to the list is included in the outgoing mail because the list
is fully personalized. This is done to facilitate replying to the list
when the list address is not in To: of the outgoing mail. Granted,
this is not appropriate for a fully personalized, announce only list,
but Mailman 2.x at least has no option to not include the Cc: to the
list for a fully personalized list.

You can do the following, although it may not be satisfactory.

1) set personalize to No or Yes, not Full, so the To: header won't
   be changed.
2) post to the list by sending the mail To: yourself with Bcc: to
   the list.
3) under Privacy options... -> Recipient filters eithe set
   require_explicit_destination to No or put your address in
   acceptable_aliases to avoid your post being held for
   "implicit destination". This step is not necessary if you
   post with an Approved: header.

In this way, posts will be From: you and To: you and reply or reply-all
will go to just you.

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

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] mailman perms are "good" mailman wrapper not found

2008-10-21 Thread Mark Sapiro
David Lane wrote:
>
>This one is driving me nuts.  Version 2.1
>
>>From the logs: /usr/lib/mailmain/mail/mailman: No such file or directory
>
>>From the file system:
>
>[EMAIL PROTECTED] mail]# pwd
>/usr/lib/mailman/mail
>[EMAIL PROTECTED] mail]# ll
>total 8
>-rwxr-sr-x 1 root mailman 7224 Jan 23  2008 mailman
>
>I am sure it's a rights issue, but I cannot find a listing for the correct
>rights.


This seems like a smrsh issue. See item 4 in the FAQ at
.

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

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9