Search results

  1. G

    User cannot whitelist or deliver spam

    I'm not sure what I'm looking for. I now have two users with the same issue.
  2. G

    User cannot whitelist or deliver spam

    I have another user with the same error. Not being a web developer, how do I open the javascript console in Firefox, and what am I looking for? Gerald
  3. G

    User report email as SPAM

    Yup, getting some sort of box to train the bayes filter. Years of using EFA (Email Filter Appliance) shows the opposite of your results for us, the bayes filter was able to block SPAM better when users reported email as SPAM. (EFA adds a link at the bottom of the email to report as SPAM.) Gerald
  4. G

    Global Blacklist

    We have some email addresses that consistently bombard us with SPAM email. Rather than each user blacklisting that address. we have been blacklisting globally using EFA. It's a solution that works for us.
  5. G

    User cannot whitelist or deliver spam

    Hi, I use LDAP for my users. I have a user that, when he clicks on whitelist or deliver in the SPAM Report, only gets a blank display. The email is not release or whitelisted. Any idea what's going on? It works for others. Gerald
  6. G

    Global Blacklist

    Hi, There's a global whitelist under Mail Proxy, but is there a global blacklist? Gerald
  7. G

    User report email as SPAM

    Hi, Is there a way for a user to report an email as SPAM? Gerald
  8. G

    User Training SPAM

    I don't have one yet, as the PMG system isn't live, still in testing. I'm just asking if there is a feature similar to the current product I'm using. Gerald
  9. G

    User Training SPAM

    Hi, If some SPAM gets through to the end user, is there some way for them to tag the email as SPAM and train PMG? EFA has a link at the bottom of the email that say "Report Email as SPAM" which let's user's help train the system. Gerald
  10. G

    Daily Reports Email?

    Hi, I can't seem to find an answer in the forums. Does PMG send an email to each individual user that lists their quarantined email? I currently use EFA, and it doesn this, allowing users to release known good emails. Thanks, Gerald
  11. G

    bypass greylist for specific destination emails?

    Hi, I currently run EFA for my email protection. Using it, I can have specific destination emails bypass greylisting, yet still have them go through SPAM and virus checking. The reason is that support personal require emails to arrive quickly, and greylisting slows that down, especially with...
  12. G

    Proxmox New installation but no answer in port 25

    Interestingly, restarting postfix got things working. I'm pretty sure I did a reboot during my testing, which should have started postfix as well. Thanks for your help! Gerald
  13. G

    Proxmox New installation but no answer in port 25

    root@pmg:~# pmgconfig dump could not change directory to "/root": Permission denied composed.wl_bounce_relays = pmg.mydomain.com dns.domain = mydomain.com dns.hostname = pmg ipconfig.int_ip = 192.168.100.41 pmg.admin.advfilter = 1 pmg.admin.avast = 0 pmg.admin.clamav = 1 pmg.admin.custom_check...
  14. G

    Proxmox New installation but no answer in port 25

    No firewall on the PVE node. root@pmg:~# ss -tlnp State Recv-Q Send-Q Local Address:Port Peer Address:Port...
  15. G

    Proxmox New installation but no answer in port 25

    I'm having the same issue. PMG is installed as a VM under Proxmox/KVM Running pmgconfig sync --restart changed nothing Logs look fine Gerald
  16. G

    Can't start VM's

    Hi, It happens any time I try to manually start a VM -- any VM -- from the GUI. It only started after the upgrade from 5.1 to the latest 5.2 Gerald
  17. G

    Can't start VM's

    malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/share/perl5/PVE/Tools.pm line 949, <GEN12786> chunk 1. This is the error I get. I'm at 5.2-2 and there are no updates to apply root@proxmox-1:~# pveversion...
  18. G

    caching NFS reads (fscache)

    Yup. If I look inside the directory, all the correct subdirs are created root@proxmox-0:/var/cache/fscache# ls -l total 24 drwx------ 2 root root 4096 Jun 11 11:57 cache drwx------ 2 root root 4096 Jun 11 11:57 graveyard drwx------ 2 root root 16384 Jun 11 11:55 lost+found...
  19. G

    caching NFS reads (fscache)

    Hi, I'm doing some testing with fscache and cachefilesd. Everything seems to be running, but the filesystem is never mounted with the cache enabled: mount -t nfsv4 192.168.50.100:/volume1/Storage tmp -o fsc I do have run=yes = /etc/default/cachefilesd /proc/fs/nfsfs/volumes show FSC as no...