CCHickman
Regular Pleskian
Hello!
I've upgraded to PLESK 10 and love it -- except for 2 things I just cannot resolve on my own.
I have an app vault issue - it stops at 0% on all installations - I posted that to the 3rd party inquiries (and yes, I tried all KB tips and read diligently)...
And now I have a classic problem that the KB solution does not repair.
When SpamAssassin is Enabled via PLESK (Global and either Per Domain oi not Per Domain):
Unable to stat entry '/usr/local/psa/handlers/info/10-spam-yFoBBy/executable' or it is not link: Permission denied
Familiar to many?
http://kb.odin.com/6410
I've reviewed this. I've run mchk --with-spam. I've completely removed all of the handlers as specified in the 'Additional Information' section. I've recreated them all. They look beautiful -- absolutely sparkly. I've even re-run the bootstrapper (that is a Godsend to fixing PLESK's unfortunately rocky installs/upgrades that tend to be par for course -- I had another KB issue there when upgrading and the bootstrapper fixed everything up perfectly -- except these 2 issues!)
Additionally, if I enable SPF or DomainKeys 'Verify Incoming Mail', it's the same story for both of them.
So -- heres some output:
Mar 14 12:59:58 server qmail-local-handlers[26604]: mailbox: /var/qmail/mailnames/antiochwebhost.com/chris
Mar 14 12:59:58 server qmail-local-handlers[26604]: hook_dir = '/usr/local/psa/handlers/before-local'
Mar 14 12:59:58 server qmail-local-handlers[26604]: recipient[3] = '[[email protected]]'
Mar 14 12:59:58 server qmail-local-handlers[26604]: handlers dir = '/usr/local/psa/handlers/before-local/recipient/[[email protected]]'
Mar 14 12:59:58 server qmail-local-handlers[26604]: Unable to stat entry '/usr/local/psa/handlers/info/10-spam-yFoBBy/executable' or it is not link: Permission denied
Mar 14 12:59:58 server qmail-local-handlers[26604]: call_handlers: stop call handlers from dir '/usr/local/psa/handlers/before-local/recipient/[[email protected]]'
----
Permissions:
[root@server mailnames]# cd /usr/local/psa/handlers/
[root@server handlers]# ls -la
total 76
drwxr-xr-x 8 root root 99 Jan 20 07:31 .
drwxr-xr-x 15 root root 4096 Mar 11 04:36 ..
drwxr-xr-x 3 root root 22 Jan 20 07:31 before-local
drwxr-xr-x 2 root root 6 Mar 11 04:50 before-queue
drwxr-xr-x 3 root root 26 Jan 20 07:31 before-remote
drwxr-x--- 2 root root 107 Mar 14 10:38 hooks
drwxr-xr-x 1205 root root 40960 Mar 14 12:50 info
drwxrwx--- 2 root popuser 4096 Mar 14 13:10 spool
[root@server info]# ls -la
total 68
drwxr-xr-x 1205 root root 40960 Mar 14 12:50 .
drwxr-xr-x 8 root root 99 Jan 20 07:31 ..
drwxr-xr-x 2 root root 87 Mar 14 12:50 10-dd51-domainkeys-0edsTr
drwxr-xr-x 2 root root 87 Mar 14 12:50 10-dd51-domainkeys-f8LVNC
drwxr-xr-x 2 root root 87 Mar 14 12:50 10-dd51-domainkeys-PXg60W
drwxr-xr-x 2 root root 83 Mar 14 10:44 10-spam-02d3tq
... etc. etc..
drwxr-xr-x 2 root root 83 Mar 14 10:39 10-spam-yFoBBy
... etc. etc..
[root@server info]#
[root@server info]# ls *10-spam-yF* -l
10-spam-yFoBBy:
total 16
-rw-r--r-- 1 root root 7 Mar 14 10:39 context
lrwxrwxrwx 1 root root 34 Mar 14 10:39 executable -> /usr/local/psa/handlers/hooks/spam
-rw-r--r-- 1 root root 10 Mar 14 10:39 handler-type
-rw-r--r-- 1 root root 13 Mar 14 10:39 hook
-rw-r--r-- 1 root root 25 Mar 14 10:39 recipient
[root@server hooks]# ls -l
total 256
-rwxr-x--- 1 root popuser 32224 Jan 20 07:28 autoresponder
-rwxr-x--- 1 root popuser 28416 Jan 20 07:28 deliver-quota
-rwxr-x--- 1 root popuser 34208 Jan 20 07:28 dk_check
-rwxr-x--- 1 root popuser 34832 Jan 20 07:28 dk_sign
-rwsr-x--- 1 root popuser 57624 Jan 20 07:31 grey
-r-xr-x--- 1 root popuser 33768 Jan 20 07:28 spam
-rwxr-x--- 1 root popuser 25472 Jan 20 07:28 spf
------------------------
I -have- installed qmail-scanner and Spamassassin from the Atomicorp / Atomic Rocket Turtle repository. This -has- provided me with spam protection in the meantime. And YES - I have done all of this WITHOUT this installed on a vanilla PLESK 10. I've also reinstalled the mail drivers rpms and psa-spamassassin and the qmail-rblsmtp RPMS for good measure.
I feel that I completely understand the Knowledge base article and why it SHOULD fix this problem.
I am at a complete loss as to why despite all of this, I the handlers return the same execution errors across the board.
- Chris
I've upgraded to PLESK 10 and love it -- except for 2 things I just cannot resolve on my own.
I have an app vault issue - it stops at 0% on all installations - I posted that to the 3rd party inquiries (and yes, I tried all KB tips and read diligently)...
And now I have a classic problem that the KB solution does not repair.
When SpamAssassin is Enabled via PLESK (Global and either Per Domain oi not Per Domain):
Unable to stat entry '/usr/local/psa/handlers/info/10-spam-yFoBBy/executable' or it is not link: Permission denied
Familiar to many?
http://kb.odin.com/6410
I've reviewed this. I've run mchk --with-spam. I've completely removed all of the handlers as specified in the 'Additional Information' section. I've recreated them all. They look beautiful -- absolutely sparkly. I've even re-run the bootstrapper (that is a Godsend to fixing PLESK's unfortunately rocky installs/upgrades that tend to be par for course -- I had another KB issue there when upgrading and the bootstrapper fixed everything up perfectly -- except these 2 issues!)
Additionally, if I enable SPF or DomainKeys 'Verify Incoming Mail', it's the same story for both of them.
So -- heres some output:
Mar 14 12:59:58 server qmail-local-handlers[26604]: mailbox: /var/qmail/mailnames/antiochwebhost.com/chris
Mar 14 12:59:58 server qmail-local-handlers[26604]: hook_dir = '/usr/local/psa/handlers/before-local'
Mar 14 12:59:58 server qmail-local-handlers[26604]: recipient[3] = '[[email protected]]'
Mar 14 12:59:58 server qmail-local-handlers[26604]: handlers dir = '/usr/local/psa/handlers/before-local/recipient/[[email protected]]'
Mar 14 12:59:58 server qmail-local-handlers[26604]: Unable to stat entry '/usr/local/psa/handlers/info/10-spam-yFoBBy/executable' or it is not link: Permission denied
Mar 14 12:59:58 server qmail-local-handlers[26604]: call_handlers: stop call handlers from dir '/usr/local/psa/handlers/before-local/recipient/[[email protected]]'
----
Permissions:
[root@server mailnames]# cd /usr/local/psa/handlers/
[root@server handlers]# ls -la
total 76
drwxr-xr-x 8 root root 99 Jan 20 07:31 .
drwxr-xr-x 15 root root 4096 Mar 11 04:36 ..
drwxr-xr-x 3 root root 22 Jan 20 07:31 before-local
drwxr-xr-x 2 root root 6 Mar 11 04:50 before-queue
drwxr-xr-x 3 root root 26 Jan 20 07:31 before-remote
drwxr-x--- 2 root root 107 Mar 14 10:38 hooks
drwxr-xr-x 1205 root root 40960 Mar 14 12:50 info
drwxrwx--- 2 root popuser 4096 Mar 14 13:10 spool
[root@server info]# ls -la
total 68
drwxr-xr-x 1205 root root 40960 Mar 14 12:50 .
drwxr-xr-x 8 root root 99 Jan 20 07:31 ..
drwxr-xr-x 2 root root 87 Mar 14 12:50 10-dd51-domainkeys-0edsTr
drwxr-xr-x 2 root root 87 Mar 14 12:50 10-dd51-domainkeys-f8LVNC
drwxr-xr-x 2 root root 87 Mar 14 12:50 10-dd51-domainkeys-PXg60W
drwxr-xr-x 2 root root 83 Mar 14 10:44 10-spam-02d3tq
... etc. etc..
drwxr-xr-x 2 root root 83 Mar 14 10:39 10-spam-yFoBBy
... etc. etc..
[root@server info]#
[root@server info]# ls *10-spam-yF* -l
10-spam-yFoBBy:
total 16
-rw-r--r-- 1 root root 7 Mar 14 10:39 context
lrwxrwxrwx 1 root root 34 Mar 14 10:39 executable -> /usr/local/psa/handlers/hooks/spam
-rw-r--r-- 1 root root 10 Mar 14 10:39 handler-type
-rw-r--r-- 1 root root 13 Mar 14 10:39 hook
-rw-r--r-- 1 root root 25 Mar 14 10:39 recipient
[root@server hooks]# ls -l
total 256
-rwxr-x--- 1 root popuser 32224 Jan 20 07:28 autoresponder
-rwxr-x--- 1 root popuser 28416 Jan 20 07:28 deliver-quota
-rwxr-x--- 1 root popuser 34208 Jan 20 07:28 dk_check
-rwxr-x--- 1 root popuser 34832 Jan 20 07:28 dk_sign
-rwsr-x--- 1 root popuser 57624 Jan 20 07:31 grey
-r-xr-x--- 1 root popuser 33768 Jan 20 07:28 spam
-rwxr-x--- 1 root popuser 25472 Jan 20 07:28 spf
------------------------
I -have- installed qmail-scanner and Spamassassin from the Atomicorp / Atomic Rocket Turtle repository. This -has- provided me with spam protection in the meantime. And YES - I have done all of this WITHOUT this installed on a vanilla PLESK 10. I've also reinstalled the mail drivers rpms and psa-spamassassin and the qmail-rblsmtp RPMS for good measure.
I feel that I completely understand the Knowledge base article and why it SHOULD fix this problem.
I am at a complete loss as to why despite all of this, I the handlers return the same execution errors across the board.
- Chris