Search found 10 matches

by boosten
02 Feb 2022, 09:04
Forum: Help
Topic: No attachments when create new ticket via customer portal
Replies: 3
Views: 1060

Re: No attachments when create new ticket via customer portal

It seems something wrong when using nginx->fcgiwrap. Switched to nginx->apache2 and ajax upload works.
by boosten
01 Feb 2022, 19:27
Forum: Help
Topic: No attachments when create new ticket via customer portal
Replies: 3
Views: 1060

boosten

root wrote: 01 Feb 2022, 16:31 Any interesting entries in the web server error log?
Thanks. I found that ajax upload works incorrectly. I use nginx and when it receives post request "customer.pl?Action=AjaxAttachment;Subaction=Upload;..." it redirects to LoginURL
by boosten
01 Feb 2022, 15:51
Forum: Help
Topic: No attachments when create new ticket via customer portal
Replies: 3
Views: 1060

No attachments when create new ticket via customer portal

Hi, I've recently upgraded from otrs 3 to latest otrs 6 and now upgraded to znuny 6.1. With latest otrs 6 or with znuny I have a problem. When I create a new ticket via web form and attach some file I can't see any attachments neither in customer panel nor admin one. When I receive email with attach...
by boosten
11 Apr 2014, 18:40
Forum: General
Topic: nginx/fastcgi/fcgiwrap
Replies: 12
Views: 24913

Re: nginx/fastcgi/fcgiwrap

I think you should point your script to fcgi-bin folder:
fastcgi_param SCRIPT_FILENAME /usr/local/otrs/bin/fcgi-bin/$1;
by boosten
28 Mar 2014, 12:10
Forum: Help
Topic: permission issue
Replies: 10
Views: 2809

Re: permission issue

Postmaster would have access to the things it is group member of. Unfortunately, it's not. I found that qmail service sets privilege to vpomail user and its group only. So, any sub-program, like maildrop, runs under vpopmail uid/gid only, Because of that, it can't run PostMaster.pl script. Of cours...
by boosten
25 Mar 2014, 18:29
Forum: Help
Topic: permission issue
Replies: 10
Views: 2809

Re: permission issue

Another problem with cache files. Postmaster can't access some files because they have 660 permission and user is www or otrs. Error message: ERROR:_OTRS-otrs.PostMaster.pl-10_Perl:_5.14.2_OS:_freebsd_Time:_Tue_Mar_25_12:11:02_2014//_Message:_Can't_write_'/usr/local/otrs-3.3.5/var/tmp/CacheFileStora...
by boosten
25 Mar 2014, 16:39
Forum: Help
Topic: permission issue
Replies: 10
Views: 2809

Re: permission issue

crythias wrote:add vpopmail to www group?
Sure, it's there
by boosten
25 Mar 2014, 15:56
Forum: Help
Topic: permission issue
Replies: 10
Views: 2809

Re: permission issue

I have removed maildrop filtering. However, still no success. I put the following line only: | /usr/local/otrs/bin/otrs.PostMaster.pl Now the error line is: /usr/local/otrs/bin/otrs.PostMaster.pl:_Permission_denied/ When I try to access that file as vpopmail user by #su -m vpopmail -c "ls -l /u...
by boosten
25 Mar 2014, 13:38
Forum: Help
Topic: permission issue
Replies: 10
Views: 2809

Re: permission issue

crythias wrote:This is not an OTRS problem.
The fact is after upgrading to the latest version otrs it can't receive emails. There is no any info about how to fix the security problem. I'm looking for a way to fix the problem.
by boosten
25 Mar 2014, 12:35
Forum: Help
Topic: permission issue
Replies: 10
Views: 2809

permission issue

Hi, I've upgraded from 2.4.7 to 3.3.5 version. All works well except of incoming emails. I use Freebsd 9.1 with apache22, qmail+vpopmail. I have set the following permissions: otrs user/group: otrs web user/group: www admin user/group: root/wheel I use maildrop filtering with pipe to otrs.Postmaster...