![]() |
|
Catchall email address - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: Email Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=35) +---- Thread: Catchall email address (/showthread.php?tid=501) |
Catchall email address - mlusername - 10-22-2014 Hi, could anyone tell me how to create a catchall email address in sentora? Many thanks Mark RE: Catchall email address - Ron-e - 11-30-2014 I think this isn't implemented yet but they are busy with it. You can look at this if you can't wait.
RE: Catchall email address - grcote7 - 12-24-2014 (11-30-2014, 12:27 AM)Ron-e Wrote: I think this isn't implemented yet but they are busy with it. Hi, Ron-e, Is this feature know implemented ? Thanks. RE: Catchall email address - Ron-e - 12-24-2014 (12-24-2014, 07:13 AM)grcote7 Wrote: Hi, Ron-e, This line on github means it is: Quote:5050 merged commit 272f11d into sentora:master from unknown repository 24 days ago RE: Catchall email address - grcote7 - 12-25-2014 (12-24-2014, 03:07 PM)Ron-e Wrote:(12-24-2014, 07:13 AM)grcote7 Wrote: Hi, Ron-e, Hi, all, Yes, in root mode, by ssh (with putty), I apply this: https://github.com/sentora/sentora-core/commit/272f11da0c65e79759417f3d40bc337ca6c28aaa And it's OK (y) : All the emails sent to AnyThing@myDomaine.com falls in 1 box I even put a forward of this '1 box' on my habitual email address and all emails fall in it (y)(y)(y) ! Thanks, e-ron ! Note: @sentora team: 1/ If interessed by an help for french translation, don't hésitate... 2/ I think just that is enough to have a 1.1.0 update... ;-)... @Mark> As me, don't hésitate to change this /etc/sentora/panel/modules/aliases/code/controller.ext.php @++ RE: Catchall email address - g.jatin@yahoo.com - 01-31-2015 (10-22-2014, 10:30 AM)mlusername Wrote: Hi, could anyone tell me how to create a catchall email address in sentora? 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); RE: Catchall email address - grcote7 - 04-12-2015 Hi, all, today (04/12/2015), I install sentora on a new server... CatchAll mail box works directly well (y) ! Just, param at alias:* - domain and put it in an already declared mailbox Congratulations to the sentora's dev team :-) ! I really think it would be great to put 1.0.1 at minimum as sentora's version... ;-)... @++ (12-24-2014, 03:07 PM)Ron-e Wrote:(12-24-2014, 07:13 AM)grcote7 Wrote: Hi, Ron-e, Hi, all, Yes, in root mode, by ssh (with putty), I apply this: https://github.com/sentora/sentora-core/commit/272f11da0c65e79759417f3d40bc337ca6c28aaa And it's OK (y) : All the emails sent to AnyThing@myDomaine.com falls in 1 box I even put a forward of this '1 box' on my habitual email address and all emails fall in it (y)(y)(y) ! Thanks, e-ron ! Note: @sentora team: 1/ If interessed by an help for french translation, don't hésitate... 2/ I think just that is enough to have a 1.1.0 update... ;-)... @Mark> As me, don't hésitate to change this /etc/sentora/panel/modules/aliases/code/controller.ext.php @++ [/quote] |