• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. H

    Question How to remove viruses with Clamav via Spamassassin

    That's not easy. Most important problem is way back in case of false positive. Current version of script stores email within memory in most cases, except a long email ( i.e. appended file ) or sophos, because handling by sophos is check by file. clamav and drweb are able to check files as...
  2. H

    Question How to remove viruses with Clamav via Spamassassin

    of course there are some perl modules to be installed. Log::Any is perl-Log-Any-0.15-3.el7.noarch.rpm in epel repository for centos 7 debian 10 root@puck983:/usr/local/bin# apt list --installed | grep -i log-any WARNING: apt does not have a stable CLI interface. Use with caution in scripts...
  3. H

    Question How to remove viruses with Clamav via Spamassassin

    Sorry, i'm unable to reproduce, because sendmail not installed. first: can you post the test-mail with all headers second: i've appended hitd-mailq-check thats intended to check length of mailqueue every about 5-10 min from cron. Both scripts are located usualy in /usr/local/bin However you...
  4. H

    Question How to remove viruses with Clamav via Spamassassin

    Can you post the part of maillog for this and result of "plesk sbin mail_handlers_control --list | grep -i virus"
  5. H

    Forwarded to devs mailhandler ignores small info text in case of REJECT

    Thank you! I will try next days and give a small report.
  6. H

    Question How to remove viruses with Clamav via Spamassassin

    please do some tests and give a short report. However, if your question from beginning ( how to remove a appended file ) isn't obsolate, take a look at renattach. It is available for ubuntu as renattach 1.2.4-5 (amd64 binary) in ubuntu bionic. renattach is able to delete a attachment. you can...
  7. H

    Question How to remove viruses with Clamav via Spamassassin

    root@puck983:/usr/local/sbin# systemctl status drwebd ● drwebd.service - Plesk Premium Antivirus Loaded: loaded (/lib/systemd/system/drwebd.service; enabled; vendor preset: enabled) Drop-In: /usr/lib/systemd/system/drwebd.service.d └─respawn.conf Active: active (running) since...
  8. H

    Question How to remove viruses with Clamav via Spamassassin

    And on the other way: you started with clamav if clamav daemon runs fine, change # PATH must be fixed because perl -T flag, using an usual path throws security exception my $drweb_bin='/usr/bin/drwebdc'; # if empty: do not use DrWeb version 6 ( part of plesk as plesk antivirus ) my...
  9. H

    Question How to remove viruses with Clamav via Spamassassin

    Thats OK, no panic If you buy a full license of plesk antivir you get drweb32.key This is startup here: Mär 07 07:36:32 puck983 drwebd[1593]: Dr.Web (R) daemon for Linux/Plesk Edition v6.0.2.1 Mär 07 07:36:32 puck983 drwebd[1593]: Copyright (c) Igor Daniloff, 1992-2022 Mär 07 07:36:32...
  10. H

    Question How to remove viruses with Clamav via Spamassassin

    take a simple mail from mailDir and pipe trough the mailhandler. Increase debug from level 1, wich is default to maybe 4. If you want silently discard simply change following: print STDERR "LOG HITDVIRUS drweb result: REJECT VIRUS $virus_name\n"; print STDERR "REJECT VIRUS...
  11. H

    Question How to remove viruses with Clamav via Spamassassin

    Maybe Dr.Web internal try 1|root@puck983:~# cat eicar_com.zip | drwebdc -orv - Results: daemon return code 0x20 (known virus is found) ----- Dr.Web found viruses list begin ----- Known virus(es): EICAR Test File (NOT a Virus!) ----- Dr.Web found viruses list end ----- 1|root@puck983:~# to...
  12. H

    Question How to remove viruses with Clamav via Spamassassin

    root@puck983:/var/spool# ls -l insgesamt 20 drwxr-xr-x 3 root root 4096 Mär 20 2021 cron drwxrwx--- 4 drweb popuser 4096 Mär 20 2021 drweb drwxrwx--- 12 postfix popuser 4096 Mär 16 15:47 hitd-virus-handler lrwxrwxrwx 1 root root 7 Mär 20 2021 mail -> ../mail drwxr-xr-x 22...
  13. H

    Question How to remove viruses with Clamav via Spamassassin

    tried the commands you wrote root@puck983:/home/p_heirich/hitd_virus_handler/bin# plesk sbin mail_handlers_control --add --priority=45 --name=virushandler --queue=before-queue --type=global --executable=/usr/local/sbin/hitd-virus-handler root@puck983:/home/p_heirich/hitd_virus_handler/bin#...
  14. H

    Question How to remove viruses with Clamav via Spamassassin

    i think no plesk docu says: # ./mail_handlers_control --add --priority=<number> --name=<handler name> --mailname=<mailname> --queue=<before-local|before-remote|before-queue|before-data>...
  15. H

    Question How to remove viruses with Clamav via Spamassassin

    Edit: if drweb_bin is empty ( i.e. my $drweb_bin=''; ) drweb 6 ( part of plesk ( current, independend drweb is version 11 ) ) is not used.
  16. H

    Question How to remove viruses with Clamav via Spamassassin

    nothing Take first a look at: https://docs.plesk.com/en-US/obsidian/extensions-guide/plesk-features-available-for-extensions/integrate-with-system-services/mail-service/managing-handlers/registering-mail-handlers.71855/ This is the command to register a additional mailhandler. BTW: there...
  17. H

    Input directsmtp - its a link from plesk for linux to other SMTP (i.e. MS-Exchange w. SMTP connector )

    Additional note: There is a bug in MS-Server 2008 R2 [smtp] smtpserver=target.mailserver-xxxxx.de smtpport=25 enabled=1 # Windows 2008R2 need forcing to TLSv1 as long unpatched # there are registry patches to enable TLSv1_1 and TLSV1_2 # otherwise connection will be closed immediately...
  18. H

    Input directsmtp - its a link from plesk for linux to other SMTP (i.e. MS-Exchange w. SMTP connector )

    A long time ago, a friend got MS-Exchange as his internal Server. Of course, there are some solutions like fetchmail to move some mails to a exchange site which is using smtp connector. So i wrote a mailhandler for plesk. This is push mode by plesk for linux side to exchange, not poll by...
  19. H

    Input renattach

    Sorry, forgot some config example files here the ( i hope ) complete archive
  20. H

    Input renattach

    I've installed and integrated the program renattach. exist on Debian 10 as renattach_1.2.4-5_amd64.deb in Debian Main repository. Of course we need a link to plesk mailhandler. Here is. Its perl and bash. put the perl program to /usr/local/sbin and both bash scripts to /usr/local/bin. and...
Back
Top