514190f7f5e085ff336e37812a0f292333412df8
[lhc/ateliers.git] / etc / sympa / sympa.conf.m4
1 changequote(,)dnl
2 ###\\\\ Directories and file location ////###
3 etc /etc/sympa
4 home HOME/list_data
5 pidfile /run/sympa/sympa.pid
6 pidfile_bulk /run/sympa/bulk.pid
7 pidfile_creation /run/sympa/sympa-creation.pid
8 pidfile_distribute /run/sympa/sympa-distribute.pid
9 queue HOME/spool/msg
10 queueauth HOME/spool/auth
11 queueautomatic HOME/spool/automatic
12 queuebounce HOME/spool/bounce
13 queuedigest HOME/spool/digest
14 queuemod HOME/spool/moderation
15 queueoutgoing HOME/spool/outgoing
16 queuesubscribe HOME/spool/subscribe
17 queuetask HOME/spool/task
18 queuetopic HOME/spool/topic
19 spool HOME/spool
20 static_content_path /var/lib/sympa/static_content
21 static_content_url /static-sympa
22 tmpdir /run/shm/tmp/sympa
23 umask 007
24
25 ###\\\\ Syslog ////###
26 log_level 0
27 log_smtp off
28 log_socket_type unix
29 logs_expiration_period 3
30 syslog `cat /etc/sympa/facility`
31
32 ###\\\\ General definition ////###
33 create_list public_listmaster
34 domain VM_DOMAINNAME
35 edit_list owner
36 email sympa
37 #host VM_DOMAINNAME
38 #http_host sympa.VM_DOMAINNAME
39 listmaster esyscmd(getent passwd $(getent group sudo | cut -d : -f 4 | tr '\054' ' ') |
40 cut -d : -f 5 | cut -d $(printf '\054') -f 5 | tr '\n' '\054' | sed -e 's/\x2C$//')
41
42 ###\\\\ Tuning ////###
43 bulk_fork_threshold 1
44 bulk_lazytime 600
45 bulk_max_count 3
46 bulk_sleep 1
47 bulk_wait_to_fork 10
48 cache_list_config none
49 cookie `cat /etc/sympa/cookie`
50 default_distribution_ttl 300
51 default_list_priority 5
52 default_sql_fetch_timeout 300
53 default_ttl 3600
54 legacy_character_support_feature off
55 max_size 5242880
56 owner_priority 9
57 reject_mail_from_automates_feature on
58 remove_headers X-Sympa-To,X-Family-To,Return-Receipt-To,Precedence,X-Sequence,Disposition-Notification-To
59 request_priority 0
60 rfc2369_header_fields help,subscribe,unsubscribe,post,owner,archive
61 sympa_packet_priority 5
62 sympa_priority 1
63 use_blacklist send,create_list
64
65 ###\\\\ Internationalization ////###
66 lang fr
67 supported_lang fr
68
69 ###\\\\ Errors management ////###
70 bounce_halt_rate 50
71 bounce_warn_rate 30
72 #expire_bounce_task daily
73 #welcome_return_path unique
74
75 ###\\\\ MTA related ////###
76 alias_manager /usr/lib/sympa/bin/alias_manager.pl
77 avg 10
78 maxsmtp 40
79 nrcpt 25
80 sendmail /usr/sbin/sendmail
81 sendmail_aliases /etc/mail/sympa/aliases
82
83 ###\\\\ Plugin ////###
84 #antivirus_args --secure --summary --dat /usr/local/uvscan
85 #antivirus_path /usr/local/uvscan/uvscan
86
87 ###\\\\ DKIM ////###
88 dkim_add_signature_to robot,list
89 dkim_feature off
90 dkim_header_list from:sender:reply-to:subject:date:message-id:to:cc:list-id:list-help:list-unsubscribe:list-subscribe:list-post:list-owner:list-archive:in-reply-to:references:resent-date:resent-from:resent-sender:resent-to:resent-cc:resent-message-id:mime-version:content-type:content-transfer-encoding:content-id:content-description
91 dkim_signature_apply_on md5_authenticated_messages,smime_authenticated_messages,dkim_authenticated_messages,editor_validated_messages
92
93 ###\\\\ S/MIME pluggin ////###
94 #cafile
95 capath /etc/sympa/x509.d
96 crl_dir HOME/list_data/crl
97 #key_passwd `cat /etc/sympa/key_passwd`
98 openssl /usr/bin/openssl
99 ssl_cert_dir HOME/list_data/x509.d
100
101 ###\\\\ Database ////###
102 #db_additional_subscriber_fields billing_delay,subscription_expiration
103 #db_additional_user_fields age,address
104 db_host /run/postgresql
105 db_name sympa
106 #db_passwd your_passwd
107 db_type Pg
108 db_user sympa
109
110 ###\\\\ Web interface ////###
111 antispam_tag_header_ham_regexp ^\s*No
112 antispam_tag_header_name X-Spam-Status
113 antispam_tag_header_spam_regexp ^\s*Yes
114 max_wrong_password 19
115 soap_url http://--HOST--/sympasoap
116 spam_status x-spam-status
117 #wwsympa_url https://sympa.VM_DOMAINNAME