Skip to Content.
Sympa Menu

en - Re: [sympa-users] 2 questions about access and scenarios

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: David Verdin <address@concealed>
  • To: Dallas Wisehaupt <address@concealed>
  • Cc: sympa-users <address@concealed>
  • Subject: Re: [sympa-users] 2 questions about access and scenarios
  • Date: Mon, 16 Feb 2009 11:02:01 +0100

Hi Dallas,

Dallas Wisehaupt a écrit :
I believe these questions are related to scenarios, but I'm not 100%
certain.

First, we are using CAS authentication to provide SSO from our portal.
When doing so, our users come across with the address address@concealed.
We have the Sympa install running as lists.school.edu to keep lists and
their traffic separate from the general mail traffic. That is the robot
name as defined in the sympa.conf file.

When designating a list as viewable to "intranet" our users are not able
to see it when searching. I thought that was due to the visibility
scenario so I adjusted it as so:

title.gettext intranet access

match([env->remote_host],/[conf->host]$/) smtp,md5,smime -> do_it
match([env->remote_host],/school.edu$/) smtp,md5,smime -> do_it
match([sender],/[conf->host]$/) smtp,md5,smime -> do_it
match([sender],/school.edu$/) smtp,md5,smime -> do_it
is_subscriber([listname],[sender]) smtp,md5,smime -> do_it
is_owner([listname],[sender]) smtp,md5,smime -> do_it
is_editor([listname],[sender]) smtp,md5,smime -> do_it
is_listmaster([sender]) smtp,md5,smime -> do_it

That didn't seem to help in the display of the list when searching the
web interface. Is there something else that needs to be adjusted to make
the lists viewable to the additional "domain"?
AFAIK, this should be working. Try to increase the log level. Yous should see details in the logs, as what result gives each line of your scenario.
Hope this helps.

Second, I'm having issues processing subscriptions to the same list via
email. If I send a message to address@concealed, with
"SUBSCRIBE list" as the body, I can see the message pass through the
mail server and passed on to sympa which goes to evaluate it. However,
it never actually processes the subscription.
You're supposed to send mail commands to address@concealed. address@concealed is actually the list owner contact email address.
Try it again with the sympa address. It should be working.


David

--
David Verdin
Comité réseau des universités




Archive powered by MHonArc 2.6.19+.

Top of Page