Skip to Content.
Sympa Menu

en - Re: [sympa-users] ignoring unrecognized request

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Steve Shipway <address@concealed>
  • To: Mark Van Crombrugge <address@concealed>, "address@concealed" <address@concealed>
  • Subject: Re: [sympa-users] ignoring unrecognized request
  • Date: Wed, 13 Dec 2017 09:09:33 +1300

Hi;

Now we can see the file contents, the problem is clear.

Under postfix, you can have two types of alias file; alias maps ( of the form "alias: destination" ) and regexp maps ( of the form "/regexp/ destination" ).  You appear to have both types in the same file, which will not work.

It sounds as if your postfix is configured to see this file as a regexp alias file; hence, the first few work, but the later (Sympa-added) ones do not as they are the wrong format.

You need to split this into two files -- one for the regexps, and one for Sympa to use for alias maps.  Then, define these separately in Postfix as hash:sympafile and pcre:regexpfile

Steve

On Tue, 2017-12-12 at 15:03 +0100, Mark Van Crombrugge wrote:


root@mail:/etc/sympa# more sympa-alias.virtual

# add a line like this for all domains sympa should receive mails on

# the right-hand content ("xxx") is ignored but necessary

/^sympa\.iode\.org$/  xxx

# default contact emails

/^(postmaster|sympa-request|sympa-owner)\@.*$/  address@concealed.

# sympa user interaction and VERP management

/^(sympa|listmaster)\@sympa\.iode\.org$/         $1+sympa.iode.org@sympalist.

/^(bounce\+.*|abuse-feedback-report)\@sympa\.iode\.org$/ sympa+sympa.iode.org@sympabounce.

/^(.*)\@sympa\.iode\.org$/         $1+sympa.iode.org@sympalist.

#------------------------------ socov_attendees: list alias created 06 Jan 2015

socov_attendees: "| /home/sympa/bin/queue address@concealed"

socov_attendees-request: "| /home/sympa/bin/queue address@concealed"

socov_attendees-editor: "| /home/sympa/bin/queue address@concealed"

#socov_attendees-subscribe: "| /home/sympa/bin/queue address@concealed"

socov_attendees-unsubscribe: "| /home/sympa/bin/queue address@concealed"

socov_attendees-owner: "| /home/sympa/bin/bouncequeue address@concealed"

...


 

On Fri, 2017-12-08 at 12:46 +0100, Mark Van Crombrugge wrote:

Dec  8 12:36:18 mail postfix/smtpd[23813]: warning: regexp map /etc/sympa/sympa-alias.virtual, line 17: ignoring unrecognized request


 


This email has been filtered by SMX. For more information visit smxemail.com.



Archive powered by MHonArc 2.6.19+.

Top of Page