diff --git a/plugins/relayd/relayd b/plugins/relayd/relayd index 77a2e8d2..3be9cf72 100755 --- a/plugins/relayd/relayd +++ b/plugins/relayd/relayd @@ -15,9 +15,20 @@ The following environment variables are used by this plugin: =item logfile -The file where MailScanner logs its action (Default: +The file where syslog logs relayd's action (Default: /var/log/relayd.log) +You need an entry like this in your syslog.conf for this to work: + +!relayd +*.* /var/log/relayd.log + +The directive: + +log updates + +is also necessary in relayd.conf. + =item configfile The relayd.conf configfile (Default: /usr/local/etc/relayd.conf)