Autoresponse sometimes works and sometimes doesnt
Moderator: crythias
Autoresponse sometimes works and sometimes doesnt
Agents sometimes get autoresponse then they dont, any idea why?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Autoresponse sometimes works and sometimes doesnt
Agents don't get Autoresponse. Agents get Notifications. Customers get Autoresponse.
Agents get notifications if Agent preferences notifications yes and queues selected in "My Queues".
Agents will not get notifications if the ticket is locked and not locked to them as owner or responsible.
Agents get notifications if Agent preferences notifications yes and queues selected in "My Queues".
Agents will not get notifications if the ticket is locked and not locked to them as owner or responsible.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Autoresponse sometimes works and sometimes doesnt
ok notifcation is now working back normally, but another problem arises,
i have a gmail and a hotmail pop accounts, on email settings, the hotmail works fine when i click fetch but the gmail stopped fetching.
Thanks
EDIT: i created another hotmail account and tested it , and it also gave me this error
Network Error (tcp_error)
A communication error occurred: "Operation timed out"
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
i have a gmail and a hotmail pop accounts, on email settings, the hotmail works fine when i click fetch but the gmail stopped fetching.
Thanks
EDIT: i created another hotmail account and tested it , and it also gave me this error
Network Error (tcp_error)
A communication error occurred: "Operation timed out"
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Autoresponse sometimes works and sometimes doesnt
The error may occur when you're pop-fetching too frequently or may be any other specific issue with the mail provider. Attempt to run postmaster_mailbox from the command line (see your otrs/var/cron/postmastermailbox for how. If it doesn't work, you have firewall or other connectivity issues.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Autoresponse sometimes works and sometimes doesnt
system stopped autosresponse, i checked the log and it says the following
what is daily relay limit?
Edit: apparently goddaddy has an email daily limit of 250 or so, i just switched to gmail.
it worked thnaks
[Thu Sep 27 00:24:53 2012][Error][Kernel::System::Email::SMTP::Send][130] Can't use from 'noc@xxxxxx.com': 553Sorry, over your daily relay limit.
what is daily relay limit?
Edit: apparently goddaddy has an email daily limit of 250 or so, i just switched to gmail.
it worked thnaks

Re: Autoresponse sometimes works and sometimes doesnt
Message: No Permission to use this frontend module!
when i log via admin, system gives me this message, is there anyway i can reset this? or do i have to reinstall otrs?
when i log via admin, system gives me this message, is there anyway i can reset this? or do i have to reinstall otrs?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Autoresponse sometimes works and sometimes doesnt
This is because there is a group or a blank group added to a module registration (SysConfig) of which the user is not a member.waelkd wrote:Message: No Permission to use this frontend module!
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Autoresponse sometimes works and sometimes doesnt
crythias wrote:This is because there is a group or a blank group added to a module registration (SysConfig) of which the user is not a member.waelkd wrote:Message: No Permission to use this frontend module!
the username root@local is the one giving me no permission, is there anyway to reset it ?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Autoresponse sometimes works and sometimes doesnt
Yes, log in with another full admin and give group permissions to root@localhost, if you must.waelkd wrote:the username root@local is the one giving me no permission, is there anyway to reset it ?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Autoresponse sometimes works and sometimes doesnt
crythias wrote:Yes, log in with another full admin and give group permissions to root@localhost, if you must.waelkd wrote:the username root@local is the one giving me no permission, is there anyway to reset it ?
Thats the problem, the only account i was using was root, stupid , yes i know. but is there anyways around this problem? or do i need to fresh install otrs?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Autoresponse sometimes works and sometimes doesnt
You can manipulate the group_user table in the database
Normally, I wouldn't recommend this, but (Hey, now's a good time to make a backup of your database!)
This will give rw rights to all groups listed attached to user_id='1', which is usually root@localhost;
Danger level: limited. Generally speaking, this won't make things any worse, but it wouldn't be a bad idea to make an export of group_user prior to making changes.
Normally, I wouldn't recommend this, but (Hey, now's a good time to make a backup of your database!)
Code: Select all
UPDATE group_user SET permission_key='rw', permission_value='1' WHERE user_id='1';
Danger level: limited. Generally speaking, this won't make things any worse, but it wouldn't be a bad idea to make an export of group_user prior to making changes.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Autoresponse sometimes works and sometimes doesnt
crythias wrote:You can manipulate the group_user table in the database
Normally, I wouldn't recommend this, but (Hey, now's a good time to make a backup of your database!)This will give rw rights to all groups listed attached to user_id='1', which is usually root@localhost;Code: Select all
UPDATE group_user SET permission_key='rw', permission_value='1' WHERE user_id='1';
Danger level: limited. Generally speaking, this won't make things any worse, but it wouldn't be a bad idea to make an export of group_user prior to making changes.
hehehehe, ok buddy , will sure do. will be trying it.
Much appreciated