[Mailman-Users] Is it possible to reply to [EMAIL PROTECTED] and not to [EMAIL PROTECTED]

2007-06-26 Thread TRON478
Hello,

when i get a mail from my mail i can reply to the list via the adress

[EMAIL PROTECTED]

but i want to reply via

[EMAIL PROTECTED]

is this possible?

thanks
yavuz
--
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=showamp;file=faq01.027.htp


[Mailman-Users] one mailman installation and lists for two domains

2007-05-22 Thread TRON478
Hi,

i have set up a linux machine with mailman successfully. it works fine. now
i need a second mailinglist but based on another domain. That means i have
the first domain = lists.myfirstdomain.com - this works, now i need to set
up a second domain - lists.myseconddomain.com with mailinglists. Is that
possible? And if yes, how to make it?

thanks
yavuz
--
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=showamp;file=faq01.027.htp


[Mailman-Users] How can i make a list public so people who are not subcribed can send a message?

2007-03-13 Thread TRON478
hi,

i need the following scenario:

someone should be able to send to the list while he is not subscribed to the
list.

This seems to works, but the list admin must approve this. Is it possible
WITHOUT approval?

thank you
yavuz
--
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=showamp;file=faq01.027.htp


[Mailman-Users] my second problem: in the emails is my local hostname !?!?

2007-03-13 Thread TRON478
hi,

here is my second and i hope my last problem:

i get subscription mails which are like this one:


To post to this list, send your email to:

 [EMAIL PROTECTED]

General information about the mailing list is at:

 http://xlistsrv.site/mailman/listinfo/test

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:



You see the response address is my internet domainname, this is correct. But
the mailinglist admin site is my local hostname.

This is my mm_cfg file:

IMAGES_LOGOS = '/icons/'
DEFAULT_EMAIL_HOST = 'lists.interactive-ip.eu'
DEFAULT_URL_HOST = 'lists.interactive-ip.eu'
MTA='Postfix'
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.interactive-ip.eu']
add_virtualhost('lists.interactive-ip.eu', 'lists.interactive-ip.eu')

i think it seems to be correct, but something must be wrong. What could it
be? Can you help. Thank you

yavuz
--
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=showamp;file=faq01.027.htp


[Mailman-Users] Hi, how to re-configure mailman to mail-gid ...

2007-03-12 Thread TRON478
hi,

how can i re-configure mailman with the option --with-mail-gid=mailman 
or changing postifx to execute the mailman script with user mailman. thank
you

ERROR-MESSAGE:

[EMAIL PROTECTED]: Command died with status 2:
   /usr/local/mailman/mail/mailman post test. Command output: Group
mismatch
   error.  Mailman expected the mail wrapper script to be executed as group
   mailman, but the system's mail server executed the mail script as group
   nobody.  Try tweaking the mail server to run the script as group
   mailman, or re-run configure,  providing the command line option
   `--with-mail-gid=nobody'.

Final-Recipient: rfc822; [EMAIL PROTECTED]
Original-Recipient: rfc822;[EMAIL PROTECTED]
Action: failed
Status: 5.3.0
Diagnostic-Code: x-unix; Group mismatch error.  Mailman expected the mail
   wrapper script to be executed as group mailman, but the system's mail
   server executed the mail script as group nobody.  Try tweaking the mail
   server to run the script as group mailman, or re-run configure,
   providing the command line option `--with-mail-gid=nobody'.


yavuz
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Hi, how to re-configure mailman to mail-gid ...

2007-03-12 Thread TRON478
Hi,

thank you. I have solved it:

* First i deleted the mailman dir at /usr/local/mailman with rm -R /usr/...
* Then i create it again as described in the mailman manual
* after this i configured the mailman source with the
--with-mail-gid=nobody (is this not an security hole? Why NOBODY?)
* then i installed it again with make install
* and works ...

:)

but why nobody??

thanks
yavuz

On 3/12/07, Mark Sapiro [EMAIL PROTECTED] wrote:

 TRON478 wrote:
 
 how can i re-configure mailman with the option --with-mail-gid=mailman
 


 If you installed Mailman from source, this is an option to the
 configure command. If you are running a package, this is a question
 for your packager.


 or changing postifx to execute the mailman script with user mailman.
 thank
 you


 This is more likely the answer for you. In most cases with Postfix,
 Mailman-Postfix integration is used. See
 http://www.list.org/mailman-install/node12.html. In this case, the
 Mailman aliases for postfix are in Mailman's data/aliases and
 data/aliases.db files. Postfix invokes the wrapper as user:group of
 the files in which it finds the alias, so make these files group
 mailman.

 ERROR-MESSAGE:
 
 [EMAIL PROTECTED]: Command died with status 2:
/usr/local/mailman/mail/mailman post test. Command output: Group
 mismatch
error.
 snip

 Also see
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq06.016.htp.

 --
 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://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=showamp;file=faq01.027.htp


[Mailman-Users] What about mailman backup

2007-03-12 Thread TRON478
Hi,

i have now my list up and running, but now im asking myself how to backup
the already subscribed users and lists? so if my machine one day chrashes, i
want to set it up again an dont want to subcribers subribe again to my
lists. is there a documentation for this point? or how are you doing?

thanks
yavuz
--
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=showamp;file=faq01.027.htp


[Mailman-Users] mailman an sendmail receiveing mails

2007-03-08 Thread TRON478
hi,

i have set up mailman on a suse machine with sendmail. when i open the
administration site and subscribe i get mails (), but when i sent to the
list, the mail never arrives.

i have added the aliases in the alias file:

## point mailing list
point:  |/usr/local/mailman/mail/mailman post point
point-admin:|/usr/local/mailman/mail/mailman admin point
point-bounces:  |/usr/local/mailman/mail/mailman bounces point
point-confirm:  |/usr/local/mailman/mail/mailman confirm point
point-join: |/usr/local/mailman/mail/mailman join point
point-leave:|/usr/local/mailman/mail/mailman leave point
point-owner:|/usr/local/mailman/mail/mailman owner point
point-request:  |/usr/local/mailman/mail/mailman request point
point-subscribe:|/usr/local/mailman/mail/mailman subscribe point
point-unsubscribe:  |/usr/local/mailman/mail/mailman unsubscribe point

and used the command newaliases with no errors. MTA is manual. whats
wrong?

thanks
yavuz
--
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=showamp;file=faq01.027.htp


[Mailman-Users] config.pck user: wwwrun group:mailman

2007-03-08 Thread TRON478
Hi,

i have problems with mailman webinterface:

when is start and want to login i get the error access denied for
data/adm.pw

usr= root
grp=mailman
others = denied

when i manually set others to read it works. the same with the lists config
files. everytime when i change the configuration or add users to a list, i
get an error access denied list/config.pck

usr= wwwrun
group=mailman
others=denied

when i again set others to denied than it works, but nect time when i save a
change its set to denied again and mailman web dont open.

thanks
yavuz
--
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=showamp;file=faq01.027.htp