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