Helping a friend change computers, we found that the email login did not work, and after a series of conversations with the provider were told to log in to get messages using
*@mydomain.com
This did indeed work, and the effect appears to be that mail sent to any name at mydomain.com is picked up by the login, and also that any name used results in mail being accepted. So for instance you can apparently send to
alexander@mydomain.com bacchus@mydomain.com calypso@mydomain.com
and so on, and it will all arrive when you log in for messages as *@mydomain.com.
Why would anyone set up an email system like this? Does it not make a lot more sense to have specific email addresses, both to reduce spam, and to allow you to segregate, for instance, home and business email?
This is the same case where there was the incomprehensible networking with two cards and class B addresses for a three machine network. When set up in the usual way with a five port router modem, it all worked perfectly fine with a lot fewer cables. Very strange.
Peter
On Fri, Dec 18, 2009 at 08:15:13AM +0000, Peter Alcibiades wrote:
Helping a friend change computers, we found that the email login did not work, and after a series of conversations with the provider were told to log in to get messages using
*@mydomain.com
This did indeed work, and the effect appears to be that mail sent to any name at mydomain.com is picked up by the login, and also that any name used results in mail being accepted. So for instance you can apparently send to
alexander@mydomain.com bacchus@mydomain.com calypso@mydomain.com
and so on, and it will all arrive when you log in for messages as *@mydomain.com.
Why would anyone set up an email system like this? Does it not make a lot more sense to have specific email addresses, both to reduce spam, and to allow you to segregate, for instance, home and business email?
It used to be the default setup on some (many?) commercial hosting sites. It was the 'normal' way to set things up on my account at Gradwell dot Net when I first started there. I think the intent was that a 'catchall' mailbox would see any mis-addressed E-Mail and the user wouldn't then lose what *might* be an important enquiry.
The recommended setup at Gradwell doesn't do this now though it's still perfectly possible to do it if you want.
This is the same case where there was the incomprehensible networking with two cards and class B addresses for a three machine network. When set up in the usual way with a five port router modem, it all worked perfectly fine with a lot fewer cables. Very strange.
I regularly find that when I tidy up the spider's web of cables under my desk I end up with a couple of spare ones and everything working still. :-)
Generally you see catchall domains like this set up by small businesses in conjunction with something like Microsoft SBS/Exchange, vpop or (shudder) mdaemon. Or of course on Linux you could use fetchmail.
Then the collecting system parses the host part of the address and uses it to determine which local mailbox to deliver it to.
I've not seen it done like that at login, usually there is a catchall mail forwarding rule delivering to a single mailbox. It mostly started appearing pre ADSL when small businesses had a dial on demand ISDN connection so couldn't point their MX record at a local SMTP server.
Yes it does become a bit of a spam trap, but usually it ends up being configured to simply delete any mail that doesn't have an associated mailbox. So spam costs you bandwidth.
It also has other issues (so much so in fact Microsoft have dropped this functionality from SBS 2008) in that one oversize message can block the whole mailflow, issues with dealing with bcc and (in Microsoft's case) generating multiple copies if a mail is cc'ed to multiple internal mailboxes, mostly because most of the collectors (inc fetchmail without the right compile time options) don't support envelope.
It has the slight advantage over a pop mailbox per user at the domain end in that extra mailboxes can be added for new users etc without configuration at the hosted end, also some hosting providers charge per mailbox so this was a convenient way to avoid being billed more as your userbase (and hence addresses) grew.
Like I say it is really best avoided but I have plenty of clients that still use this setup.
Peter Alcibiades wrote:
Helping a friend change computers, we found that the email login did not work, and after a series of conversations with the provider were told to log in to get messages using
*@mydomain.com
This did indeed work, and the effect appears to be that mail sent to any name at mydomain.com is picked up by the login, and also that any name used results in mail being accepted. So for instance you can apparently send to
alexander@mydomain.com bacchus@mydomain.com calypso@mydomain.com
and so on, and it will all arrive when you log in for messages as *@mydomain.com.
Why would anyone set up an email system like this? Does it not make a lot more sense to have specific email addresses, both to reduce spam, and to allow you to segregate, for instance, home and business email?
This is the same case where there was the incomprehensible networking with two cards and class B addresses for a three machine network. When set up in the usual way with a five port router modem, it all worked perfectly fine with a lot fewer cables. Very strange.
Peter
main@lists.alug.org.uk http://www.alug.org.uk/ http://lists.alug.org.uk/mailman/listinfo/main Unsubscribe? See message headers or the web site above!
Peter Alcibiades wrote:
Helping a friend change computers, we found that the email login did not work, and after a series of conversations with the provider were told to log in to get messages using
*@mydomain.com
This did indeed work, and the effect appears to be that mail sent to any name at mydomain.com is picked up by the login, and also that any name used results in mail being accepted. So for instance you can apparently send to
alexander@mydomain.com bacchus@mydomain.com calypso@mydomain.com
and so on, and it will all arrive when you log in for messages as *@mydomain.com.
Why would anyone set up an email system like this? Does it not make a lot more sense to have specific email addresses, both to reduce spam, and to allow you to segregate, for instance, home and business email?
This is the same case where there was the incomprehensible networking with two cards and class B addresses for a three machine network. When set up in the usual way with a five port router modem, it all worked perfectly fine with a lot fewer cables. Very strange.
That all sounds very odd. We set up specific email addresses for clients, and often have a "catch-all" to hoover up misaddressed emails. We did stop using those for a while because of spam, but now we have spam and virus filtering down pat, we can and do turn them back on again.
I can't imagine we'd ever use *@mydomain.,com as a log in, or as a valid email address.
Our back-end is postfix/courier with a mysql database using virtual addresses, and user management is a doddle.
Cheers, Laurie.
2009/12/18 Laurie Brown laurie@brownowl.com:
Peter Alcibiades wrote:
Helping a friend change computers, we found that the email login did not work, and after a series of conversations with the provider were told to log in to get messages using
*@mydomain.com
That all sounds very odd. We set up specific email addresses for clients, and often have a "catch-all" to hoover up misaddressed emails. We did stop using those for a while because of spam, but now we have spam and virus filtering down pat, we can and do turn them back on again.
Another reason to turn off catch-all is spam back-scatter - a pesky spammer will use something a bit random @mydomain.com as the "from" address, and then badly configured email servers will send automated replies and error messages (over quota, non-existant, spam) to the faked address.
Tim.