
MACscr
- Total activity 87
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
Comments
Recent activity by MACscr-
Dave, Where is the proper place to store a cpanel plugin in general? /usr/local/cpanel/base/frontend/mypluginname?
-
Where should i be storing my plugin? /usr/local/cpanel/3rdparty/ just doesnt seem right. Also, what method should I use to automatically make my plugin available for all cpanel themes? Important ...
-
why not just use the default maldet cron that takes care of all of that for you?
-
Michael, yes, I am running 11.40, but if you read my question, I am trying to do another expunge a folder OTHER than Trash. The code example was just an example.
-
Michael, I am a developer and I have figured out how to automate the filter creation, but the default imap folder issue is a dovecot configuration question. The dovecot autocreate plugin does work...
-
Dave, I was able to get hooks to register using the method you described, but they dont appear to run. I have tried it with the full path or the just the file name (as it says to do), but I get no...
-
hmm, i have no idea how those Standardized Hooks work. Seems to be limited info on it. Might be easier for me to grasp if i was using perl and knew it better, but I am using php.
-
I am actually using the LiveAPI [url=http://docs.cpanel.net/twiki/bin/view/SoftwareDevelopmentKit/LivePHP]LiveAPI — PHP. My perl skills are pretty much nil, so I am using php or bash for simple stuff.
-
Sweet, just figured out part of it. I can place a script in /usr/local/cpanel/hooks/email/, such as addpop, then run: /usr/local/cpanel/bin/register_hooks And now whenever an email account is cre...
-
Michael, Thanks for the response, but I am looking to create this in an automated fashion for all existing accounts and then of course make it default for new accounts that are created. I think I ...