Author Topic: Dovecot Log in CWP Dashboard  (Read 7020 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Dovecot Log in CWP Dashboard
« on: May 10, 2019, 12:16:10 PM »
In the File Management/CWP→Log Viewer the viewer logs for Dovecot (var/log/dovecot) have always shown “the indicated file does not exist”.

When I ssh to var/log there is a dovecot.log file. Does this have to do with the viewer log showing the path as var/log/dovecot instead of var/log/dovecot.log?

If so, anyone know how to fix this?

Thanks

Offline
*
Re: Dovecot Log in CWP Dashboard
« Reply #1 on: May 10, 2019, 05:16:09 PM »
Does this have to do with the viewer log showing the path as var/log/dovecot instead of var/log/dovecot.log?

Yes, it is probably due to that, but we're unable to fix it ourselves due to the files being encoded with ionCube, so I guess you need to wait for a new version.

EDIT: you could maybe try to create a symlink in place of the file, but I'm not sure how that would work.

Try this:
Code: [Select]
cd /var/log
ln -s /var/log/dovecot.log dovecot
« Last Edit: May 10, 2019, 05:40:33 PM by daz123 »