Current time: 11-27-2024, 01:12 AM Hello There, Guest! (LoginRegister)


Post Reply 
Mail Auto respond and ispcp-arpl-msgr
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #11
RE: Mail Auto respond and ispcp-arpl-msgr
From the engine/setup/set-engine-permissions.sh script:
Code:
62    recursive_set_permissions "$LOG_DIR/ispcp-arpl-msgr" \
63            $MTA_MAILBOX_UID_NAME $MTA_MAILBOX_GID_NAME 0750 0640

Hence, if you get the following:
Quote:
Code:
drwxr-x--- 2 1000 mail 4096 12. Jul 15:42 ispcp-arpl-msgr

It means that your MTA_MAILBOX_UID_NAME (that should be "vmail") and MTA_MAILBOX_GID_NAME (that should be "mail") variables are incorrectly set in your ispcp config file (/etc/ispcp/ispcp.conf). Can you confirm it?

Otherwise, simply running the said set-engine-permissions script should fix this issue.
@joxi,nuxwin: Since both "engine/ispcp-db-keys.pl" and "engine/messenger/ispcp-db-keys.pl" have the exact same content, we could change the update instructions from:
Quote:Prior 1.0.3:
Code:
# cp -v /var/www/ispcp/engine/messager/ispcp-db-keys.pl /tmp/ispcp/var/www/ispcp/engine/messenger/
After 1.0.3:
Code:
# cp -v /var/www/ispcp/engine/messenger/ispcp-db-keys.pl /tmp/ispcp/var/www/ispcp/engine/messenger/

to a much simpler:
Quote:(All versionsSmile
Code:
# cp -v /var/www/ispcp/engine/ispcp-db-keys.pl /tmp/ispcp/var/www/ispcp/engine/messenger/

It's much simpler, isn't it? Any arguments against doing so?
(This post was last modified: 07-27-2010 08:23 PM by kilburn.)
07-27-2010 07:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Mail Auto respond and ispcp-arpl-msgr - Nuxwin - 07-27-2010, 07:36 PM
RE: Mail Auto respond and ispcp-arpl-msgr - kilburn - 07-27-2010 07:53 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)