From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakob Hirsch Date: Sat, 12 Mar 2005 02:51:41 +0000 Subject: exim4 Message-Id: <4232593D.2000404@plonk.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: mlmmj@mlmmj.org Hi, I have mlmmj 1.2.4 with exim4 running. For the archives, if somebody runs into the same problems as me: return_path_add is needed in the transport calling mlmmj-recieve. I had a hard time finding that out, that should really be in the README. Anyway, I chose to use my own router and transport for mlmmj: # main config MLMMJ_HOME=/var/spool/mlmmj domainlist ml_domains = my.list.domain domainlist relay_to_domains = +ml_domains begin routers mlmmj_router: driver = accept domains = +ml_domains require_files = MLMMJ_HOME/$local_part/index local_part_suffix = +* local_part_suffix_optional transport = mlmmj_transport begin transports mlmmj_transport: driver = pipe return_path_add user = mlmmj group = mlmmj home_directory = MLMMJ_HOME current_directory = MLMMJ_HOME command = /usr/local/bin/mlmmj-recieve -F -L MLMMJ_HOME/$local_part Next thing to look for is VERP, but it works right now and I have only a low volume list. btw, why is it needed to run the mlmmj-tools always with full path? It's a little annoying.