On Sun, 2001-11-11 at 19:52, Sasha B. wrote:
> The problem is basically that whenever I send messages to the list,
> they simply end up in a black hole. The Exim mainlog indicates only
> that a normal transaction has occured, and mailman logs don't contain
> anything at all. This is with the default configuration of Exim,
> with no special directives for mailman as per README.EXIM:
>
> 2001-11-11 14:50:37 1630cn-0007dP-00 <= sasha@??? U=sasha
> P=local-esmtp S=829 id=Pine.LNX.4.10.10111111450320.29308-100000@???
> 2001-11-11 14:50:38 1630cn-0007dP-00 => |/u/lists/mail/wrapper post
> my-list <my-list@???> D=system_aliases
> T=address_pipe
> 2001-11-11 14:50:38 1630cn-0007dP-00 Completed
Most likely your entries are sitting in the Mailman queue. You *did*
enable the Mailman cron jobs didn't you.....
> README.EXIM isn't very intuitive. I tried copying the directors
> listed into my Exim configuration file, but that doesn't seem to
> change anything. Furthermore, I do not understand how to get Exim
> do actually *use* these directors - just defining them doesn't seem
> to do it. But I have little experience with Exim to the degree
> where I can actually hack around those.
Exim will use all the directors defined in your exim config file, in the
order in which they are defined (actually it uses each one in order
until the message/recipient has a transport assigned to it, at which
point no more directors are relevant).
You can basically just drop the whole of the code sets in README.exim
(or
http://www.exim.org/howto/mailman.html ) into an exim config file
(making sure you get them into the right sections), modify the macro
definitions (top section) and it should all just work.
[You do still need to have the cron jobs enabled for mailman though]
Nigel.