Mails not being fetched.

Moderator: crythias

Locked
JojoModjo
Znuny newbie
Posts: 38
Joined: 17 Mar 2016, 12:29
Znuny Version: 5.0.14
Real Name: Joseph Munyao
Company: Diamond Trust

Mails not being fetched.

Post by JojoModjo »

HI Guys,

I keep getting this error on my system log and also i have noticed that the daemon is not fetching mail like it is supposed to.
I have to manually fetch the mails everytime, and i need this to run automatically.
oTRSuser.PNG
I have granted all priviledges to the user otrs@127.0.01 in the database

show grants for 'otrs'@'127.0.0.1';
+------------------------------------------------------------------------------- ---------------------------------------------------------+
| Grants for otrs@127.0.0.1 |
+------------------------------------------------------------------------------- ---------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'otrs'@'127.0.0.1' IDENTIFIED BY PASSWORD '*65F BB471E77A969DDE39A60B7D81B7E279A40F1C' WITH GRANT OPTION |
| GRANT ALL PRIVILEGES ON `otrs`.* TO 'otrs'@'127.0.0.1' WITH GRANT OPTION |
+------------------------------------------------------------------------------- ---------------------------------------------------------+
2 rows in set (0.00 sec)


What could be wrong, this issue is killing me :(

Please please guys help me out.
You do not have the required permissions to view the files attached to this post.
To whom much is given, much is expected from.

OTRS 5.0.14 | Newbie :D | Glad to meet you all
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Mails not being fetched.

Post by root »

Do not open multiple threads on the same topic. Thank you
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
JojoModjo
Znuny newbie
Posts: 38
Joined: 17 Mar 2016, 12:29
Znuny Version: 5.0.14
Real Name: Joseph Munyao
Company: Diamond Trust

Re: Mails not being fetched.

Post by JojoModjo »

root wrote:Do not open multiple threads on the same topic. Thank you

sorry about that, but can anybody please help me out. I am desperate :(
To whom much is given, much is expected from.

OTRS 5.0.14 | Newbie :D | Glad to meet you all
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Mails not being fetched.

Post by root »

If this is a urgent and important topic you should think about professional support. This forum here is run by volunteers in there spare time.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
makoestler
Znuny newbie
Posts: 3
Joined: 17 Nov 2016, 15:11
Znuny Version: 5.0.8
Real Name: Matthias Köstler
Company: HCL

Re: Mails not being fetched.

Post by makoestler »

Hello,

did you tried to login to mysql fom the console?

mysql -u [otrs_user] -p

if logged on then type:

use [your otrs database];

show tables;

If you are facing any access denied or any other things, please check the mysql user settings.
Es grüßt Sie freundlich / Łączę uprzejme pozdrowienia / kind regards

Matthias Köstler
JojoModjo
Znuny newbie
Posts: 38
Joined: 17 Mar 2016, 12:29
Znuny Version: 5.0.14
Real Name: Joseph Munyao
Company: Diamond Trust

Re: Mails not being fetched.

Post by JojoModjo »

root wrote:If this is a urgent and important topic you should think about professional support. This forum here is run by volunteers in there spare time.
Noted root,i shall abide by the rules.
To whom much is given, much is expected from.

OTRS 5.0.14 | Newbie :D | Glad to meet you all
JojoModjo
Znuny newbie
Posts: 38
Joined: 17 Mar 2016, 12:29
Znuny Version: 5.0.14
Real Name: Joseph Munyao
Company: Diamond Trust

Re: Mails not being fetched.

Post by JojoModjo »

Hi Guys,
I finally sorted it out, i just had to restart the Cron service and everything was okay. :D :D
To whom much is given, much is expected from.

OTRS 5.0.14 | Newbie :D | Glad to meet you all
Locked