Jump to content
Froxlor Forum

Copprhead

Members
  • Posts

    13
  • Joined

  • Last visited

Copprhead's Achievements

Rookie

Rookie (2/14)

  • Collaborator Rare
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Now I would like to only get the domains that are email-domains. So I tried with sql_search: { "header": { "apikey": "{{apikey}}", "secret": "{{secret}}" }, "body": { "command": "SubDomains.listing", "params": { "sql_search": { "isemaildomain": { "op": "=", "value": "1" } } } } } But this gives a 500 with message SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'isemaildomain' in where clause is ambiguous What am I doing wrong?
  2. I'm experimenting with the API for managing a user's emails. For creating an email address, I need to know which domains the user has available. The API endpoints for domains apparently all need admin permissions, but I only have the user's api key, not an admin api key. Is there some way to list only the user's domains with user api key privileges?
  3. Thank you jrel, this helped me a lot! It would be nice if the documentation would contain an example like yours.
  4. Dear development team, thank you for all the effort you put into Froxlor. It's great software. Today I upgraded my server via aptitude, not thinking of anything bad. Then, after the update was done, i find out that - Autoresponder (completely) This comes as quite a surprise. It's breaking my server. I need autoresponders. I would have appreciated a warning during the installation of the update with the option of cancelling the install. If Froxlor were commercial software, I would get really really mad! At how unprofessional and unresponsible the developers act. Froxlor is free however, use at your own risk. What can I say... Now what can I do to get autoresponders back? Above I read about a roundcube plugin. It looks like this plugin requires Dovecot. I'm using Postfix/Courier and I have no plans to change. Datenfalke, did you manage to set up autoresponders with the link you posted (rcb-pfa-autoresponder)?
×
×
  • Create New...