Setup a basic configuration for postfix and dovecot
This commit is contained in:
8
config/supervisor/supervisord.conf
Normal file
8
config/supervisor/supervisord.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
[supervisord]
|
||||
nodaemon = true
|
||||
|
||||
[program:postfix]
|
||||
command = /usr/lib/postfix/master -d
|
||||
|
||||
[program:dovecot]
|
||||
command = /usr/sbin/dovecot -c /etc/dovecot/dovecot.conf -F
|
||||
Reference in New Issue
Block a user