I have 4 postfix MTAs setup to read relay_domains and recipient_maps from mysql. Because of how postfix works these have to be separate tables. Relay_domains is simply a list of domains (example1.com, example2.com) and recipient_maps is just a list of email addresses. When inserting an email address in to recipient_maps from a form I would like to be able to select the domain portion from a drop down list pulled from relay_domains, concatenate from the input box, an @ and the list selection to form an email address and then insert in to recipient_maps.
Can this be done in CC?
I'm hoping to avoid building it in php and using a wrapper. I've spent all me years in networking, email and sql servers....php is not something I'm looking forward to =(
Can this be done in CC?
I'm hoping to avoid building it in php and using a wrapper. I've spent all me years in networking, email and sql servers....php is not something I'm looking forward to =(