mailmanintegration resolved (Mandriva 2006)

Thomas Spuhler thomas at btspuhler.com
Wed Dec 14 05:28:13 CET 2005


On Tuesday 06 December 2005 09:55 am, Bernhard Reiter wrote:
> Am Dienstag, 6. Dezember 2005 05:42 schrieb Thomas Spuhler:
> > I am still trying to slove the mailman-integration problem on my Mandriva
> > 2006 server.
> > I found this
> >
> >  If you use the local_transport, aliases won't be expanded and you'll
> > have to use the virtual table, however this buys you the capability to
> > send the same message to various recipients at once, so cyrus will store
> > it just once (single instance store, for that you'll have to
> > adjust the local_destination_recipient_limit in postfix).
> >
> > If you use mailbox_transport aliases *will* be expanded before
> > delivering the message to cyrus, however if a message has many
> > recipients it will be delivered individually to each recipient, so it
> > will be stored multiple times in the mailstore.
> > Probably kolab chose the former
>
> The main.cf.template on one of my Kolab Servers (2.0.1+) has
> mailbox_transport = kolabmailboxfilter
and change making the following change solved the problem:

--- main.cf.template.org	2005-10-28 18:23:57.000000000 -0700
+++ main.cf.template	2005-12-13 20:48:54.000000000 -0700
@@ -59,12 +59,13 @@
 alias_maps = hash:/etc/postfix/aliases, hash:/var/lib/mailman/data/aliases
 alias_database = hash:/etc/postfix/aliases
 #virtual_mailbox_maps = $virtual_maps
-local_recipient_maps = $virtual_maps
+local_recipient_maps = $virtual_maps, $alias_maps
 
 #   local delivery
 recipient_delimiter = +
 #mailbox_transport = cyrus:unix:extern/cyrus/lmtp
-local_transport = kolabmailboxfilter
+mailbox_transport = kolabmailboxfilter
 
 #TLS settings
 smtpd_use_tls = yes
>
> > How would it change it from
> > "local_transport = kolabmailboxfilter"
> > to "mailbox_transport =????"
>
> It do not quite understand your remark,
> or is it a question?
>
> _______________________________________________
> Kolab-users mailing list
> Kolab-users at kolab.org
> https://kolab.org/mailman/listinfo/kolab-users

-- 
Best regards
Thomas Spuhler

All e-mail from this domain is scanned for viruses
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/users/attachments/20051213/8211da3e/attachment.sig>


More information about the users mailing list