
Hi Guys, I've jsut been playing with OTRS to try and convince my company to use it as it will simplify our lives a lot! However, when I go to the File Manager page, I get this error: Error: FileManager Root directory doesn't exist: /home/otrs-share/, please check your c[..] I also have a problem with webmail not working at all which gives me this error after inouting details in preferences: Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at C:/OTRS/Perl/lib/Socket.pm line 376, <PRODUCT> line 544. Also, does anyone know a good tutorial for getting the e-mail to work? I.e. when someone emails support@domain.com it will create a ticket for them. I haven't seem to have gottne it quite right. Cheers!! ~Chris

How would I go about redirecting http://helpdesk ---> http://helpdesk/otrs/customer.pl ? I have tried entering RedirectMatch permanent ^/$ http://helpdesk/otrs/customer.pl Into http.conf and otrs.conf respectively and neither seemed to work. Any thoughts? NOTE: This e-mail transmission may contain confidential information. If you are not the intended recipient, employee or agent responsible for delivering this information to the intended recipient, unauthorized disclosure, copying, distribution or use of the contents of this transmission is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and delete it from your computer. Thank you for your compliance.

See below:
On 2/22/07 09:34, "Chris Watt"
Hi Guys,
I've jsut been playing with OTRS to try and convince my company to use it as it will simplify our lives a lot!
However, when I go to the File Manager page, I get this error: Error: FileManager Root directory doesn't exist: /home/otrs-share/, please check your c[..]
Does the directory mentioned exist? The File Manager extra will add that capability, but it will not autogenerate the file structure. Additionally, it's generated as a *nix path, so you'll have to adjust that if you are hosting OTRS on a Windows machine.
I also have a problem with webmail not working at all which gives me this error after inouting details in preferences: Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at C:/OTRS/Perl/lib/Socket.pm line 376, <PRODUCT> line 544.
Also, does anyone know a good tutorial for getting the e-mail to work? I.e. when someone emails support@domain.com it will create a ticket for them. I haven't seem to have gottne it quite right.
SysConfig::Framework::Core::Sendmail is the module where you will need to set this up. Sendmail assumes you will be using a local sendmail installation, so you should use SMTP and it's associated settings if you have an SMTP Smart Host to use. Additionally, you'll want to set up AutoResponses and attach them to queues using the AutoRespone <-> Queue GUI.
Cheers!! ~Chris _______________________________________________ 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 Support orr consulting for your OTRS system? => http://www.otrs.com/
--- Salvador Manzo [ 620 W. 35th St Los Angeles, CA 90089 e. manzo@usc.edu ] Auxiliary Services IT, Datacenter University of Southern California 818-612-5112 "Each State, in ratifying the Constitution, is considered as a sovereign body, independent of all others, and only to be bound by its own voluntary act. In this relation, then, the new Constitution will, if established, be a FEDERAL, and not a NATIONAL constitution." -- James Madison (Federalist No. 39, 1788)

Hi Salvador.
Thanks for that. I discovered the file manager setting late last
night while I was playing with it finally and adjusted it to work with
windows.
Is it possible to receive e-mail into the system if the installation
is on a different server to the mail server? Also, is it possible to
set up SMTP so that sending of e-mails can go through a different
server again? Mainly, I was tickets to be created when people e-mail
support@domain.com and domain.com email services are hosted on a
separate server.
Cheers
~Chris
On 2/22/07, Salvador Manzo
See below:
On 2/22/07 09:34, "Chris Watt"
wrote: Hi Guys,
I've jsut been playing with OTRS to try and convince my company to use it as it will simplify our lives a lot!
However, when I go to the File Manager page, I get this error: Error: FileManager Root directory doesn't exist: /home/otrs-share/, please check your c[..]
Does the directory mentioned exist? The File Manager extra will add that capability, but it will not autogenerate the file structure. Additionally, it's generated as a *nix path, so you'll have to adjust that if you are hosting OTRS on a Windows machine.
I also have a problem with webmail not working at all which gives me this error after inouting details in preferences: Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at C:/OTRS/Perl/lib/Socket.pm line 376, <PRODUCT> line 544.
Also, does anyone know a good tutorial for getting the e-mail to work? I.e. when someone emails support@domain.com it will create a ticket for them. I haven't seem to have gottne it quite right.
SysConfig::Framework::Core::Sendmail is the module where you will need to set this up. Sendmail assumes you will be using a local sendmail installation, so you should use SMTP and it's associated settings if you have an SMTP Smart Host to use. Additionally, you'll want to set up AutoResponses and attach them to queues using the AutoRespone <-> Queue GUI.
Cheers!! ~Chris _______________________________________________ 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 Support orr consulting for your OTRS system? => http://www.otrs.com/
--- Salvador Manzo [ 620 W. 35th St € Los Angeles, CA 90089 e. manzo@usc.edu ] Auxiliary Services IT, Datacenter University of Southern California 818-612-5112 "Each State, in ratifying the Constitution, is considered as a sovereign body, independent of all others, and only to be bound by its own voluntary act. In this relation, then, the new Constitution will, if established, be a FEDERAL, and not a NATIONAL constitution." -- James Madison (Federalist No. 39, 1788)
_______________________________________________ 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 Support orr consulting for your OTRS system?

Go into the Admin area and configure the POP3 settings. That will let you
set up the remote mailbox to be monitored. By default the queue is named
Raw, so you may want to change that to better reflect it's use, since that
is what Customers will see should they login to review their tickets. I
renamed our default queue to (Dispatch), as if you allow Customers to
self-assign the queue when logged in, (Dispatch) will appear as the first
item in the alphabetically sorted drop down. Reference the Sendmail
settings I mentioned in my first response to setup the relay host. Note,
however, that depending on your SMTP relay hosts settings, you may need to
either allow the IP of your OTRS machine to relay or supply an
authenticated connection in your OTRS settings.
On 2/22/07 22:46, "Chris Watt"
Hi Salvador.
Thanks for that. I discovered the file manager setting late last night while I was playing with it finally and adjusted it to work with windows.
Is it possible to receive e-mail into the system if the installation is on a different server to the mail server? Also, is it possible to set up SMTP so that sending of e-mails can go through a different server again? Mainly, I was tickets to be created when people e-mail support@domain.com and domain.com email services are hosted on a separate server.
Cheers ~Chris
participants (3)
-
Chris Watt
-
Kurt OConnor
-
Salvador Manzo