mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Remove old services and add rmilter/rspamd
This commit is contained in:
parent
82185b86d5
commit
ab942600f6
1 changed files with 4 additions and 6 deletions
|
@ -13,6 +13,10 @@ dovecot:
|
||||||
postfix:
|
postfix:
|
||||||
status: service
|
status: service
|
||||||
log: [/var/log/mail.log,/var/log/mail.err]
|
log: [/var/log/mail.log,/var/log/mail.err]
|
||||||
|
rmilter:
|
||||||
|
status: systemctl status rmilter.socket
|
||||||
|
rspamd:
|
||||||
|
status: systemctl status rspamd.socket
|
||||||
mysql:
|
mysql:
|
||||||
status: service
|
status: service
|
||||||
log: [/var/log/mysql.log,/var/log/mysql.err]
|
log: [/var/log/mysql.log,/var/log/mysql.err]
|
||||||
|
@ -36,16 +40,10 @@ yunohost-api:
|
||||||
postgrey:
|
postgrey:
|
||||||
status: service
|
status: service
|
||||||
log: /var/log/mail.log
|
log: /var/log/mail.log
|
||||||
amavis:
|
|
||||||
status: service
|
|
||||||
log: /var/log/mail.log
|
|
||||||
nslcd:
|
nslcd:
|
||||||
status: service
|
status: service
|
||||||
log: /var/log/syslog
|
log: /var/log/syslog
|
||||||
nsswitch:
|
nsswitch:
|
||||||
status: service
|
status: service
|
||||||
spamassassin:
|
|
||||||
status: service
|
|
||||||
log: /var/log/mail.log
|
|
||||||
udisks2:
|
udisks2:
|
||||||
status: service
|
status: service
|
||||||
|
|
Loading…
Add table
Reference in a new issue