Skip to Content.
Sympa Menu

en - RE: [sympa-users] Re: Sympa 3.4 and Postfix

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Eric Sandquist" <address@concealed>
  • To: <address@concealed>
  • Cc: <address@concealed>
  • Subject: RE: [sympa-users] Re: Sympa 3.4 and Postfix
  • Date: Fri, 18 Oct 2002 09:06:48 -0500

Well, that is probably fine for the Postfix users. However, my MTA is
Sendmail. My particular configuration uses Postfix-style virtual-domains
(/etc/domainaliases) and uses the same command (makemap btree
/etc/domainaliases.db < /etc/domainaliases) for its virtual hosting...

So running Postmap does not appear to be an option for me, since I must have
an appropriate entry into both tables for proper operation.

Please let me know what I must do to get postfix style entries into my
aliases file and my vitual aliases file...

I have gone through the docs again and see no solution to this problem...

Eric - IHMS.net
Systems Engineer

-----Original Message-----
From: Olivier Salaun - CRU [mailto:address@concealed]
Sent: Friday, October 18, 2002 2:52 AM
Cc: address@concealed
Subject: [sympa-users] Re: Sympa 3.4 and Postfix


Hi Eric,

We have supressed the postfix_manager.pl, here is an explanation you can
find in ths src/README.postfix file (of the distribution) :

1- Alias installation script

postfix_manager.pl is no more distributed and should not be usefull
anymore. Sympa now uses a standard alias_manager.pl. The aliases
entries can be customized to your needs (to your MTA) via the
list_aliases.tpl file.

2- Virtual domains management

If you manage virtual robots with Sympa, then
with Postfix, add an entry to your /etc/postfix/virtual.regexp :
/^(.*)my\.domain\.fr$/ ${1}-my.domain.fr

Entries in the 'aliases' file will look like this :
sympa-my.domain.fr: "|/home/sympa/bin/sympa.pl
address@concealed"
.....
listA-my.domain.fr: "|/home/sympa/bin/sympa.pl
address@concealed"

This way you don't need to run 'postmap' everytime you create a list


Eric Sandquist wrote:
> I used this configure command:
>
> ./configure [...] --with-sendmail_aliases=/etc/aliases --with-virtual_ali
> ases=/etc/domainaliases --with-postmap=/www/sympa/bin/POSTMAP
>
> But when I look in /www/sympa/bin there is only aliases_manager.pl and I
> have no postfix_manager.pl, nor have I found the location to set the alias
> manager to postfix_manager.pl...
>
> Although my system uses sendmail, it is configured as if it were postfix.
>
> /etc/aliases
> /etc/domainaliases
>
> How do I get it configured properly for postfix style aliases?


--
Olivier Salaun
Comite Reseau des Universites




Archive powered by MHonArc 2.6.19+.

Top of Page