
Hi all, I've been running OTRS for a few months (excellent piece of software). I now decided to switch to ArticleStorageFS, but there are permission issues on mail injection. The mail server (qmail) runs as 'popuser', while Apache runs as 'nobody', and OTRS creates directories as follows: bash-2.05b# ls -la /opt/otrs/var/article/2004/06/ total 24 drwxrwsr-x 6 popuser nobody 4096 Jun 15 00:00 . drwxrwsr-x 3 popuser nobody 4096 Jun 12 12:33 .. drwxrwsr-x 12 popuser nobody 4096 Jun 13 23:40 12 drwxrwsr-x 5 popuser nobody 4096 Jun 15 00:00 13 drwxrwsr-x 41 popuser nobody 4096 Jun 14 23:40 14 drwxrwsr-x 2 otrs nobody 4096 Jun 15 15:37 15 PostMaster.pl is unable to accept mail until I chown '15' to 'popuser'. So why is OTRS still using the 'otrs' user? Is it hard-coded somewhere? How can I totally replace 'otrs' user with 'popuser'? (SetPermissions.sh doesn't help.) - Alessandro Ranellucci

Hi Alessandro, the Apache group is nobody. What is the Apache user? PS: The user 'otrs' is _not_ hard-coded somewhere. The directory owner is the uid of the user who created this directory. So you need to find out who was creating the '15' directory (maybe a cronjob of the otrs user?). -Martin On Tue, Jun 15, 2004 at 03:56:05PM +0200, Alessandro Ranellucci wrote:
I've been running OTRS for a few months (excellent piece of software). I now decided to switch to ArticleStorageFS, but there are permission issues on mail injection. The mail server (qmail) runs as 'popuser', while Apache runs as 'nobody', and OTRS creates directories as follows:
bash-2.05b# ls -la /opt/otrs/var/article/2004/06/ total 24 drwxrwsr-x 6 popuser nobody 4096 Jun 15 00:00 . drwxrwsr-x 3 popuser nobody 4096 Jun 12 12:33 .. drwxrwsr-x 12 popuser nobody 4096 Jun 13 23:40 12 drwxrwsr-x 5 popuser nobody 4096 Jun 15 00:00 13 drwxrwsr-x 41 popuser nobody 4096 Jun 14 23:40 14 drwxrwsr-x 2 otrs nobody 4096 Jun 15 15:37 15
PostMaster.pl is unable to accept mail until I chown '15' to 'popuser'. So why is OTRS still using the 'otrs' user? Is it hard-coded somewhere? How can I totally replace 'otrs' user with 'popuser'?
(SetPermissions.sh doesn't help.)
- Alessandro Ranellucci _______________________________________________ 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 oder Consulting f?r Ihr OTRS System? => http://www.otrs.de/
Martin Edenhofer -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
participants (2)
-
Alessandro Ranellucci
-
Martin Edenhofer