You are not logged in.
hello, I have installed version 0.90 of glpi and I am unable to run sending Automatic notification when a ticket arrives or when any change is made therein. To send notifications I have to manually make the menu ADMINISTRATION> E-MAIL QUEUE.
I set up the service of AUTOMATIC ACTIONS (queuedmail) but it does not automatically sending notifications.
I would like to help. Hugs.
Last edited by acsoprana (2015-10-21 03:03:35)
Offline
is queuedmail run in GLPI mode or CLI mode ?
have you set a cron ?
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
GLPI mode..
I have only the email gate in cron.
You know the configuration of the "queuedmail" to put on similar cron the emailgate?
Offline
in your crontab :
add
*/5 * * * * root cd /var/www/glpi/front/ && php cron.php
this will make GLPI to check if there are scheduled task to run every 5 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
Yes, I had put this command in cron, however it only works when I run diretament the shell at a given time (every 10 minutes). by this time it seems that the command does not.
Offline
GLPI mode uses Shell actions to trigger sheduled actions.
CLI mode uses Crontab to trigger Scheduled action.
if you've set a cron then use CLI Mode.
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
Yes, I've set everything in CLI mode. GLPI now this taking about 10 minutes to perform the action eviar notifications. I configured for every 1 minute, most do not know why does not perform in this manner. I will give one more researched and see what I can achieve it. thank you.
Offline
You will need some port configuration to make it work?
Offline
after I give restart the server, the MailGate service also stops working, and returns after a long time.
in this case have to try to do this manually, it looks like it ta caught, and fazedno the first time manually back to pick up emails.
Last edited by acsoprana (2015-10-16 18:26:42)
Offline
Notifications now appears that took towards itself, it seems that now is working in a more acceptable time than I expected more this fucionando.
In one minute he reaps the e-mail, and within 2-5 minutes it sends the messages. This basically acceptable.
I thank everyone.
Offline
For send the message, time depends of time indicated in automatic task and delay defined in your cron.
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline