Search found 10 matches

by Mefior
19 Feb 2018, 14:46
Forum: General
Topic: Outgoing email
Replies: 10
Views: 11777

Re: Outgoing email

I checked that and unfortunately the same. I can not force OTRS to send out the emails from the queue if it stopped.
by Mefior
14 Feb 2018, 17:26
Forum: General
Topic: Outgoing email
Replies: 10
Views: 11777

Re: Outgoing email

Thank you v much for the hint but I tried this many times and without any effect. I do not know the reason - that email queue blocks itself and how exactly to unblock. Sometimes I need to restart appache sometimes cron and daemon.
by Mefior
14 Feb 2018, 15:57
Forum: General
Topic: Outgoing email
Replies: 10
Views: 11777

Re: Outgoing email

I tried to change addresses. The problem is that the mail deamon/task is always active. I am not able to stop it or restart it. I tried to delete all irrelevant messaged but it is still the same.
by Mefior
14 Feb 2018, 14:10
Forum: General
Topic: Outgoing email
Replies: 10
Views: 11777

Re: Outgoing email

Any help? Does nobody use OTRS 6?
by Mefior
24 Jan 2018, 15:24
Forum: General
Topic: Outgoing email
Replies: 10
Views: 11777

Outgoing email

Hi All, I have a problem with outgoing email after update to 6. Now emails are queued but they are not sending. I tried: sudo su -c "/opt/otrs/bin/otrs.Console.pl Maint::Email::MailQueue --send --force" -s /bin/bash otrs but got error: Error: Message sending already in progress! Skipping.....
by Mefior
16 Jan 2018, 14:35
Forum: General
Topic: OTRS problem after upgrade
Replies: 8
Views: 3934

Re: OTRS problem after upgrade

The problem was in Apache. I

Code: Select all

edited etc/apache2/httpd.conf
added

Code: Select all

Require all granted
and commented out all old directives. You can mark this as solved.
by Mefior
10 Jan 2018, 16:57
Forum: General
Topic: OTRS problem after upgrade
Replies: 8
Views: 3934

Re: OTRS problem after upgrade

Yes it worked before. I do not know how to disable SELINUX
by Mefior
10 Jan 2018, 16:17
Forum: General
Topic: OTRS problem after upgrade
Replies: 8
Views: 3934

Re: OTRS problem after upgrade

Ok. But here I have problem that apache can not access even the index.pl and I do not know why
by Mefior
10 Jan 2018, 15:26
Forum: General
Topic: OTRS problem after upgrade
Replies: 8
Views: 3934

Re: OTRS problem after upgrade

Thank you v much reply. I installed newest 5 rpm from OTRS and next refreshed the configuration:

sudo su -c "/opt/otrs/bin/otrs.Console.pl Maint::Config::Rebuild" -s /bin/bash otrs
sudo su -c "/opt/otrs/scripts/DBUpdate-to-5.pl" -s /bin/bash otrs
by Mefior
10 Jan 2018, 14:11
Forum: General
Topic: OTRS problem after upgrade
Replies: 8
Views: 3934

OTRS problem after upgrade

Hi Guys! I have problem with OTRS. I have updated from 5.0.19 to 5.0.26 and now I can not use the system. I can not login. CSS files and scripts are not loading. Folder /opt/otrs/var/httpd - has all rights. Web console shows that still server can not access the scripts. Do you know where is the prob...