Are there any step-by-step guides to receiving emails under Windows beyond what is included in Chapter 7 of the admin guide?
Thanks,
-Matt
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
As a starting point, I guess I need help with knowing how to set up the job under CRONw – what file do I edit, etc.
My LAMP experience is limited and I’m not finding the amount of Windows-specific documentation to be enough.
Thanks!
|
|
1. That the OTRS host can indeed reach pop.gmail.com on the needed ports.
2. Even though on the Gmail account you enable POP3 service, Gmail actually uses POP3S on port 995 not POP3 (110). So if you are going to make it work I would say it has to bet set to POP3S on OTRS. Same if you have enabled IMAP on the Gmail account, it will be IMAPS (port 993) on OTRS.
3. Check that you see:
o Mail::POP3Client...............ok (vx.xx )
o IO::Socket::SSL.............ok (vx.xx)
when you run otrs.checkModules. I think that is the perl Module OTRS is using for POP3S.
Guillermo.
From: otrs-b...@otrs.org [mailto:otrs-b...@otrs.org] On Behalf Of Ramsey Allison
Sent: Thursday, August 06, 2009 5:46 PM
To: User questions and discussions about OTRS.; Ramsey Allison
Subject: Re: [otrs] Help Fetching emails via POP3 or IMAP under Windows
________________________________________
I just tried sending an email (response to my test ticket) and this
error popped up.
Software error:
No SASL mechanism found
at /opt/otrs/bin/cgi-bin/../../Kernel/cpan-lib/Authen/SASL.pm line
74
Is there a configuration how-to anyone can point me a link to in
configuring email on OTRS?
best regards
Cordialement
-JLIL Rajaa-
ESG-Casablanca
tél : 0665 78 86 49
Please follow the steps below to install IO::Socket::SSL on your system:
Did you use the latest Windows installer? In that case you are using
StrawberryPerl and you have to take these additional steps (see bug 3789)
* Open the file Config_heavy.pl which is located in [OTRS install
dir]\StrawberryPerl\perl\lib\
* Replace all references to "C:\Strawberry" to the StrawberryPerl directory in
your OTRS installation. If you've installed OTRS under C:\Program Files\ you'll
have to replace "C:\Strawberry" with "C:\Program Files\OTRS\StrawberryPerl".
Install IO::Socket::SSL as follows:
* Change to the Perl binary directory (if you've used the Windows installer,
this is [OTRS install dir]\StrawberryPerl\perl\bin)
* ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/IO-Socket-SSL.ppd
* The installer will prompt you to install ssleay32.dll and libeay32.dll. I had
to copy these two files to the System32 directory to get it working properly
"Replace all references to "C:\Strawberry" " which references ??
BEST REGARDS
Cordialement
-JLIL Rajaa-