Search found 15 matches

by sweenig
29 Oct 2010, 23:23
Forum: Help
Topic: OTRS 3.0 missing POP3S/how configure it for POP3S ?
Replies: 19
Views: 17958

Re: OTRS 3.0 missing POP3S/how configure it for POP3S ?

Yeah, the open with situation can be simplified by adding the path to the perl executable to the system path variable. Then you can command line out to the script you want to run and just do 'perl script.pl'.
by sweenig
29 Oct 2010, 18:04
Forum: Help
Topic: OTRS 3.0 missing POP3S/how configure it for POP3S ?
Replies: 19
Views: 17958

Re: OTRS 3.0 missing POP3S/how configure it for POP3S ?

That is incredibly interesting. I'm going to have to try that when i get a chance. I eventually gave up and ran ubuntu in a vm. If i get some free time over the next few weekends, i'll run up the windows version and try this patch.
by sweenig
28 Oct 2010, 16:44
Forum: General
Topic: Recibir mails desde cuenta POP3-ssl
Replies: 8
Views: 6956

Re: Recibir mails desde cuenta POP3-ssl

Pude hacerlo finalmente. Tuve que hacer algo como comentaste. Al fin, me rendi e hizo un VM con Ubuntu y lo instale alli. Funciona perfectamenta. Aparentamente, hay un bug con perl y windows que no han resuelto todavia.
by sweenig
08 Oct 2010, 16:44
Forum: Help
Topic: OTRS 3.0 missing POP3S/how configure it for POP3S ?
Replies: 19
Views: 17958

Re: OTRS 3.0 missing POP3S/how configure it for POP3S ?

I finally gave up and loaded it up on Ubuntu. Looks like the windows version is DOA until they fix that bug. It's useless for me.

I was a little disappointed with the Linux version though. Sendmail didn't work out of the box. I did finally have the option of POP3S and SMTPS, so i was able to use my ...
by sweenig
08 Oct 2010, 00:07
Forum: Help
Topic: OTRS 3.0 missing POP3S/how configure it for POP3S ?
Replies: 19
Views: 17958

Re: OTRS 3.0 missing POP3S/how configure it for POP3S ?

Well, after the reinstall, i get this:
C:\OTRS\StrawberryPerl\perl\bin>perl C:\OTRS\OTRS\bin\otrs.checkModules
o CGI............................ok (v3.49)
o Date::Pcalc....................ok (v1.2)
o Date::Format...................ok (v2.24)
o DBI............................ok (v1.613)
o DBD ...
by sweenig
07 Oct 2010, 23:35
Forum: Help
Topic: OTRS 3.0 missing POP3S/how configure it for POP3S ?
Replies: 19
Views: 17958

Re: OTRS 3.0 missing POP3S/how configure it for POP3S ?

Oh, and i also tried adding the perl.exe path to the system path variable. It had no effect (except that i could now run perl scripts from any command prompt).
by sweenig
07 Oct 2010, 23:33
Forum: Help
Topic: OTRS 3.0 missing POP3S/how configure it for POP3S ?
Replies: 19
Views: 17958

Re: OTRS 3.0 missing POP3S/how configure it for POP3S ?

Ok, for all the windows guys out there, in order to run the otrs.CheckModules, you'll need to call the perl.exe (wherever it's installed on your system) and pass the otrs.CheckModules as an argument. Perl.exe should have been added to your system path variable so it can be called anywhere, but it ...
by sweenig
01 Oct 2010, 02:46
Forum: Help
Topic: OTRS 3.0 missing POP3S/how configure it for POP3S ?
Replies: 19
Views: 17958

Re: OTRS 3.0 missing POP3S/how configure it for POP3S ?

So, just uninstall otrs, reinstall into c:\otrs, then download and install strawberry perl?
by sweenig
30 Sep 2010, 16:53
Forum: General
Topic: Recibir mails desde cuenta POP3-ssl
Replies: 8
Views: 6956

Re: Recibir mails desde cuenta POP3-ssl

Ya lo probE. No sirve.
by sweenig
30 Sep 2010, 16:19
Forum: General
Topic: Recibir mails desde cuenta POP3-ssl
Replies: 8
Views: 6956

Re: Recibir mails desde cuenta POP3-ssl

lucasdgr wrote:En # cd /opt/otrs/bin/ haces # ./otrs.checkModules
Esto no sirve. Estoy usando windows. Windows me pregunta con "qual programa quieres abrir este archivo".
by sweenig
30 Sep 2010, 16:17
Forum: General
Topic: Different interfaces for Customer & Agent -- how to do it?
Replies: 6
Views: 5339

Re: Different interfaces for Customer & Agent -- how to do i

When someone is logging into the agent portal, OTRS will look for that user only within OTRS_Agents. When someone logs into the customer portal, OTRS will look for the account to exist anywhere in the domain. crythias is right, there would be no win, because there would be no competition.
by sweenig
30 Sep 2010, 02:31
Forum: General
Topic: POP3 error auth user fialed
Replies: 7
Views: 8602

Re: POP3 error auth user fialed

thanks for help after installing POP3 secure Perl module i resolved the problem with POP3S .
How did you install the pop3 secure perl module? Sorry, guess i should clarify: I'm having the same problem on a windows installation. Did you install OTRS on windows? If so, how did you get the POP3 ...
by sweenig
30 Sep 2010, 02:29
Forum: General
Topic: Recibir mails desde cuenta POP3-ssl
Replies: 8
Views: 6956

Re: Recibir mails desde cuenta POP3-ssl

lo solucionaste? Creo que me falta este módulo perl tambien.

Soy nuevo con perl: como corres el otrs.checkModules?
by sweenig
30 Sep 2010, 01:32
Forum: General
Topic: Different interfaces for Customer & Agent -- how to do it?
Replies: 6
Views: 5339

Re: Different interfaces for Customer & Agent -- how to do i

I've been able to configure OTRS with LDAP back end for agents and customers. It's two different sections of the config.pm. There should be a section for agent authentication, in which you'll specify the DN of the agents. Then another for the customers where you can specify a more lenient DN on the ...
by sweenig
30 Sep 2010, 01:07
Forum: Help
Topic: OTRS 3.0 missing POP3S/how configure it for POP3S ?
Replies: 19
Views: 17958

Re: OTRS 3.0 missing POP3S/how configure it for POP3S ?

If you don't see server type you'd want to use available as an option, you miss the required Perl modules. In that case, please refer to "Installation of Perl modules required for OTRS" for instructions. You'd be missing the IO::Socket::SSL module, probably. Run bin/otrs.CheckModules.pl (mind the ...