Search results

  1. L

    [SOLVED] where is LDAP database located

    I suspect it's stored in PMGs postgresql database (just guessing).
  2. L

    [SOLVED] Show only greylisted mails

    Seems the only way is to use the tracking center, check "Include Greylist", and sort by "Status".
  3. L

    [SOLVED] Have Tracking Center parse another log instead of syslog

    Ok, will use double logging in the meantime. https://bugzilla.proxmox.com/show_bug.cgi?id=3657
  4. L

    [SOLVED] Have Tracking Center parse another log instead of syslog

    Thanks! I just remembered that I wanted to check the --help output for something like this :rolleyes: It works on the shell for a single file, but it seems to be impossible to have it check mail.log, mail.log.1, mail.log.*.gz at once. This shows only the header lines, but no further output...
  5. L

    [SOLVED] Show only greylisted mails

    I couldn't test it yet as the tracking center doesn't show any data at the moment, but I understand that it's only possible to *also* show greylisted mails. But I would like to see *only* greylisted mails to get an overview. Is this possible and if so how? Lars
  6. L

    [SOLVED] Have Tracking Center parse another log instead of syslog

    Hello, I understand that PMG's Tracking Center fetches its data from the syslog files (/var/log/syslog, /var/log/syslog.1, /var/log/syslog.*.gz). We log all mail related messages to "/var/log/mail.log" on other servers, so I would like to keep it consistent on PMG as well. A possible...
  7. L

    [SOLVED] Additional domains not listed in quarantine

    Seems to have automatically fixed itself...
  8. L

    Checking the size of incremental backups

    That fits to the log from a Sunday where only ~20 Gb have been transferred: INFO: backup is sparse: 232.00 MiB (1%) total zero data So, it seems I have a constant value of 20 Gb that change and a constant value of 70-80 Gb that change but is zero. Would love to know what exactly is happening...
  9. L

    [SOLVED] Disable spam reports only for some users

    https://bugzilla.proxmox.com/show_bug.cgi?id=3649
  10. L

    [SOLVED] Disable spam reports only for some users

    Ok, will do. I think the proper way is to not send reports for those users in the first place, instead of filtering them out. Other users have similar requests: https://forum.proxmox.com/threads/spam-report-just-for-selected-domain.77107/#post-342912 Thanks!
  11. L

    [SOLVED] Additional domains not listed in quarantine

    Hello, PMG is configured to allow quarantine access via LDAP users. The LDAP connection to our Active Directory is working and I have configured "mail proxyAddresses" as "EMail attribute names". The list below also shows the additional domains when I double click on a user. Login with an user...
  12. L

    552 Requested mail action aborted: exceeded storage allocation

    Possibly a problem of your mailserver behind PMG?
  13. L

    Checking the size of incremental backups

    Sure. "backup is sparse: 68.35 GiB (74%) total zero data" seems strange to me.
  14. L

    [SOLVED] Disable spam reports only for some users

    Ok, understood. The quarantine is useful for all users, so the other way isn't feasible for us. Where could I report a feature request for this? Bugzilla?
  15. L

    [SOLVED] Disable spam reports only for some users

    I know =) So, it's not possible to disable the reports only for some users?
  16. L

    [SOLVED] Disable spam reports only for some users

    Yes, but the problem is when it is sent daily.
  17. L

    Backup Proxmox VE Host to Proxmox Backup Server?

    Already thought I had misunderstood your question =) There is a CLI version you should be able to use. I am not using it, but I think this might be the correct doc: https://pbs.proxmox.com/docs/command-syntax.html
  18. L

    [SOLVED] Disable spam reports only for some users

    Hello, we have some users that seldomly get spam mails and some who get a lot of them. For the first group it would be good to keep the daily spam reports, as this won't happen daily, but when there is a spam (maybe false positive), the user gets informed. For the second group, the daily spam...
  19. L

    Checking the size of incremental backups

    I am backing up a VM that is running MS SQL Server 2008 for use with GFI MailArchiver. Our company has around 45 users and a mail volume of about 3 Gb per month, ~100 Mb/day. However, the daily backup size on weekdays is around 100 Gb! On weekends with very little mail traffic, the backup size...
  20. L

    Backup Proxmox VE Host to Proxmox Backup Server?

    Hi, in the Datacenter view, select Storage. Then use "Add" to add a Proxmox Backup Server as a storage. Afterwards, define a backup to use your PBS storage as a target. hth, Lars