Re: [Mailman-Users] Name or service not known

2003-04-12 Thread Marilyn Davis
On Sat, 29 Mar 2003, Marilyn Davis wrote:

 
  On Fri, 2003-03-21 at 17:04, Marilyn Davis wrote:
 
   I'm still pulling out my hair on this one ...
 
 Remember that I was trying to get my stand-alone test machine to use
 my Sendmail command (really exim) instead of SMTPDirect?

Remember?

Well, I finally found a better way to fix up my test machine and I can
use SMTPDirect and all is fine.

So, whenever I made a newlist, it didn't like the owner's email
address not having  2 parts to the domain name.  So, I jimmied a
domain name in exim.  This, via SMTPDirect, resulted in Mailman
sending to the dns who couldn't find my jimmied domain name and the
mail just sat in the queue.

So, instead I jimmied Utils.py to accept domains with just 1 part and
all is groovy.

Whew!

Marilyn


--
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/archive%40jab.org


[Mailman-Users] Elizabeth Dunnagan/Raleigh/IBM is out of the office.

2003-04-12 Thread Elizabeth Dunnagan




I will be out of the office starting April 12, 2003 and will not return
until April 21, 2003.

I'll get back to you when I return on Monday.


--
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/archive%40jab.org


[Mailman-Users] web page's problems again

2003-04-12 Thread Danny moss
Hi  everybody,

I am after some help again with my web pages I have just added a second 
list to my system managed by one of my users I user newlist and put the 
new names in the alias file  ran  newaliases ..
then restarted httpd but it has stopped my http server and I dont have 
any new pages for the new list.
is there anything else I have missed, that I should have don't for the 
new list, the email part is working fine just no web pages  ..
My system is
Redhat 8.0
mailman 2.0.13-3 
sendmail
mailman dir is
/var/mailman

--
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/archive%40jab.org


Re: [Mailman-Users] web page's problems again

2003-04-12 Thread Jon Carnes
Well first of all, there was not need to re-start the webserver.

Were the webpages working previously?
And after the re-start, now they don't?

That being the case, did you much with the websever configuration?  You
shouldn't have.

If you are running apache you should have something like this in your
/etc/httpd/conf/httpd.conf file:

  #
  #  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 the following line, replacing www.example.com
  # with your server's name, to redirect queries to /mailman
  # to the listinfo page (recommended).
  # RedirectMatch /mailman[/]*$ http://www.example.com/mailman/listinfo

Make sure your webserver is actually running! Best of Luck - Jon Carnes

On Sat, 2003-04-12 at 20:54, Danny moss wrote:
 Hi  everybody,
 
 I am after some help again with my web pages I have just added a second 
 list to my system managed by one of my users I user newlist and put the 
 new names in the alias file  ran  newaliases ..
 then restarted httpd but it has stopped my http server and I dont have 
 any new pages for the new list.
 is there anything else I have missed, that I should have don't for the 
 new list, the email part is working fine just no web pages  ..
 My system is
 Redhat 8.0
 mailman 2.0.13-3 
 sendmail
 mailman dir is
 /var/mailman
 
 
 --
 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: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org