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
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
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
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
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'...
---