Search results

  1. T

    [SOLVED] Logs problem after upgrade from 5 to 6

    Sorry Stoiko, I just have to replace invoke-rc.d rsyslog rotate > /dev/null with /usr/lib/rsyslog/rsyslog-rotate, am I right? And later I've to restart proxmox, right?
  2. T

    [SOLVED] Logs problem after upgrade from 5 to 6

    @Stoiko Ivanov, could you help me too please? ;)
  3. T

    [SOLVED] Logs problem after upgrade from 5 to 6

    That's what I see logrotate.conf see "man logrotate" for details # rotate log files weekly weekly # keep 4 weeks worth of backlogs rotate 4 # create new (empty) log files after rotating old ones create # use date as a suffix of the rotated file #dateext # uncomment this if you want your...
  4. T

    CEPH network configuration

    Hi community, we've a working cluster with this specs, three nodes each with the following configuration: 2x - 1GBe nic for ring0 (switch 1) and ring1 (switch 2) 2x - 10GBe nic (bond active backup) to different switches, with VMs traffic and CEPH traffic on two different VLANs 2x - 10GBe...
  5. T

    Wrong memory usage value

    It would be nice to have some help :(
  6. T

    Wrong memory usage value

    @wolfgang Could you help me, please? ;)
  7. T

    Wrong memory usage value

    agent: 1 boot: cdn bootdisk: scsi0 cores: 16 ide2: none,media=cdrom memory: 24576 name: mail01 net0: virtio=D6:4A:B8:D7:1C:65,bridge=vmbr0,tag=6 numa: 0 onboot: 1 ostype: win10 parent: autodaily190702000003 scsi0: cephpool:vm-110-disk-4,discard=on,size=65G scsi1...
  8. T

    Wrong memory usage value

    It is installed and running :)
  9. T

    Wrong memory usage value

    Hi all, since few days, the memory usage value of a virtual machine is always at the peak, but using the console the value is so much different. I have tried to update QEMU agent, baloon driver, serial driver but nothing has changed. The virtual machine runs Windows Server 2016. What should...
  10. T

    Spam not blocked

    Hi guys, I've two different cases where PMG doesn't work as I expect (for sure I've done some wrong configurations) It happens that mail sent with a Return-Path / Received: from domain totally different from From: domain are not signed as spam. Is there something that I can implement? My...
  11. T

    [SOLVED] Whitelist for a single domain

    Thanks @Stoiko Ivanov, I will try that and I will let you know ;)
  12. T

    [SOLVED] Whitelist for a single domain

    Hi guys, I want to put a domain in a whitelist that works just for ONE domain on my PMG. Is it possible? Thanks.
  13. T

    Retention in tracking center

    Do I have to restart sth later? And if I will update my PMG, do I have to change again that setting? Can I do sth like a custom file? ps: Damn, I hate GDPR :/
  14. T

    Use only auth SMTP

    Thanks, it was my idea. I will do like you said ;)
  15. T

    Retention in tracking center

    Sorry for the noob question, but how can I increase the limit? I would like to keep at least one month.
  16. T

    Use only auth SMTP

    I mean that I want that only email addresses that use the authentication on my mail server, can use PMG ;)
  17. T

    Use only auth SMTP

    Hi guys, I would like to use PMG as an outgoing gateway, accepting only auth SMTP connection to the server. How can I do that? Thanks
  18. T

    KAM rules override

    Hi guys, I'm trying to set up my custom rules for PMG, I'm writing everything in the file /etc/mail/spamassassin/custom.cf and quite everything is working fine, I cannot change the score of the KAM_MARK. What can I do? Thanks ;) edit: I've edited the file /usr/share/spamassassin-extra/KAM.cf...