Plein de trucs
This commit is contained in:
69
roles/mailman/files/mailman.cfg
Normal file
69
roles/mailman/files/mailman.cfg
Normal file
@@ -0,0 +1,69 @@
|
||||
[mailman]
|
||||
site_owner: root@mateu.be
|
||||
noreply_address: noreply
|
||||
default_language: fr
|
||||
sender_headers: from from_ reply-to sender
|
||||
email_commands_max_lines: 10
|
||||
pending_request_life: 3d
|
||||
cache_life: 7d
|
||||
pre_hook:
|
||||
post_hook:
|
||||
layout: debian
|
||||
filtered_messages_are_preservable: no
|
||||
html_to_plain_text_command: /usr/bin/lynx -dump $filename
|
||||
listname_chars: [-_.0-9a-z]
|
||||
|
||||
[shell]
|
||||
prompt: >>>
|
||||
banner: Welcome to the GNU Mailman shell
|
||||
use_ipython: no
|
||||
history_file:
|
||||
|
||||
[paths.debian]
|
||||
var_dir: /var/lib/mailman3
|
||||
queue_dir: $var_dir/queue
|
||||
bin_dir: /usr/lib/mailman3/bin
|
||||
list_data_dir: $var_dir/lists
|
||||
log_dir: /var/log/mailman3
|
||||
lock_dir: $var_dir/locks
|
||||
data_dir: $var_dir/data
|
||||
cache_dir: $var_dir/cache
|
||||
etc_dir: /etc/mailman3
|
||||
ext_dir: $var_dir/ext
|
||||
messages_dir: $var_dir/messages
|
||||
archive_dir: $var_dir/archives
|
||||
template_dir: $var_dir/templates
|
||||
pid_file: /run/mailman3/master.pid
|
||||
lock_file: $lock_dir/master.lck
|
||||
|
||||
[database]
|
||||
class: mailman.database.sqlite.SQLiteDatabase
|
||||
url: sqlite:///$DATA_DIR/mailman.db
|
||||
debug: no
|
||||
|
||||
[logging.debian]
|
||||
format: %(asctime)s (%(process)d) %(message)s
|
||||
datefmt: %b %d %H:%M:%S %Y
|
||||
propagate: no
|
||||
level: info
|
||||
path: mailman.log
|
||||
|
||||
[webservice]
|
||||
hostname: localhost
|
||||
port: 8001
|
||||
use_https: no
|
||||
show_tracebacks: yes
|
||||
api_version: 3.1
|
||||
admin_user: restadmin
|
||||
admin_pass: 2BeMu4kyHzMA8K95IvoevuU1G1dO9ovZn2TLvu5045PGiVUe
|
||||
|
||||
[mta]
|
||||
incoming: mailman.mta.postfix.LMTP
|
||||
outgoing: mailman.mta.deliver.deliver
|
||||
smtp_host: localhost
|
||||
smtp_port: 25
|
||||
smtp_user:
|
||||
smtp_pass:
|
||||
lmtp_host: 127.0.0.1
|
||||
lmtp_port: 8024
|
||||
configuration: python:mailman.config.postfix
|
Reference in New Issue
Block a user