Control Web Panel

WebPanel => E-Mail => Dovecot => Topic started by: Rug3r on May 10, 2019, 12:16:10 PM

Title: Dovecot Log in CWP Dashboard
Post by: Rug3r 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
Title: Re: Dovecot Log in CWP Dashboard
Post by: daz123 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