RE: Catchall email address
01-31-2015, 10:21 PM
(This post was last modified: 01-31-2015, 10:23 PM by g.jatin@yahoo.com.
Edit Reason: Disable Smilies
)
(10-22-2014, 10:30 AM)mlusername Wrote: Hi, could anyone tell me how to create a catchall email address in sentora?
Many thanks
Mark
I have configured it in database manually(2 entries). May be it can help you, I am using this setting for quite long time.
1) INSERT INTO `sentora_postfix`.`alias` (`address` ,`goto` ,`domain` ,`created` ,`modified` ,`active`)VALUES ('@domain.com', 'forwardto@domain.com', 'domain.com', 'yyyy-mm-dd hh:mm:ss', 'yyyy-mm-dd hh:mm:ss', '1');
2) INSERT INTO `sentora_core`.`x_forwarders` (`fw_id_pk` ,`fw_acc_fk` ,`fw_address_vc` ,`fw_destination_vc` ,`fw_keepmessage_in` ,`fw_created_ts` ,`fw_deleted_ts`)VALUES (NULL , '1', '@domain.com', 'forwardto@domain.com', '1', NULL, NULL);