Skip to Content.
Sympa Menu

en - [sympa-users] Alias configuration

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Johann Spies <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Alias configuration
  • Date: Thu, 24 Feb 2005 10:47:30 +0200

On Wed, Feb 16, 2005 at 03:58:02PM +0100, Olivier Salaün - CRU wrote:

> Johann Spies wrote:

> >3. This question is on another sympa topic. Sympa never reports any
> >bounced messages but a lot of messages like this sent to the administrator:
> >
> > From address@concealed Tue Feb 15 16:04:44 2005
> > From: SYMPA <address@concealed>
> > To: address@concealed
> > Subject: Results of your commands
> > Date: Tue, 15 Feb 2005 16:04:39 +0200
> >
> > > This is an automatically generated Delivery Status Notification.
> >
> > Command not understood: ignoring end of message.
> > No command found in message
> >
> > My question: Why is this? How do I get it to report bounces?
> >
> >
> Sympa only handles bounces related to a list. This one is not related to
> a list, therefore the return-path is set to sympa-request and you
> probably configured your aliases to forward it to postmaster.
>

Correct. Do I see I have

#-- SYMPA begin
## Aliases used for the sympa mailing-list manager
sympa: "|/usr/lib/sympa/bin/queue sympa"
sympa-request: postmaster
sympa-owner: postmaster
listmaster: postmaster
#-- SYMPA end



in my /etc/aliases. Do I need to make changes to that? I use that in
combination with the following in the exim configuration:

In the "transport" -section

sympa_pipe:
driver = pipe
command = "/usr/lib/sympa/bin/queue $local_part"
return_path_add
delivery_date_add
envelope_to_add
user = sympa
group = sympa

sympa_special_pipe:
driver = pipe
command = "/usr/lib/sympa/bin/queue
$local_part$local_part_suffix"
return_path_add
delivery_date_add
envelope_to_add
user = sympa
group = sympa

sympa_subscribe_pipe:
driver = pipe
command = "/usr/lib/sympa/bin/queue
$local_part$local_part_suffix@$domain@$domain"
return_path_add
delivery_date_add
envelope_to_add
user = sympa
group = sympa

sympa_owner_bounce_pipe:
driver = pipe
command = "/usr/lib/sympa/bin/bouncequeue $local_part@$domain"
return_path_add
delivery_date_add
envelope_to_add
user = sympa
group = sympa

sympa_bounce_pipe:
driver = pipe
command = "/usr/lib/sympa/bin/bouncequeue
address@concealed"
return_path_add
delivery_date_add
envelope_to_add
user = sympa
group = sympa


And in the "router" section:

sympa_user:
driver = accept
domains = mail3.sun.ac.za
local_parts = sympa
transport = sympa_pipe

sympa:
driver = accept
require_files = /var/lib/sympa/expl/$local_part
transport = sympa_pipe

sympa_special:
driver = accept
transport = sympa_special_pipe
local_part_suffix = -request : -editor : -unsubscribe
require_files = /var/lib/sympa/expl/$local_part

sympa_subscribe:
driver = accept
transport = sympa_subscribe_pipe
local_part_suffix = -subscribe
require_files = /var/lib/sympa/expl/$local_part

sympa_owner_bounce:
driver = accept
transport = sympa_owner_bounce_pipe
local_part_suffix = -owner
require_files = /var/lib/sympa/expl/$local_part

sympa_bounce:
driver = accept
local_part_prefix = bounce+
transport = sympa_bounce_pipe

Regards
Johann

--
Johann Spies Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch

"Thy word is a lamp unto my feet, and a light unto my
path." Psalms 119:105



Archive powered by MHonArc 2.6.19+.

Top of Page