You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
roundcube-forward works directly on the database level. This might work, but it might also break if something in the PostfixAdmin database layout changes.
It would be a good idea to call the PostfixAdmin code directly. This would ensure you don't suffer or break something if the database layout changes. It would also give you all the features implemented in the *Handler classes that are available in PostfixAdmin 3.0 (still labeled beta, but the final release will be available soon).
Possible options:
use xmlrpc.php (currently only available for mailbox settings, like changing vacation and forwarding)
use the admin xmlrpc (not yet in the repo or tarball, but the code exists)
directly include and call the PostfixAdmin AliasHandler class (and other *Handler classes if needed)
write a small wrapper around the PostfixAdmin *Handler classes and use that (similar to xmlrpc, but maybe more json-friendly? Whatever you need ;-)
The same recommendation applies to roundcube-aliases. I won't open a separate issue there to avoid duplication, but it should also be changed in the way described above.
If needed, I can help you with those things ;-) - just respond here or come to #postfixadmin on Freenode (I'm typically online on CET/CEST late evening ;-)
Hi Christian,
sorry far the delay.
I must thank you for your suggestions. I agree 100% and I think we can cooperate to improve the plugings.
I think that directly including the PostfixAdmin AliasHandler class would be the better solution.
Usually I work on them every now and then when I do my updates, we just have to find a free moment for both.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
roundcube-forward works directly on the database level. This might work, but it might also break if something in the PostfixAdmin database layout changes.
It would be a good idea to call the PostfixAdmin code directly. This would ensure you don't suffer or break something if the database layout changes. It would also give you all the features implemented in the *Handler classes that are available in PostfixAdmin 3.0 (still labeled beta, but the final release will be available soon).
Possible options:
The same recommendation applies to roundcube-aliases. I won't open a separate issue there to avoid duplication, but it should also be changed in the way described above.
If needed, I can help you with those things ;-) - just respond here or come to #postfixadmin on Freenode (I'm typically online on CET/CEST late evening ;-)
.
Christian (from PostfixAdmin)
PS: Dear github, mail copy to @ccboltz please ;-)
The text was updated successfully, but these errors were encountered: