
MACscr
- Total activity 87
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
Comments
Votes on activity by MACscr-
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.
-
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...
-
I was overcomplicating things. I just needed to add the following in namespace { } before the last bracket: mailbox Junk { auto = subscribe # autocreate, autosubscribe special_use = \Jun...
-
Right, I have already made a custom main.local, but I am not sure what the layout should be for this particular setting when it relates to how the main.local is setup for cpanel. The example from t...
-
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...
-
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 ...
-
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.
-
The full guide goes more in depth category " The event's logical grouping within cPanel & WHM. event " The event that cPanel & WHM performs. stage " The location of the trigger that runs the ho...
-
You can create custom hookable events to use with the Standardized hooks system: