remoting mail_catchall_add error

Discussion in 'Developers' Forum' started by weezul, May 9, 2012.

  1. weezul

    weezul New Member

    hello, i try to add a catchall via the remoting framework and keep getting the following error

    Code:
    {"error":{"faultstring":"domain_error_regex<br \/>\r\n","faultcode":"data_processing_error"}}
    i use values from the example files
    Code:
     
      [server_id] => 1
      [source] => [email protected]
      [destination] => [email protected]
      [type] => catchall
      [active] => y
    
    i tried also domainname.tld as source because the dropdown in the ui has this format but without luck.

    any ideas?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The example is wrong, I fixed that in svn. Please try this:

    source: "@test.int"
     
  3. weezul

    weezul New Member

    yea works, thx
     

Share This Page