• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by wikrie

  1. W

    DRWeb logging to console

    I find a solution for me: I change the startup Information method form terminal to quit and now I did not see the scanning of emails on terminal anymore vim /etc/drweb/drweb32.ini # OutputMode = {Quiet|Terminal} # Information output mode at start. OutputMode =Quiet
  2. W

    DRWeb logging to console

    thanks dash for your help
  3. W

    DRWeb logging to console

    I did a complete reinstall of all drweb components and still the same issue all drweb log are shown on console, so I decide to stop drwebd and give clamav a chance to secure my mails. If anybody have an idea I will try it.
  4. W

    DRWeb logging to console

    maybe it would be an option to reinstall drweb? but how should I do it? in the Plesk Panel I only can Start Sop Restart the service.
  5. W

    DRWeb logging to console

    vim /etc/syslog-ng/ conf.d/ patterndb.d/ scl.conf syslog-ng.conf destination d_auth { file("/var/log/auth.log"); }; destination d_cron { file("/var/log/cron.log"); }; destination d_daemon { file("/var/log/daemon.log"); }; destination d_kern { file("/var/log/kern.log"); }...
  6. W

    DRWeb logging to console

    so most important fact for me is that ONLYdrweb logs to console nothing else. so at the moment I disable drweb and because of 10 mail account limit I also think about searching for alternatives. But if it would work it would be very great, another strange issue is that some days ago this was not...
  7. W

    DRWeb logging to console

    # Logging section # [Logging] # Logging detalization ( Quiet, Errors, Alerts, Info, Verbose, Debug ) # Facility used for logging to syslog ( Daemon, Mail, Local0..7 ) SyslogFacility = Mail # Priority used for logging to syslog ( Debug, Info, Notice, Alert ) SyslogPriority = Info
  8. W

    DRWeb logging to console

    # LogFileName = {FilePath} # Log filename. LogFileName = syslog # SyslogFacility = { # Sets the log type when using syslogd system service. SyslogFacility = Daemon # SyslogPriority = {Error|Info|Notice|Warning|Alert} # Sets the log priority when using syslogd system service. # SyslogPriority =...
  9. W

    DRWeb logging to console

    thanks for your fast reply I will check the 2 things and will post an update.
  10. W

    DRWeb logging to console

    Hi Everybody, since some days I have the strange issue that all logings from DrWeb is shown directly into the console. For example if I connect to my Server via SSH and then I sned an email to my email accoutn I see the logging of the spool. root@************:~# 2015 Mar 25 16:44:57 *...
  11. W

    Webmail Roundcube Apache SSL per Vhost

    I "solved" it now with using roundcube over Domain root and create a new subfolder domain.tld/webmail. Maybe somebody have an idea how it should be solved for real. my solution is only a workaround not a solution.
  12. W

    Change webmail.domain.tld to domain.tld/webmail

    roundcube is running as 1 instanz for all your domains, so you can change the default cert of roundcube to get 1 instanz running wiht the correct SLL Cert, to get it green in your browser. At the moment I also work on the same issue and try to find a way to setup different certs for different...
  13. W

    Webmail Roundcube Apache SSL per Vhost

    Hi Everybody, I read a lot of manual I try to solve the following issue. I have more than 1 domain on my VServer and roundcube and all of its templates only allow me to modify webmail.domain.tld so I can setup 1 website correctly but all the rest will have the wrong SSL cert. How can I...
Back
Top