khatrokhat Posted May 22, 2008 Share Posted May 22, 2008 We have a program that lets users post listings online. It works well, but it shows users' email addresses. We want to build a system that will: 1.) Create individual, unique forwarding addresses from our domain for each listing posted. 2.) Take the user's real email address & associate it with a forwarding e-mail address on our server. We'll use the forwarding email address to show online. PLEASE HELP I NEED TO SOLVE IT URGENTLY Link to comment https://forums.phpfreaks.com/topic/106850-mail-parsing-and-forwarding/ Share on other sites More sharing options...
jonsjava Posted May 22, 2008 Share Posted May 22, 2008 could you post what you have, so we can play around w/ it? Link to comment https://forums.phpfreaks.com/topic/106850-mail-parsing-and-forwarding/#findComment-547744 Share on other sites More sharing options...
khatrokhat Posted May 22, 2008 Author Share Posted May 22, 2008 to be honest i dnt have it with me but i need to give them the solution basically they need virtual email address for each user which can be parse with PHP script and then sned the email to person main email address. do you know how can they do it? Link to comment https://forums.phpfreaks.com/topic/106850-mail-parsing-and-forwarding/#findComment-547748 Share on other sites More sharing options...
jonsjava Posted May 22, 2008 Share Posted May 22, 2008 There are a million ways to go about doing that. It all depends on your system and what your MTA is, as well as your Listserv. Are you running courier MTA, Postfix, sendmail, qmail, qmail toaster, etc...? Each handles mail slightly differently. Next comes Listservs. Each of those has their own setup, and how you can alter data within them. It's more a question of how you plan to retrieve the mail, and create the user. Can you automate user creation? We paid our developer buku bucks to build our automation script for email address creation. His even does a default redirect. You won't want that, because that would defeat the purpose. I just need more info, so I can point you in the right direction. Link to comment https://forums.phpfreaks.com/topic/106850-mail-parsing-and-forwarding/#findComment-547753 Share on other sites More sharing options...
khatrokhat Posted May 24, 2008 Author Share Posted May 24, 2008 Hello , Thanks for your reply. Here are the details: What MTA - Postfix What type of Listserv - Mailman Now can you tell me please HOw can I do it? Link to comment https://forums.phpfreaks.com/topic/106850-mail-parsing-and-forwarding/#findComment-548746 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.