All of lore.kernel.org
 help / color / mirror / Atom feed
* exim4
@ 2005-03-12  2:51 Jakob Hirsch
  2005-03-12 13:42 ` exim4 Mads Martin Joergensen
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Jakob Hirsch @ 2005-03-12  2:51 UTC (permalink / raw)
  To: mlmmj

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.

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2005-03-18 13:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-12  2:51 exim4 Jakob Hirsch
2005-03-12 13:42 ` exim4 Mads Martin Joergensen
2005-03-12 14:36 ` exim4 Drake Wyrm
2005-03-12 20:04 ` exim4 Mads Martin Joergensen
2005-03-13 23:48 ` exim4 Jakob Hirsch
2005-03-13 23:55 ` exim4 Jakob Hirsch
2005-03-14  8:55 ` exim4 Mads Martin Joergensen
2005-03-14  8:56 ` exim4 Mads Martin Joergensen
2005-03-14  9:29 ` exim4 Christian Laursen
2005-03-14  9:30 ` exim4 Morten K. Poulsen
2005-03-16 11:42 ` exim4 Jakob Hirsch
2005-03-16 11:55 ` exim4 Jakob Hirsch
2005-03-16 11:58 ` exim4 Mads Martin Joergensen
2005-03-16 12:16 ` exim4 Jakob Hirsch
2005-03-18 13:40 ` exim4 Mads Martin Joergensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.