File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 147147$ conf ['amavis ' ]['config_dir ' ] = '/etc ' ;
148148$ conf ['amavis ' ]['init_script ' ] = 'amavisd ' ;
149149
150+ //* Rspamd
151+ $ conf ['rspamd ' ]['installed ' ] = false ; // will be detected automatically during installation
152+ $ conf ['rspamd ' ]['config_dir ' ] = '/etc/rspamd ' ;
153+ $ conf ['rspamd ' ]['init_script ' ] = 'rspamd ' ;
154+
150155//* ClamAV
151156$ conf ['clamav ' ]['installed ' ] = false ; // will be detected automatically during installation
152157$ conf ['clamav ' ]['init_script ' ] = 'clamd ' ;
Original file line number Diff line number Diff line change 147147$ conf ['amavis ' ]['config_dir ' ] = '/etc ' ;
148148$ conf ['amavis ' ]['init_script ' ] = 'amavisd ' ;
149149
150+ //* Rspamd
151+ $ conf ['rspamd ' ]['installed ' ] = false ; // will be detected automatically during installation
152+ $ conf ['rspamd ' ]['config_dir ' ] = '/etc/rspamd ' ;
153+ $ conf ['rspamd ' ]['init_script ' ] = 'rspamd ' ;
154+
150155//* ClamAV
151156$ conf ['clamav ' ]['installed ' ] = false ; // will be detected automatically during installation
152157$ conf ['clamav ' ]['init_script ' ] = 'clamd ' ;
Original file line number Diff line number Diff line change 153153$ conf ['amavis ' ]['config_dir ' ] = '/etc/amavis ' ;
154154$ conf ['amavis ' ]['init_script ' ] = 'amavis ' ;
155155
156+ //* Rspamd
157+ $ conf ['rspamd ' ]['installed ' ] = false ; // will be detected automatically during installation
158+ $ conf ['rspamd ' ]['config_dir ' ] = '/etc/rspamd ' ;
159+ $ conf ['rspamd ' ]['init_script ' ] = 'rspamd ' ;
160+
156161//* ClamAV
157162$ conf ['clamav ' ]['installed ' ] = false ; // will be detected automatically during installation
158163$ conf ['clamav ' ]['init_script ' ] = 'clamav-daemon ' ;
Original file line number Diff line number Diff line change 147147$ conf ['amavis ' ]['config_dir ' ] = '/etc/amavis ' ;
148148$ conf ['amavis ' ]['init_script ' ] = 'amavis ' ;
149149
150+ //* Rspamd
151+ $ conf ['rspamd ' ]['installed ' ] = false ; // will be detected automatically during installation
152+ $ conf ['rspamd ' ]['config_dir ' ] = '/etc/rspamd ' ;
153+ $ conf ['rspamd ' ]['init_script ' ] = 'rspamd ' ;
154+
150155//* ClamAV
151156$ conf ['clamav ' ]['installed ' ] = false ; // will be detected automatically during installation
152157$ conf ['clamav ' ]['init_script ' ] = 'clamd ' ;
You can’t perform that action at this time.
0 commit comments