Finally the email.test.php worked fine. The issue now is that after I configured a Notification and its trigger but I do not receive any mail. I have tried make a notification when a request is created. Could someone give me a tip?
I was bypassing the sendmail package, but now, apparently works. I still have an issue: If I send an email from email that belongs to the internal domain (i.e. xxx@inaes.gob.mx) to an email in gmail (i.e. xxx@gmail.com) works. If I send an email from email that belongs to gmail (i.e. xxx@gmail.com) to an email in gmail (i.e. xxx@gmail.com) works. If I send an email from email that belongs to gmail (i.e. xxx@gmail.com) to an email that belongs to the internal domain (i.e. xxx@inaes.gob.mx) , it DOES...
Testing email.test php, I received the message: "Failed to authenticate on SMTP server with username using 1 possible authenticators". Where can i find the user and password the smtp mail server (swift smtp) was created along the itop installation?. I guess those are the required in the config-itop.php configuration file to be able to authenticate on the SMTP server. Thanks
In my config-itop.php file can´t find the variables: email_transport_smtp.host, email_transport_smtp.password nor email_transport_smtp.username. I have changed email_transport to SMTP. Is it ok adding this variables along with their values?
Could someone help me?. I'm trying to use the email test utility and I'm receiving "Some recipients were invalid". What should I check. I've installed iTop on Virtual Machine with Ubuntu 18.04 LTS.
For iTop 2.5 what should we use in order to email test works fine, PHPMail or SMTP in the email_transport config parameter?
Could someone help me?. I'm trying to use the email test utility and I'm receiving "Some recipients were invalid". What should I check. I've installed iTop on VM with Ubuntu 18.04 LTS.
I have tried: chown www-data:www-data log/ and the error: The directory '/var/www/html/itop/log' exists but is not writable for the application. is gone. I hope that's ok.
I have tried: chown www-data:www-data log/ and the error: The directory '/var/www/html/itop/log' exists but is not writable for the application. is gone. I hope that's ok.
Hi, Vanesa M. I restart apache and problem is over. But now the validation screen shows me that: The directory '/var/www/html/itop/log' exists but is not writable for the application. I have tried: chown itop:itop /var/www/html/itop/log with: ls -la /var/www/html/itop/log I see: drwxrwxr-x 2 itop itop ... and don't know what I missing. Could someone help me? Thanks
I have the same problem, but I'm working with ubuntu server 18.04 lts and php 7.1 I have verified that have installed php7.1-zip, so what can I do? The error found in error.log says : "PHP Fatal error: Class 'DBBackup' not found in /var/www/html/itop/setup/applicationinstallerclass.inc.php on line 928" here I show what line 928 have: class SetupDBBackup extends DBBackup { protected function LogInfo($sMsg) { SetupPage::log('Info - '.$sMsg); } protected function LogError($sMsg)
I have the same problem, but I'm working with ubuntu server 18.04 lts and php 7.1 I have verified that have installed php7.1-zip, so what can I do?