my host only allows me to assign 1000 email addresses for my server. This is a hard limit that I have no way around unless I upgrade to a higher level plan. I have a solution that consists of having these three things:
1) a mysql database containing a list of my users
2) a single catch-all email address
3) a mail processing script that checks this address via crontab entry at a specified interval
NONE of the users in the mysql database have a actual email address on the system. Rather what they have is a "psuedo-email address". What is essentially happening here is that all mail addressed to anyone on the system is going into one account, that being the catch-all email address ( with headers set appropriately by the sending side of the transaction ) and then the mail processing script looks at the To: header in the transaction and compares that to the mysql database of users and then routes it to the appropriate mysql database for that users messages.
Following me now?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.