Re: [Mailman-Users] Confirmation and sent messages not

2007-02-25 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 25, 2007, at 10:37 PM, [EMAIL PROTECTED] wrote: > One step that you do have to perform, that I do not see in Barry > Warsaw's otherwise-excellent Mailman build-install manual is the need > to add the Mailman address pipes to the sendmail aliase

Re: [Mailman-Users] Confirmation and sent messages not

2007-02-25 Thread vancleef
The esteemed Mark Sapiro has said: > > Jason Luck wrote: > > > >Why is the default in DaemonPortOptions set for 127.0.0.1 as opposed to a > >broader range? It would seem most folks would want to be able to external > >mail through their box and from what I'm learning would require the > >127.0

Re: [Mailman-Users] Confirmation and sent messages not

2007-02-24 Thread Mark Sapiro
Jason Luck wrote: > >Why is the default in DaemonPortOptions set for 127.0.0.1 as opposed to a >broader range? It would seem most folks would want to be able to external >mail through their box and from what I'm learning would require the >127.0.0.1 to be changed. Also by changing this...does

Re: [Mailman-Users] Confirmation and sent messages not

2007-02-23 Thread Jason Luck
On Fri, 23 Feb 2007 [EMAIL PROTECTED] wrote: > The esteemed Mark Sapiro has said: > > > > Jason Luck wrote: > > > > >Thanks for the response, unfortunately my limited knowledge on these > > >matters leaves me at a dead end. Not sure how to change any of these > > >items or where to go from he

Re: [Mailman-Users] Confirmation and sent messages not

2007-02-23 Thread vancleef
The esteemed Mark Sapiro has said: > > Jason Luck wrote: > > >Thanks for the response, unfortunately my limited knowledge on these > >matters leaves me at a dead end. Not sure how to change any of these > >items or where to go from here. > > > You fix it in your sendmail configuration by tel

Re: [Mailman-Users] Confirmation and sent messages not reachingend-user

2007-02-23 Thread Mark Sapiro
Jason Luck wrote: >Thanks for the response, unfortunately my limited knowledge on these >matters leaves me at a dead end. Not sure how to change any of these >items or where to go from here. You fix it in your sendmail configuration by telling sendmail to listen for port 25 connects from anyw

Re: [Mailman-Users] Confirmation and sent messages not reachingend-user

2007-02-23 Thread Jason Luck
Thanks for the response, unfortunately my limited knowledge on these matters leaves me at a dead end. Not sure how to change any of these items or where to go from here. On Fri, 23 Feb 2007, Mark Sapiro wrote: > Jason Luck wrote: > > > >grep "Port" sendmail.cf > > > >O DaemonPortOptions=Port=s

Re: [Mailman-Users] Confirmation and sent messages not reachingend-user

2007-02-23 Thread Mark Sapiro
Jason Luck wrote: > >grep "Port" sendmail.cf > >O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA >#O ClientPortOptions=Family=inet, Address=0.0.0.0 I don't know sendmail configuration, but it seems you've only told it to listen on the local loopback port 127.0.0.1 >netstat -na |grep ":25

Re: [Mailman-Users] Confirmation and sent messages not reachingend-user

2007-02-23 Thread Jason Luck
> That's right. The delay notice below says it was unable to connect to > an SMTP server at falconfootball.org. Is your MTA at > falconfootball.org listening for connects on port 25 from the outside? grep "Port" sendmail.cf O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA #O ClientPortOptio

Re: [Mailman-Users] Confirmation and sent messages not reachingend-user

2007-02-23 Thread Mark Sapiro
Jason Luck wrote: > >...but...I'm not able to... > >(a) receive any email when posted to a list I'm subscribed to. >(b) and there is not record in the archives of these messages. >(c) I've checked the following logs...maillog, smtp, smtp-failure and they >are not posting anything. > >It seems as t

Re: [Mailman-Users] Confirmation and sent messages not reachingend-user

2007-02-23 Thread Jason Luck
On Fri, 23 Feb 2007, Mark Sapiro wrote: > Jason Luck wrote: > > > >I didn't know enough to look into the specific log files that gave me the > >information until I had started this thread. 6.14 looks helpful. But I > >looked in resolv.conf and have the following: > > > >; generated by /sbin/dh

Re: [Mailman-Users] Confirmation and sent messages not reachingend-user

2007-02-23 Thread Mark Sapiro
Jason Luck wrote: > >I didn't know enough to look into the specific log files that gave me the >information until I had started this thread. 6.14 looks helpful. But I >looked in resolv.conf and have the following: > >; generated by /sbin/dhclient-script >search localdomain >nameserver 24.25.5.6

