Re: [Mailman-Users] Posts To List Not Working: But Admin Emails Do

2004-04-27 Thread Karl R. Balsmeier
Problem was solved as I described, the "log" was created using exim's debugger. You start exim with -d9 -bd, and then you submit a post to a list, the Exim debugger "catches" the traffic in real time, and tells you in a deeply verbose way what it's doing to deliver the message to the list. It

Re: [Mailman-Users] Posts To List Not Working: But Admin Emails Do

2004-04-27 Thread Richard Barrett
On 27 Apr 2004, at 09:50, Karl R. Balsmeier wrote: We found it was a group_id problem in /etc/exim/configure. The following block of code was corrected to read: system_aliases: driver = aliasfile file = /etc/mail/aliases search_type = lsearch user = daemon group = daemon file_transpo

Re: [Mailman-Users] Posts To List Not Working: But Admin Emails Do

2004-04-27 Thread Karl R. Balsmeier
We found it was a group_id problem in /etc/exim/configure. The following block of code was corrected to read: system_aliases: driver = aliasfile file = /etc/mail/aliases search_type = lsearch user = daemon group = daemon file_transport = address_file pipe_transport = address_pipe Wh

Re: [Mailman-Users] Posts To List Not Working: But Admin Emails Do

2004-04-27 Thread Richard Barrett
On 27 Apr 2004, at 07:50, Karl R. Balsmeier wrote: Creation and subscription to lists works great, email is making it from the mailman host to the mail server, but when I post to a list, (i have test users who have joined the list, etc.), nothing comes through? Have you started $prefix/bin/mailman

[Mailman-Users] Posts To List Not Working: But Admin Emails Do

2004-04-26 Thread Karl R. Balsmeier
Creation and subscription to lists works great, email is making it from the mailman host to the mail server, but when I post to a list, (i have test users who have joined the list, etc.), nothing comes through? Where are the mailman logs? I'll check em out'... ---