aasami's latest activity

  • aasami
    aasami reacted to VictorSTS's post in the thread QEMU CPU Type (kvm64 vs qemu64) with Like Like.
    As stated here, kvm32/kvm64 are non-recomended x86 CPU, listed "just for historical compatibility with ancient QEMU versions", so the way to go is either: - Use qemu32/qemu64 CPU (lower performance and increased security risks as such QEMU cpu...
  • aasami
    aasami reacted to markus.leitold's post in the thread Custom Spamreport + encoding with Like Like.
    Hi everybody, we just installed PMG in Production and are customizing the daily/weekly Spamreport mails for the users. Therefore we copied the "/var/lib/pmg/templates/spamreport-verbose.tt" to "/var/lib/pmg/templates/spamreport-custom.tt" and...
  • aasami
    aasami reacted to TFrenz's post in the thread daily report customization with Like Like.
    Yes see https://forum.proxmox.com/threads/custom-spamreport-encoding.82034/
  • aasami
    aasami reacted to kropla's post in the thread daily report customization with Like Like.
    Hi .. it is possible to make an custom daily spam report for users ? i want to translate to other languahe than english ... adn i also want to have functionality to click (in body mail) to link that makes some actions (deliver, drop, whitelist...
  • aasami
    aasami reacted to tom's post in the thread daily report customization with Like Like.
    yes, with 'pmgqm send': > pmgqm send --receiver youremail@yourdomain.com see also: > man pmgqm
  • aasami
    aasami replied to the thread [SOLVED] Shrink disk on Ceph.
    How?
  • aasami
    aasami reacted to comfreak's post in the thread [SOLVED] Shrink disk on Ceph with Like Like.
    Ok, got it. I can access the Ceph RBD directly through qemu-img. Great! - Shrink partition inside the VM (Windows, gparted, etc.) - Shutdown VM - Resize the image: qemu-img resize -f raw --shrink rbd:<pool>/<disk-img> <size> (example: qemu-img...
  • aasami
    aasami reacted to comfreak's post in the thread [SOLVED] Shrink disk on Ceph with Like Like.
    Hi, how do I shrink a disk on a Ceph-Cluster (the workflow to reduce the partition beforehand is clear)? I tried root@server:~# qm resize 111 scsi1 40G shrinking disks is not supported but failed. Yes, the "qm" manual says that shrinking is...
  • aasami
    aasami reacted to Falk R.'s post in the thread LVM Auto-activation with Like Like.
    Das die LVM Volumes, welche du als VM Disks nutzt, erst aktiviert werden wenn du die VM startest. Dadurch kann sich der VM Start um paar ms verzögern, aber dafür hast du einige andere Probleme nicht.
  • aasami
    aasami reacted to avacado's post in the thread Questions about proxmox upgrade 8 to 9 with Like Like.
    Hello all, Sorry to resurrect this thread but should VMs be moved from the volume before disabling autoactivation. If not, is there a risk of VMs going down after the command is run? Thank you,
  • aasami
    aasami reacted to pietroaretino's post in the thread Tracking center export to file with Like Like.
    Not gonna lie, this would come in handy if there was a way to do a CSV export. Unfortunately as crz mentioned, the CLI does show the track log, but does not show the "Status". Otherwise it would be easy to pipe that output into a file and do some...
  • aasami
    aasami reacted to crz's post in the thread Tracking center export to file with Like Like.
    @t.lamprecht Any news on this? Today i had the issue that i needed to export a list of all mails between two timestamps and for multiple domains. A customer had an hardware failure and lost about two hours worth of mails, because their backup...
  • aasami
    aasami reacted to khangnch's post in the thread Tracking center export to file with Like Like.
    Hi. I just want to ask if there is any way to export mail log at tracking center to a .pdf or .xlsx file. I want to print the mail log for some auditing reasons. Thank you.