#592969 Package sympa should offer a script to run with postfix and documentation

Package:
sympa
Source:
sympa
Description:
Modern mailing list manager
Submitter:
Bastien ROUCARIES
Date:
2010-08-26 08:27:08 UTC
Severity:
wishlist
#592969#5
Date:
2010-08-14 15:48:06 UTC
From:
To:
package: sympa
severity: wishlist
tags: patch

HI,

I use the following script in order to use transparently postfix with sympa.


Thank you.

PS: will fill a bug against postfix in order to add the transport
sympa by default like for malman


You could add also this stuff as documentation under README.Postfix:

Install this file as /var/lib/sympa/bin/postfix-to-sympa.pl

To configure a virtual domain to connect to sympa, edit Postfix thusly:

 /etc/postfix/main.cf:
      relay_domains = ... lists.example.com
      transport_maps = hash:/etc/postfix/transport
      sympa_destination_recipient_limit = 1

 /etc/postfix/master.cf
    sympa unix  -       n       n       -       -       pipe
      flags=FR user=sympa
      argv=/var/lib/sympa/bin/postfix-to-mailman.pl ${nexthop} ${mailbox}

 /etc/postfix/transport:
   lists.example.com   sympa:

#592969#10
Date:
2010-08-16 09:42:01 UTC
From:
To:
Hi,

A new version of the script more upstream compliant