Skip to Content.
Sympa Menu

en - Re: [sympa-users] a solution, and another question

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: decoy <address@concealed>
  • To: address@concealed
  • Cc: address@concealed
  • Subject: Re: [sympa-users] a solution, and another question
  • Date: Wed, 21 Jan 2004 09:21:01 +0100 (CET)

On Wed, 21 Jan 2004 address@concealed wrote:

> Now i have another simple question :
> when i make a new list the aliases are written successfully in
> /etc/mail/sympa_aliases file but it is not written in
> /etc/postfix/aliases

really ... interesting, that file never gets written to in my case, thus
my previous question about how to make aliases get written automatically

> i added these fields in /etc/postfix/main.cf
>
> alias_maps = hash:/etc/postfix/aliases, hash:/etc/mail/sympa_aliases
> alias_database = hash:/etc/aliases, hash:/etc/mail/sympa_aliases
> and after this i make
> postalias /etc/mail/sympa_aliases

hmm, ok, you define the database in postfix to be hash
try explicitly defining hash db structure for the postalias command like
this:

postalias hash:/etc/mail/sympa_aliases

do a 'strings /etc/mail/sympa_aliases.db' to check whether your aliases
actually do get included into the hash table

if it still does not work (your postfix directives look decent) then try
increasing the loglevels

debug_peer_list = 127.0.0.1
debug_peer_level = 2

in postfix main.cf

and log_level 2

in sympa.conf

and do some more analysis of activity

--
decoy
reality recombination specialist
memecraft.org

get my gpg key: gpg --keyserver wwwkeys.nl.pgp.net --recv-keys B1E95FAD
key fingerprint: D557 EA54 BEFB 2A13 606A 327E 0CAE 5D73 B1E9 5FAD

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Indeed, we believe in the proverbial 'rough consensus and running code'
Still, we sometimes run out of consensus and end up with rough code
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++




Archive powered by MHonArc 2.6.19+.

Top of Page