redirecting a catch-all to gmail

what I would like to achieve is this : whenever I register at new-cool-gizmo.net I use new-cool-gizmo@mydomain.com

all mail sent to catch-all addresses (there is no mailbox for these addresses) are re-sent to my gmail.com address.

  • How can I create a catch-all address on linode ?

  • How cain I create this incredibly useful kind of redirect ?

Thanks in advance !

3 Replies

You probably want something like Postfix's fallback_transport:

http://www.postfix.org/postconf.5.html# … _transport">http://www.postfix.org/postconf.5.html#fallback_transport

-James

Just keep in mind that any spam run against your domain means a lot of emails coming to you..

I personally use postfix's recipient delimiter thing..

so assume my email address is blah@blah.com, i can send anything to blah+newcoolsite@blah.com and it gets sent to blah@blah.com which you could forward if you wanted to..

Atleast then they have to get the prefix right.

I've been using Gsuite for 15+ years to enable this "email address for each website" concept. Now I'm looking to move off GMail.
Is anyone else doing something similar and what tools are you using for spam filtering and email redirection?

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct