mail_catchall_add($session_id, $client_id, $params);


Description:

Adds a new mail catchall if type is catchall.


Input Variables:

$session_id, $client_id, $params

Parameters (in $params):

server_id  (int(11))

source  (varchar(255))

destination  (text)

type  (enum('alias','aliasdomain','forward','catchall'))

active  (enum('n','y'))

Output:

Returns the ID of the newly added mail catchall.