Error Sending Mail after Create Ticket

Moderator: crythias

Locked
schism
Znuny newbie
Posts: 11
Joined: 24 Jun 2013, 16:45
Znuny Version: 4.0.10

Error Sending Mail after Create Ticket

Post by schism »

Hi all,

I have some problems with send mail function with New Ticket event. In fact, when a new ticket is created from web-interface, i obtain Error 500 page. The apache's log is:

[Tue Jun 25 17:30:24 2013] [error] \t(in cleanup) Couldn't send mail: 550 5.7.1 Client does not have permissions to send as this sender\n at /opt/otrs//Kernel/System/Email/SMTPTLS.pm line 167\n

When i use the function "Send Notifation To Users" it works fine and an email is sent to user.

i'm using
OTRS 3.2.8 + OTRS ITSM 3.2.6
on
CentOS 5.9 64bit
Apache 2.2.24
MySql 5.5.32

Send Mail is configured:
SMTPTLS
/usr/sbin/sendmail -i -f
smtp.server.com
Port: 25
username: <USER>
Currently testing:
OTRS 4.0.7 + OTRS ITSM 4
RedHat 5.2 64bit
Apache 2.2.25
MySql 5.6.14
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Error Sending Mail after Create Ticket

Post by crythias »

schism wrote: Client does not have permissions to send as this sender
Which means what it says.

The queue in which the ticket has been created is assigned an email address that your email transfer agent (Exchange) says you're not allowed to send as, based upon the SMTP authentication settings you've provided.

This means you can't spoof the sender.

Options: enable spoofing.
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
schism
Znuny newbie
Posts: 11
Joined: 24 Jun 2013, 16:45
Znuny Version: 4.0.10

Re: Error Sending Mail after Create Ticket

Post by schism »

First of all, thanks to answer me! :)

I've changed some configuration. The error is disappeared, but email is not sent, or however it is not arrived.

This is the situation:

2 agent configured:

useragent1 --> admin group --> useradmin@domain.com
useragent2 --> user group --> useragent@domain.com

AdminEmail: useradmin@domain.com

Queue configured:
HelpDesk --> user group --> useradmin@domain.com

So, when i use "Send Notifation To Users", from useragent1 to useragent2, it works fine and email is receveid by useragent2.

Now, i create a new Notification Event:

TestTicket
Event: TicketCreate
Queue: HelpDesk
Type: Every
Agent: useragent2

So, from useragent1 i create a new ticket on HelpDesk queue with operator useragent2. There are 2 situation:

1. Ticket correctly create, but not mail is arrived to useragent2
2. Blank page. I must reload the page to reobtain the dashboard. No mail for useragent2.

No error in apache's error_log or otrs.log.
Currently testing:
OTRS 4.0.7 + OTRS ITSM 4
RedHat 5.2 64bit
Apache 2.2.25
MySql 5.6.14
KlausNehrer
Znuny ninja
Posts: 1312
Joined: 25 May 2012, 08:51
Znuny Version: OTRS 4
Real Name: Klaus Nehrer

Re: Error Sending Mail after Create Ticket

Post by KlausNehrer »

The notify and the queue "my queues" in user preference is activeted?
schism
Znuny newbie
Posts: 11
Joined: 24 Jun 2013, 16:45
Znuny Version: 4.0.10

Re: Error Sending Mail after Create Ticket

Post by schism »

Yes.
Currently testing:
OTRS 4.0.7 + OTRS ITSM 4
RedHat 5.2 64bit
Apache 2.2.25
MySql 5.6.14
schism
Znuny newbie
Posts: 11
Joined: 24 Jun 2013, 16:45
Znuny Version: 4.0.10

Re: Error Sending Mail after Create Ticket

Post by schism »

no idea?
Currently testing:
OTRS 4.0.7 + OTRS ITSM 4
RedHat 5.2 64bit
Apache 2.2.25
MySql 5.6.14
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Error Sending Mail after Create Ticket

Post by jojo »

check the logs on your mail server
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
schism
Znuny newbie
Posts: 11
Joined: 24 Jun 2013, 16:45
Znuny Version: 4.0.10

Re: Error Sending Mail after Create Ticket

Post by schism »

I have changed my OTRS infrastructure. In fact, i have deployed OTRS 3.2.9 e OTRS ITSM 3.2.7. Now, with the same sys configuration, the email is sent to the agent.
Currently testing:
OTRS 4.0.7 + OTRS ITSM 4
RedHat 5.2 64bit
Apache 2.2.25
MySql 5.6.14
Locked