Sincronizar inbox de exchange

Locked
juliuss
Znuny newbie
Posts: 39
Joined: 20 Jul 2010, 17:46
Znuny Version: 2.4.7
Real Name: Julio Angulo
Company: Equifax Perú
Location: Lima - Perú
Contact:

Sincronizar inbox de exchange

Post by juliuss »

Cordiales saludos, tengo un problema entre OTRS(windows XP) y Exchange (winServer 2003).
he creado una cuenta de correo llamada userotrs, en la cual se reciben los email enviados por los clientes solicitando ayuda o atención, hasta ahí no hay problema la configuración del administrador de correo del OTRS es:

Tipos: POP3
Nombre de Usuario: userotrs
Contraseña: ************
Host: serv-mail
Validado: No
Remitiendo: Despachar por la cola seleccionada
Cola: - Lim1
Válido: válido
Comentario: cola para recepcón de tickets

El problema nace al momento de sincronizar otrs con el imbox del exchange el mensaje desaparece pero no se crea el ticket correspondiente, el mensaje de error del log muestra esto:

[Fri Nov 19 11:10:07 2010][Error][Kernel::System::Priority::PriorityLookup][287] No Priority for 3 normal found!
[Fri Nov 19 11:10:07 2010][Error][Kernel::System::Ticket::TicketCreate][405] No PriorityID (invalid Priority Name?)!
[Fri Nov 19 11:10:07 2010][Error][Kernel::System::MailAccount::POP3::_Fetch][169] POP3: Can't process mail, see log sub system (C:/OTRS/OTRS/var/spool/problem-email-9d757a98ce16341e6b39009f417ab170, report it on http://bugs.otrs.org/)!
[Fri Nov 19 11:10:07 2010][Notice][Kernel::System::PostMaster::NewTicket::Run] Take UserLogin (dm_jangulo) from customer source backend based on (dm_jangulo@equifax.com.pe).
[Fri Nov 19 11:10:07 2010][Notice][Kernel::System::PostMaster::NewTicket::Run] Take UserCustomerID (dm_jangulo) from customer source backend based on (dm_jangulo@equifax.com.pe).

Me comentaron que debía cambiar la prioridad, pero donde se hace el cambio?, o cual podría ser una posible solución; cualquier ayuda o pista será muy agradecida.

Juliuss
Last edited by juliuss on 24 Jan 2011, 17:11, edited 1 time in total.
OTRS 2.4.7 - ITSM 2.1.1 - FAQ 1.6.5 - CALENDAR 1.9.4
APACHE 2.2.10 + MySQL 5.0.67 + Perl 5.10.10
MS Windows 2008 Server
juliuss
Znuny newbie
Posts: 39
Joined: 20 Jul 2010, 17:46
Znuny Version: 2.4.7
Real Name: Julio Angulo
Company: Equifax Perú
Location: Lima - Perú
Contact:

Re: Sincronizar inbox de exchange

Post by juliuss »

Para quien tenga el mismo problema se debe cambiar nombre de la prioridad por defecto a ser urtilizada en el momento de convertir un email en ticket solo agregar estas lineas a config.pm

Code: Select all

## Prioridad por defecto
# PostmasterDefaultPriority
# (The default priority of new tickets.) [default: '3 normal']
  $Self->{PostmasterDefaultPriority} = 'Severidad4';
# default phone priority 
  $Self->{PhoneDefaultPriority} = 'Severidad4';
# CustomerDefaultPriority
# (default priority of new customer tickets)
  $Self->{CustomerDefaultPriority} = 'Severidad4';
En mi caso cambio "3 normal" por "Severidad4" y listo.
OTRS 2.4.7 - ITSM 2.1.1 - FAQ 1.6.5 - CALENDAR 1.9.4
APACHE 2.2.10 + MySQL 5.0.67 + Perl 5.10.10
MS Windows 2008 Server
wilma
Znuny newbie
Posts: 4
Joined: 17 Aug 2011, 23:09
Znuny Version: 3.0
Real Name: wilma salinas

Re: Sincronizar inbox de exchange

Post by wilma »

hola

Yo tengo un problema para configurar el correo, ya que el correo tiene servicio como Exchange, si me podrias ayudar a configurar el otrs con ese servicio por favor, te lo agradeceria, ya que he buscado la forma y no lo he encontrado
samlauncher
Znuny newbie
Posts: 1
Joined: 30 Sep 2011, 14:01
Znuny Version: 6

Re: Sincronizar inbox de exchange

Post by samlauncher »

hey frndz m looking for the company named Inbox plz help...
juliuss
Znuny newbie
Posts: 39
Joined: 20 Jul 2010, 17:46
Znuny Version: 2.4.7
Real Name: Julio Angulo
Company: Equifax Perú
Location: Lima - Perú
Contact:

Re: Sincronizar inbox de exchange

Post by juliuss »

el error frecuente es no tener habiitado smtp, pop, imap para la cuenta que sincronizara con OTRS, prueba y avisa que paso.
OTRS 2.4.7 - ITSM 2.1.1 - FAQ 1.6.5 - CALENDAR 1.9.4
APACHE 2.2.10 + MySQL 5.0.67 + Perl 5.10.10
MS Windows 2008 Server
black7floyd
Znuny newbie
Posts: 1
Joined: 18 Oct 2012, 14:41
Znuny Version: 3.1.10

Re: Sincronizar inbox de exchange

Post by black7floyd »

I have the same problem with setting up the mail, since e is serving as Exchange, if you could help me configure OTRS with this service please, I'd appreciate it, because i tried many forums and discussions and this doesn't seem to be working! Please help! :)
klausneil
Znuny superhero
Posts: 682
Joined: 29 May 2012, 22:47
Znuny Version: 6.0.24
Real Name: Klaus Salazar
Location: Perú

Re: Sincronizar inbox de exchange

Post by klausneil »

continue with the same problem?
Locked