Peter S?rensen: > Hi, > > I have a mysql table where an email aliase maps to a list of email adresses. > The table is updated with address info just before an email is sent to the > list alias name. > > Can I be sure that when the ?250 mail queue for delivery ?? is received from > The postfix MTA then all address information is in the queue and it is OK to > Overwrite with a list of new adresses ?
"250 Ok" means that the mail is queued. Postfix also uses lookup tables to decide where to deliver mail: http://www.postfix.org/ADDRESS_REWRITING_README.html Changing those tables can affect how Postfix delivers mail. Wietse