[SOLVED] Quarantine - User login using Ticket

rg2

Active Member
Jul 18, 2014
27
4
43
Hi,

If AD is not available, users can login to see their quarantined e-mails by clicking on the link on the spam report, using the ticket authentication mode.

I have a couple questions:

1- There are users that delete the spam report. If a user wants to login to his quarantine to check if a e-mail is quarantined, but don't want or can't wait for the next spam report, is there a way to manually generate a ticket? For example, on the Quarantine login interface, there could be a "Request Access" link where the user would enter their e-mail address and receive a login ticket.

2- Does these tickets expire? For exemple, could a user use a year old spam report to login?

Thanks.
 
For example, on the Quarantine login interface, there could be a "Request Access" link where the user would enter their e-mail address and receive a login ticket.
Yes this is already possible (though not exposed on the GUI) - just set `quarantinelink 1` in the `section: spamquar` in /etc/pmg/pmg.conf
see:
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_spamdetector (section 4.8.2 - quarantinelink)

2- Does these tickets expire? For exemple, could a user use a year old spam report to login?
The tickets in the link are valid as long as your spamquarantine lifetime is configured (that way if you get a mail into quarantine, you can always access it until it is deleted)

I hope this helps!
 
  • Like
Reactions: rg2
Yes this is already possible (though not exposed on the GUI) - just set `quarantinelink 1` in the `section: spamquar` in /etc/pmg/pmg.conf
see:
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_spamdetector (section 4.8.2 - quarantinelink)


The tickets in the link are valid as long as your spamquarantine lifetime is configured (that way if you get a mail into quarantine, you can always access it until it is deleted)

I hope this helps!

Thank you! That's exactly what I'm looking for :)
 
  • Like
Reactions: Stoiko Ivanov