File: config.include

package info (click to toggle)
sympa 2.6.1-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,940 kB
  • ctags: 1,069
  • sloc: perl: 8,446; makefile: 237; sh: 191; ansic: 172; lisp: 32
file content (51 lines) | stat: -rw-r--r-- 1,038 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
subject This sample show how to define a list using include directives

owner
email serge.aumont@cru.fr

editor
email olivier.salaun@cru.fr
gecos C.R.U

send editorkeyonly


#using include subscribe and unsubscribe are closed anyway
subscription closed

unsubscribe closed

cookie 123 nous irons aux bois

review owner

# user data is defined with include
user_data_source include

# this list first include subscribers of another list named test
include_list test

# include a liste of email from a file
include_file /tmp/tagada

# include person named "Durand" found in bigfoot
include_ldap_query
  host ldap.bigfoot.com
  filter (&(cn=Durand) (c=fr))

include_ldap_query
  host ldap.cru.fr
  suffix dc=cru, dc=fr
  filter (cn=Aumont)

# include student email from a oracle database
include_sql_query
      db_type oracle
      db_name scolarite
      host sqlserv.admin.univ-machin.fr
      user banalise
      passwd mysecret
      sql_query SELECT DISTINCT email FROM student

# this TTL is set to a very small value for test
ttl 20