Sentora Support Forums

Full Version: Catchall email address
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, could anyone tell me how to create a catchall email address in sentora?

Many thanks
Mark
I think this isn't implemented yet but they are busy with it.
You can look at this if you can't wait. Smile
(11-30-2014, 12:27 AM)Ron-e Wrote: [ -> ]I think this isn't implemented yet but they are busy with it.
You can look at this if you can't wait. Smile

Hi, Ron-e,


Is this feature know implemented ?

Thanks.
(12-24-2014, 07:13 AM)grcote7 Wrote: [ -> ]Hi, Ron-e,


Is this feature know implemented ?

Thanks.

This line on github means it is:
Quote:5050 merged commit  272f11d  into sentora:master from unknown repository 24 days ago
(12-24-2014, 03:07 PM)Ron-e Wrote: [ -> ]
(12-24-2014, 07:13 AM)grcote7 Wrote: [ -> ]Hi, Ron-e,


Is this feature know implemented ?

Thanks.

This line on github means it is:

Quote:5050 merged commit  272f11d  into sentora:master from unknown repository 24 days ago

Hi, all,

Yes, in root mode, by ssh (with putty), I apply this:

https://github.com/sentora/sentora-core/...7ca6c28aaa

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
@++
(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);
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,


Is this feature know implemented ?

Thanks.

This line on github means it is:


Quote:5050 merged commit  272f11d  into sentora:master from unknown repository 24 days ago

Hi, all,

Yes, in root mode, by ssh (with putty), I apply this:

https://github.com/sentora/sentora-core/...7ca6c28aaa

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]