Re: [Mailman-Users] Confirmation and sent messages not reachingend-user

2007-02-23 Thread Jason Luck
On Fri, 23 Feb 2007, Mark Sapiro wrote: > Jason Luck wrote: > > >Also...I just found a discussion on the mailman archives of... > > > >Low level smtp error. > > > And I wonder why you didn't find FAQ 6.14 which addresses your problem > specifically. I didn't know enough to look into the specif

Re: [Mailman-Users] Confirmation and sent messages not reaching end-user

2007-02-23 Thread Mark Sapiro
Baris Basar wrote: >I'm using xp pro op. Sys. Are you running Mailman on this? If so, and if you have anything to add to , let us know. Jason Luck wrote: > >In my set-up...mm_cfg.py is located... > >/etc/mailman/mm_cfg.py

Re: [Mailman-Users] Confirmation and sent messages not reachingend-user

2007-02-23 Thread Mark Sapiro
Jason Luck wrote: >When I look in my /etc/hosts file...I have no entries. > >So I just added... > >127.0.0.1 localhost > >...and restarted the network. That should help. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your

Re: [Mailman-Users] Confirmation and sent messages not reachingend-user

2007-02-23 Thread Mark Sapiro
Jason Luck wrote: >Also...I just found a discussion on the mailman archives of... > >Low level smtp error. And I wonder why you didn't find FAQ 6.14 which addresses your problem specifically. >telnet localhost 25 > >...from the mailman box. I just tried that command from the mailman box >and

Re: [Mailman-Users] Confirmation and sent messages not reachingend-user

2007-02-23 Thread Mark Sapiro
Jason Luck wrote: >> >SMTPHOST...in mm_cfg.py...no info on >> > DELIVERY_MODULE = 'SMTPDirect' >> > MTA = 'Manual' >> > SMTPHOST = 'localhost' >> > SMTPPORT = 0 # default from smtplib >> > SENDMAIL_CMD = '/usr/lib/sendmail' >> >> >> If the above are actually indente

Re: [Mailman-Users] Confirmation and sent messages not reaching end-user

2007-02-23 Thread Jason Luck
ge- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jason Luck > Sent: Friday, February 23, 2007 4:43 PM > To: Mark Sapiro > Cc: mailman-users@python.org > Subject: Re: [Mailman-Users] Confirmation and sent messages not reaching > end-user >

Re: [Mailman-Users] Confirmation and sent messages not reaching end-user

2007-02-23 Thread Jason Luck
On Thu, 22 Feb 2007, Mark Sapiro wrote: > Jason Luck > > > >SMTPHOST...in mm_cfg.py...no info on > > DELIVERY_MODULE = 'SMTPDirect' > > MTA = 'Manual' > > SMTPHOST = 'localhost' > > SMTPPORT = 0 # default from smtplib > > SENDMAIL_CMD = '/usr/lib/sendmail' > > > If

Re: [Mailman-Users] Confirmation and sent messages not reaching end-user

2007-02-23 Thread Jason Luck
Also...I just found a discussion on the mailman archives of... Low level smtp error. I have a different error than this individual had, the error they listed was... >an 16 17:12:32 2007 (9353) Low level smtp error: (111, 'Connection >refused'), msgid: <[EMAIL PROTECTED]> >Jan 16 17:12:32 2007

Re: [Mailman-Users] Confirmation and sent messages not reaching end-user

2007-02-23 Thread Jason Luck
> >SMTPHOST...in mm_cfg.py...no info on > > DELIVERY_MODULE = 'SMTPDirect' > > MTA = 'Manual' > > SMTPHOST = 'localhost' > > SMTPPORT = 0 # default from smtplib > > SENDMAIL_CMD = '/usr/lib/sendmail' > > > If the above are actually indented, this is bad. They shouldn

Re: [Mailman-Users] Confirmation and sent messages not reaching end-user

2007-02-22 Thread Mark Sapiro
Jason Luck > >SMTPHOST...in mm_cfg.py...no info on > DELIVERY_MODULE = 'SMTPDirect' > MTA = 'Manual' > SMTPHOST = 'localhost' > SMTPPORT = 0 # default from smtplib > SENDMAIL_CMD = '/usr/lib/sendmail' If the above are actually indented, this is bad. They shouldn't b

[Mailman-Users] Confirmation and sent messages not reaching end-user

2007-02-22 Thread Jason Luck
- Mailman 2.1.7 - RPM - Redhat Fedora Linux version 2.6.15-1.2054_FC5 - Sendmail Question: I'm setting up a Mailman system and have hit a roadblock that looks to deal with sending and receiving messages. What I know: I've looked through the FAQ and specfically FAQ 3.14, and am able to get a nu