mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
18 lines
326 B
Text
18 lines
326 B
Text
# systemd-specific settings for rmilter
|
|
|
|
.include /etc/rmilter.conf.common
|
|
|
|
# pidfile - path to pid file
|
|
pidfile = /run/rmilter/rmilter.pid;
|
|
|
|
# rmilter is socket-activated under systemd
|
|
bind_socket = fd:3;
|
|
|
|
# DKIM signing
|
|
dkim {
|
|
domain {
|
|
key = /etc/dkim;
|
|
domain = "*";
|
|
selector = "mail";
|
|
};
|
|
};
|