Skip to content
Snippets Groups Projects
postfix.conf 296 B
Newer Older
[program:rsyslog]
command=/usr/sbin/rsyslogd -n 

[program:postfix]
process_name=postfix
directory=/etc/postfix
command=/usr/sbin/postfix -c /etc/postfix start
autorestart=false ; it will be marked as failed, postfix is running anyway ...
startretries=1
user=root ; TODO: switch to postfix user