You are not logged in.
Pages: 1
Hi,
I have added a receiver, but i noticed it takes pretty long before it takes the mail and imports it as a ticket. How can i make this faster or even instant?
Offline
windows or Linux server ?
check mailgate automatic task; mode and frequency ;
frequency can be set down to 1 minute.
Mode should be CLI and crontab (or scheduled task on windows) set to run con.php every minute also. tickets should be create in less than 2 minutes after receivi in mailbox
Trouver la panne avant de réparer...
GLPI10.0.16 (ubuntu 22.04 PHP8.1 Mariadb10.6 ) plugins : comportements 2.7.3 reports 1.16.0 formcreator 2.13.9, datainjection 2.13.5 fields 1.21.9
Offline
Hi, i am running it in a LXC container in proxmox.
I must tell, i ahve already added a cronjob for the quidnoticiation stuff:
*/2 * * * /usr/bin/php /opt/glpi/front/cron.php > /dev/null 2>&1 - and this works great now.
But how to get it to check the mailbox now and get a ticket generated faster?
prnt.sc/bk4Ekp9-U3O1
Dit set the settings now like this, and lets see if it works.
Offline
it should work;
ticket should be generated within 2 minutes
Trouver la panne avant de réparer...
GLPI10.0.16 (ubuntu 22.04 PHP8.1 Mariadb10.6 ) plugins : comportements 2.7.3 reports 1.16.0 formcreator 2.13.9, datainjection 2.13.5 fields 1.21.9
Offline
Jeah, i removed the 2, and now its every minute and it works! ty!
Offline
Pages: 1