Skip to Content.
Sympa Menu

en - [sympa-users] Re: intranet lists

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Salaün - CRU <address@concealed>
  • To: Mark <address@concealed>
  • Cc: address@concealed
  • Subject: [sympa-users] Re: intranet lists
  • Date: Wed, 21 Mar 2007 09:47:22 +0100

Mark wrote: Is there a way to define what domains are part of your 'intranet' as far as intranet scenari are concerned?  I have more than one domain that I consider part of my intranet.
There is no specific parameter to define to intranet notion in Sympa. The <action>.intranet scenrios we're distributing are checking the user's email address and the REMOTE_HOST environment variable against the 'host' sympa.conf/robot.conf parameter. If you want to extend this behavior to other domains, then you should customize the scenarios and add other rules for your other domains (with hard-coded values). Example :
match ([remote_host],/your\.domain$/)      md5,smime  -> do_it
match([sender],/\@your\.domain$/)            md5,smime    -> do_it
match ([remote_host],/other\.domain$/)      md5,smime  -> do_it
match([sender],/\@other\.domain$/)            md5,smime    -> do_it




Archive powered by MHonArc 2.6.19+.

Top of Page