[Mailman-Users] No mail sent to other domains

2002-12-14 Thread Torsten Ehlers
Hi,

I've installed Mailman 2.0.13 from source under Debian Linux 3.0 (MTA is
qmail) and everything seemed to be working fine as long as I only tested
it with local mail addresses (i.e. addresses from the same domain that
mailman is working in). Subscribing, configuring (via Web and mail) and
sending mails works.
But then, subscribing mail addresses from other domains (I tried
different domains) doesn't work at all. When I subscribe such an address
this address never receives a message (not even the first welcome
message). But the welcome messages get logged in mailman's ./logs/bounce
file and the subscribes are marked as pending in ./logs/subscribe. I
have no idea why those messages get bounced, though. I couldn't find
anything in the FAQ or Documentation either. Can anyone help me? Thanks
a lot!

Torsten



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

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Passwords of members

2002-12-14 Thread Steve Rifkin
Now that we can see the plain-text passwords of members using dumpdb on the 
config.db file, how can we see the specific list admin password for a given 
list?  I could see plaintext passwords for the users, but for what looked like 
the admin, I saw something very different than what the password is set to.

A (bogus) example of this:  Here are what looks like the admin lines from the 
config.db dump:

 'owner': ['[EMAIL PROTECTED]'],
'password': '=\x2b\x4abH\xgg3\x3n\x5e\x4e\xh_\xb6\xb2\x8n\xqp',
'passwords': {[EMAIL PROTECTED]': 'sdjlkl',
 '[EMAIL PROTECTED]': 'nasdat',
 '[EMAIL PROTECTED]': 'kljlkd',
 '[EMAIL PROTECTED]': 'jsdafk',
},

So, the user passwords are pretty clear, but the owner's password is not listed 
in plain text as to what the password is.

How do we get that password?  If I had that info, I could check to see why we 
are able to log into our mm site with the site-wide password or the user 
(subscriber) passwords, but *not* the list admin's password.  (for mm 2.0.13)

Thanks!

Steve
[EMAIL PROTECTED]



 --
 
 Date: 13 Dec 2002 16:58:52 -0500
 From: Jon Carnes [EMAIL PROTECTED]
 To: Gary Smith [EMAIL PROTECTED]
 Cc: Mailman users Mailing list [EMAIL PROTECTED]
 
 The archives have a script for this (for versions 2.0.x), and you can
 easily modify the script found here to do it (you will have to be system
 admin):
 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.007.htp
 
 On Fri, 2002-12-13 at 12:25, Gary Smith wrote:
 Hi.
  
 How do I find out the passwords of subscribers with out clicking on the
 'send me my password button'?
  
 Thanks,
  
 Gary Smith


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

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Help!!

2002-12-14 Thread Jon Carnes
Have a form on the website that accepts a person's email address as the
input and then mails to listname[EMAIL PROTECTED] and has the subject
subscribe [EMAIL PROTECTED]

They will get a confirmation email (if your list is setup via the
defaults).

Good Luck - Jon Carnes

On Sat, 2002-12-14 at 00:23, GRAPEVINE WEBDESIGNS wrote:
 Hi Everyone,
 I have just installed the newsletter, but what code do I use to attach this to a 
Subscribe to Newsletter button, that I have designed for a website??
 
 Thanks
 Rachel
 
 www.grapevinewebdesigns.co.nz
 
 

 --
 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/
 
 This message was sent to: [EMAIL PROTECTED]
 Unsubscribe or change your options at
 http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com



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

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] No mail sent to other domains

2002-12-14 Thread Jon Carnes
This is indicative of a relay problem on your MTA.  Make sure that
localhost or the equivalent is allowed to relay.  Not sure exactly how
qmail works (don't like it), so you may need to add the hostname used by
Mailman (or ip addresses) to allow it to relay properly.

Good Luck - Jon Carnes

On Sat, 2002-12-14 at 13:55, Torsten Ehlers wrote:
 Hi,
 
 I've installed Mailman 2.0.13 from source under Debian Linux 3.0 (MTA is
 qmail) and everything seemed to be working fine as long as I only tested
 it with local mail addresses (i.e. addresses from the same domain that
 mailman is working in). Subscribing, configuring (via Web and mail) and
 sending mails works.
 But then, subscribing mail addresses from other domains (I tried
 different domains) doesn't work at all. When I subscribe such an address
 this address never receives a message (not even the first welcome
 message). But the welcome messages get logged in mailman's ./logs/bounce
 file and the subscribes are marked as pending in ./logs/subscribe. I
 have no idea why those messages get bounced, though. I couldn't find
 anything in the FAQ or Documentation either. Can anyone help me? Thanks
 a lot!
 
 Torsten
 
 
 
 --
 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/
 
 This message was sent to: [EMAIL PROTECTED]
 Unsubscribe or change your options at
 http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com



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

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Passwords of members

2002-12-14 Thread Jon Carnes
In this version of Mailman the admin password for the list is encrypted,
well sort of... If you want to be clever and look at the source you can
easily figure this part out.

In any case, I've seen this problem before after an upgrade and it seems
to be that the encryption has changed.  Normally resetting the password
via the web-admin works.  I don't know why it's not working in your case
- unless you upgraded python and didn't re-install Mailman.

You might want to use dumpdb to look at the encrypted password, then try
to change it via the web admin and use dumpdb to see if it actually
changed.

Good Luck - Jon Carnes

On Sat, 2002-12-14 at 14:24, Steve Rifkin wrote:
 Now that we can see the plain-text passwords of members using dumpdb on the 
 config.db file, how can we see the specific list admin password for a given 
 list?  I could see plaintext passwords for the users, but for what looked like 
 the admin, I saw something very different than what the password is set to.
 
 A (bogus) example of this:  Here are what looks like the admin lines from the 
 config.db dump:
 
  'owner': ['[EMAIL PROTECTED]'],
 'password': '=\x2b\x4abH\xgg3\x3n\x5e\x4e\xh_\xb6\xb2\x8n\xqp',
 'passwords': {[EMAIL PROTECTED]': 'sdjlkl',
  '[EMAIL PROTECTED]': 'nasdat',
  '[EMAIL PROTECTED]': 'kljlkd',
  '[EMAIL PROTECTED]': 'jsdafk',
 },
 
 So, the user passwords are pretty clear, but the owner's password is not listed 
 in plain text as to what the password is.
 
 How do we get that password?  If I had that info, I could check to see why we 
 are able to log into our mm site with the site-wide password or the user 
 (subscriber) passwords, but *not* the list admin's password.  (for mm 2.0.13)
 
 Thanks!
 
 Steve
 [EMAIL PROTECTED]
 
 
 
  --
  
  Date: 13 Dec 2002 16:58:52 -0500
  From: Jon Carnes [EMAIL PROTECTED]
  To: Gary Smith [EMAIL PROTECTED]
  Cc: Mailman users Mailing list [EMAIL PROTECTED]
  
  The archives have a script for this (for versions 2.0.x), and you can
  easily modify the script found here to do it (you will have to be system
  admin):
  
  http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.007.htp
  
  On Fri, 2002-12-13 at 12:25, Gary Smith wrote:
  Hi.
   
  How do I find out the passwords of subscribers with out clicking on the
  'send me my password button'?
   
  Thanks,
   
  Gary Smith
 
 
 --
 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/
 
 This message was sent to: [EMAIL PROTECTED]
 Unsubscribe or change your options at
 http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com



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

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org