Search results

  1. P

    How to prevent pmg from receiving emails sent from your own domains?

    The obvious way is would be to create a block rule to filter out myowndomain.com. However this rule also prevents mail sent directly from pmg, e.g. reports or alert mails. Any good ideas? /Peter
  2. P

    [SOLVED] Spamassassin failing to update

    Problem got solved this morning. https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7956 Thanks for your help Stoiko
  3. P

    [SOLVED] Spamassassin failing to update

    Hi At 5:17 this morning I started to get the following error when spamassassin tries to update. No changes have been made to cron job or any other configs. Update available for channel updates.spamassassin.org: 1898122 -> 1898145 http: (curl) GET http://sa-update.dnswl.org/1898145.tar.gz...
  4. P

    [SOLVED] nginx.service failed

    I temporerily removed the symbolic link to pmg-quarantine.conf, ran the update and now everything works again. Thanks for the help :)
  5. P

    [SOLVED] nginx.service failed

    This is what /etc/nginx/sites-enabled/pmg-quarantine.conf looks like: server { listen 80 default_server; rewrite ^(.*) https://$host$1 permanent; } server { listen 443; server_name _; ssl on; ssl_certificate /etc/pmg/pmg-api.pem; ssl_certificate_key...
  6. P

    [SOLVED] nginx.service failed

    Hi After this weekend update I'm now getting errors on the nginx service, any ideas anyone? /Peter ----------- root@pmg:~# apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0...
  7. P

    Unbound resolving to MX outside IP

    I can make heads or tails of this :-( It appears that no matter what I do UNBOUND keeps using root hints to do its lookups. I have attached a snip of the unbound syslog together with the 2 conf files in unbound. Regards Peter
  8. P

    Unbound resolving to MX outside IP

    Hi I have been having issues with : RCVD_IN_DNSWL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to DNSWL was blocked. URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. So I installed UNBOUND and changed the /etc/resolver.conf to point at 127.0.0.1. However...
  9. P

    Tracking Center not showing all received emails

    Hi Stoiko Thanks for your help, but I didn't manage to figure out what the issue was, so I ended up installing a fresh pmg. The spamd I think it maybe come from some experimentation/tweeking of the spam detection , from a while back. Br. Peter
  10. P

    Tracking Center not showing all received emails

    Well it appears that somthing is going on with the syslog. I've attached a part of the syslog and can see that from 6:28 - 08:02 events are logged, then it jumps from 08:02 to 06:35 and then from 6:36 to 09:43 (time of reboot). I can't quite make out what is going on.
  11. P

    Tracking Center not showing all received emails

    Hi I have noticed that email are not alway shown in the tracking center, even though email actually are comming through. In the screenshot below there is a gap of 1½ where mail are not shown (no filters have been applied). I rebooted the pmg server around 9:40 and then mails started appearing...
  12. P

    clamav error

    Thanks again for your help. PS. How do I mark the thread as solved, I didn't start the thread. Thx Peter
  13. P

    clamav error

    Hi Stoiko I tried to uninstall which failed, but I could see that dpkg knew clamav-0.101.4.tar.gz. root@pmg:~# dpkg --remove clamav* dpkg: warning: ignoring request to remove clamav-0.101.4.tar.gz which isn't installed Then I downloaded clamav-0.101.4.tar.gz from clamav.net and did a manual...
  14. P

    clamav error

    No, nothing else is installed on the server, but at some stage clamav may have been installed manually (I'm not sure though, just saying it might have). /Peter
  15. P

    clamav error

    is it conflict with an earlier installation, that needs to be removed or??? Output from the reinstall is here: root@pmg:~# apt install --reinstall clamav-base clamav-daemon clamav-freshclam clamdscan libclamav9:amd64 Reading package lists... Done Building dependency tree Reading state...
  16. P

    clamav error

    Hi Stoiko Output from cli: root@pmg:~# lsof -np $(pgrep freshclam) lsof: no process ID specified lsof 4.91 latest revision: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ latest FAQ: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ latest man page...
  17. P

    clamav error

    Reboot, didn't work. Is there an easy way of reinstalling clamav or the missing or "wrong" components?
  18. P

    clamav error

    Here's the new output, Thanks /Peter
  19. P

    clamav error

    I've run the commands, please see the output in the attached txt. /Peter
  20. P

    clamav error

    Hi, I'm getting the following error when updating clam: ----------- /usr/bin/freshclam: relocation error: /usr/bin/freshclam: symbol cli_gentemp_with_prefix version CLAMAV_PRIVATE not defined in file libclamav.so.9 with link time reference TASK ERROR: command '/usr/bin/freshclam --stdout'...