Quarantäne E-Mail mehrfach versenden lassen

Nov 17, 2023
144
6
18
Moin,
ist es möglich die Quarantäne E-Mail mehrfach am Tag versenden zu lassen?

Wir lassen jetzt Nachts um 0:00 Uhr die Qurantäne E-Mail versenden. Die Benutzer hätten das gerne 3 mal am Tag.

Wäre das möglich und wo stellt man das ein?
(Gibt es einen CronJob Eintrag oder geht as auch in der GUI?)

Danke euch.
 
Last edited:
Wir lassen jetzt Nachts um 0:00 Uhr die Qurantäne E-Mail versenden. Die Benutzer hätten das gerne 3 mal am Tag.
Warum - der link in der Mail funktioniert prinzipiell für die Dauer der Quarantine lifetime - und die API hat derzeit nicht die Flexibilität um die mails stundenweise einzugrenzen (weil der use-case so gut wie immer anders besser zu lösen ist)

ansonsten siehe die Referenzdokumentation:
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#chapter_pmgqm
 
Warum - der link in der Mail funktioniert prinzipiell für die Dauer der Quarantine lifetime - und die API hat derzeit nicht die Flexibilität um die mails stundenweise einzugrenzen (weil der use-case so gut wie immer anders besser zu lösen ist)

ansonsten siehe die Referenzdokumentation:
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#chapter_pmgqm
Moin Stoiko,
danke für deine Antwort.

Gibt es die Möglichkeit per CronJob die Quarantäne E-Mail mehrfach am tag zu versenden?

In der Referenzdokumentation habe ich dazu nichts gefunden.

Danke dir.
 
Gibt es die Möglichkeit per CronJob die Quarantäne E-Mail mehrfach am tag zu versenden?

In der Referenzdokumentation habe ich dazu nichts gefunden.
wäre prinzipiell genau in dem verlinkten kapitel beschrieben:

The service can be edited, for example, to change the timespan to today or week, with the following command:
systemctl edit pmgspamreport.service
The timer can be edited with the command below:
systemctl edit pmgspamreport.timer
Note that adding another OnCalendar event will cause the report to be sent in addition to the default time. If you want to prevent the default email at 00:05, you must first reset the original OnCalendar setting, For example, to send the emails only at 06:00 you would enter the following lines when editing the timer unit:
[Timer]
OnCalendar=
OnCalendar=06:00
For details see the systemd man pages: systemd.unit(5), systemd.timer(5).
 
Der Spamreport soll um 8 Uhr und um 16 Uhr versendet werden und dann soll der Spamreport nur die Spamemails vom aktuellen Tag anzeigen.

systemctl edit pmgspamreport.service

### /lib/systemd/system/pmgspamreport.service
[Unit]
Description=Send Daily Spam Report Mails
ConditionPathExists=/usr/bin/pmgqm

[Service]
Type=oneshot
ExecStartPre=-/usr/bin/pmgqm purge
ExecStart=/usr/bin/pmgqm send --timespan today


systemctl edit pmgspamreport.timer


[Timer]
OnCalendar=
OnCalendar=8,15:00

Eventuell noch
systemctl daemon-reload
um die units neuzuladend

Ist das so korrekt?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!