redirect all incoming e-mail on domain to one specific e-mail address [closed] - email

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
redirect all incoming e-mail on domain to one specific e-mail address
I have a domain: example.com
and one e-mail: info#example.com
i would like to receive all e-mail what it got in my domain:
example#example.com
nospam#example.com
asdasdasd#example.com
[any random character]#example.com
I don`t want to create these e-mails one by one.
I`am using gmail (apps.google.com)
btw: my main goal to have different e-mail for different website and example+slug#example.com trick is not working because lots of website filter + letter.

This may work for you. Don't create the accounts, just set the catchall
https://support.google.com/a/answer/33962?hl=en

Related

How do I make a 'cover' for my email address [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 months ago.
Improve this question
I want to make links for people to email me in github pages but I don't want them to know my actual email. I noticed that username#github.com may be a valid email address. But when I tried emailing that address, I got this:
How do I modify the organisational settings to allow users to email me in Github. If not possible, how do I set up an email for my github page such that it becomes email#azlancoding.github.io
GitHub doesn't provide email address services for users. The domain github.com is used for GitHub staff and company usage, and GitHub doesn't offer email for github.io domains, either. Email is a service that requires extensive abuse management, both incoming and outgoing, and most sites don't want to provide that service as a result.
You can always set up an additional account, either on your own domain or elsewhere, that forwards to your real account. How to do that is probably more on topic for SuperUser, assuming you're setting up the software yourself.

How does email not addressed to me get routed to my mailbox? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I've been seeing email that's not directly addressed to me land up in my inbox.
My email is something#domain.com, the emails that are delivered are like something+anything#domain.com. After seeing these, I tried other suffixes after the + symbol and all of them land up in my inbox. Does anyone know why that is the case? What happens if someone else registers one of the addresses like something+1#domain.com.
I saw this reliably work for both gmail and outlook, I'm curious to know why that is the case? Is there is a technical reason why mailservers drop off these suffixes.
I'm not sure if StackOverflow is the best place for this question, please move this to another site on the network which may be a better fit if that is the case.
This is called sub-addressing. + part is treated for filtering and all.You can read about it on wiki with page title Email Address.
Also known as plus addressing ortagged addressing. Some mail services support a tag appended to the local part, such that the modified address is an alias to the unmodified address. For example, the address joeuser+tag#example.com denotes the same delivery address asjoeuser#example.com. 

How do I create an account on Postfix? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
How would I go about adding an account to Postfix and secure it with a password?
I've already setup everything else, and root works.
The simple way to add a user is to simply add a new account on the system. Postfix will handle the rest.
If you don't want to create a system account for the user, you should have a virtual domain set up that is not configured as a mydestination domain. For more on this, be sure to read the Postfix guide on virtual domain hosting.
See http://www.serverwatch.com/tutorials/article.php/3912056/Adding-Users-and-Aliases-for-Postfix.htm

How to set up email account on Outlook for an email with domain on gmail? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
My company's email domain is at gmail, my email address is myname#companyname.com but I access it on www.gmail.com. I tried to set up the email on outlook but it asks me for ISP password, I entered my email password but it didn't work.
How can I set up account for this email on outlook ?
I found the detailed steps here:
http://www.howtogeek.com/174837/how-to-add-your-gmail-account-to-outlook-2013-using-imap/

Intercept QMail SMTP emails [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Here is the situation, we have a linux web server that runs Plesk and I need a way to intercept emails sent to and from the server. Plesk uses qmail to send and receive emails.
We have sorted the receiving emails problem by adding a mailgroup to each email address that includes an "archive#" address. Then we use a PHP script to read the "archive#" mailbox and puts the emails into a MySQL database.
My problem at the moment is how to capture the messages sent from the server. Has anyone had any experience in doing this?
Thanks
Peter
this can be done via QUEUE_EXTRA (http://www.google.com/search?q=queue_extra), for which you need to recompile qmail. some hints on doing this on plesk here (http://translate.google.com/translate?hl=en&sl=pt&u=http://www.maglione.com.br/artigos/artigostecnicos/pleskqextrahowto).