forked from mazelab/docker-haraka-dovecot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
supervisord.ini
39 lines (36 loc) · 1.05 KB
/
supervisord.ini
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
[supervisord]
nodaemon=true
user=root
[program:dovecot]
command=/usr/sbin/dovecot -F
redirect_stderr=false
stdout_capture_maxbytes=50MB
stdout_logfile_maxbytes=50MB
stdout_logfile_backups=10
stdout_logfile=/var/log/dovecot.log
stderr_capture_maxbytes=50MB
stderr_logfile_maxbytes=50MB
stderr_logfile_backups=10
stderr_logfile=/var/log/dovecot.err
[program:spamassassin]
command=/usr/sbin/spamd --siteconfigpath=/etc/mail/spamassassin --max-children 5 --create-prefs --user-config -v -u dovecot
redirect_stderr=false
stdout_capture_maxbytes=50MB
stdout_logfile_maxbytes=50MB
stdout_logfile_backups=10
stdout_logfile=/var/log/spamd.log
stderr_capture_maxbytes=50MB
stderr_logfile_maxbytes=50MB
stderr_logfile_backups=10
stderr_logfile=/var/log/spamd.err
[program:haraka]
command=/usr/bin/haraka -c /srv/haraka
redirect_stderr=false
stdout_capture_maxbytes=200MB
stdout_logfile_maxbytes=200MB
stdout_logfile_backups=10
stdout_logfile=/var/log/haraka.log
stderr_capture_maxbytes=200MB
stderr_logfile_maxbytes=200MB
stderr_logfile_backups=10
stderr_logfile=/var/log/haraka.err