Mark A. Olbert a écrit :
> I recently installed Exchange as my mail server, with postfix on a linux box 
> serving as an anti-spam front end. This works great for all my regular mail.
> 
> However, I'm having trouble figuring out how to integrate mailman into the 
> setup. Previously, when mail delivery took place on my linux box with postfix 
> it "just worked".
> 
> I think what I need to do is set postfix to distinguish between mail sent to 
> my domain (e.g., [EMAIL PROTECTED]) and mail sent to a subdomain used only 
> for mailman lists (e.g., [EMAIL PROTECTED]), and use a different final 
> delivery mechanism for each. "Domain" mail (@arcabama.com) would continue to 
> be sent to the Exchange server, while "subdomain" mail (@lists.arcabama.com) 
> would be routed to mailman on the linux box.
> 
> But I'm not sure if that's correct and, even if it is, I'm unclear as to how 
> to proceed. I'd appreciate any hints, leads or tips. Thanks!
> 

you can put lists.arcabama.com in mydestination. This way it will be
delivered by "local". then use alias_maps to setup mailman aliases. This
assumes that you did not "override" or disable local.


An alternative is to define a "mailman" transport in master.cf.
something like

mailman unix  -       n       n       -       -       pipe
      flags=FR user=mailman:mailman
      argv=/usr/local/bin/mailman_wrapper.sh
                ${user} ${extension}

and use transport_maps:
lists.arcabama.com      mailman:

Reply via email to