I am very new to all of this including using Mailman, Linux, Sendmail, etc...
I have Mialman 2.0.13-1 on Red Hat Linux using Sendmail as the MTA. It has worked a few times, but right now when I send my announcement it fails. Why I don't know but here are some things I can see: There are files in the /var/mailman/locks folder called qrunner.lock and qrunner.lock.www.domain.name. When I delete them and refresh the list I can briefly see listname.lock and listname.lock.www.domain.name and the above, but the listname items disappear after a few minutes. Here is the TOP output. I don't know what else to look for. Nothing is going out anywhere. 20010 root 16 0 696 696 600 S 0.0 0.1 0:00 CROND 20012 mailman 15 0 35840 35M 1612 S 0.0 6.9 0:07 /usr/bin/python -S /var/mailman/cron/qrunner 20114 root 16 0 696 696 600 S 0.0 0.1 0:00 CROND 20115 mailman 15 0 35840 35M 1612 S 0.0 6.9 0:06 /usr/bin/python -S /var/mailman/cron/qrunner 20130 root 16 0 696 696 600 S 0.0 0.1 0:00 CROND 20131 mailman 15 0 35840 35M 1612 S 0.0 6.9 0:06 /usr/bin/python -S /var/mailman/cron/qrunner 20224 root 16 0 2300 2296 1636 S 0.0 0.4 0:00 sendmail: server [xxx.xxx.xxx.xxx] child wait 20225 root 15 0 3060 3056 1664 S 0.0 0.5 0:00 sendmail: i0UDC4e20225 [xxx.xxx.xxx.xxx]: rcpt TO:<[EMAIL PROTECTED]> 20279 root 16 0 2300 2296 1636 S 0.0 0.4 0:00 sendmail: server [xxx.xxx.xxx.xxx] child wait 20297 root 16 0 2300 2296 1636 S 0.0 0.4 0:00 sendmail: server [xxx.xxx.xxx.xxx] child wait 20298 root 15 0 2528 2524 1664 S 0.0 0.4 0:00 sendmail: i0UDGfe20298 [xxx.xxx.xxx.xxx]: rcpt TO:<[EMAIL PROTECTED]> 20299 root 16 0 2300 2296 1636 S 0.0 0.4 0:00 sendmail: server [xxx.xxx.xxx.xxx] child wait 20300 root 15 0 2564 2560 1664 S 0.0 0.4 0:00 sendmail: i0UDGoe20300 [xxx.xxx.xxx.xxx]: rcpt TO:<[EMAIL PROTECTED]> xxx.xxx.xxx.xxx is our IP address. I mention this because we are using something else I am unfamiliar with called IPTables to assign the outgoing mail to one of our other IP addresses like so: iptables -t nat -A POSTROUTING -p tcp --dport 25 -j SNAT --to-source xxx.xxx.xxx.xxx I don't even know enough to know if xxx.xxx.xxx.xxx in TOP should be our IP or the receiving server IP. I do appreciate any hep at all. Brian ------------------------------------------------------ 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