Hello Sandino, SAS> user = dbmail SAS> password = ******** SAS> dbname = dbmail SAS> table = aliases SAS> select_field = alias? SAS> where_field = ? What should I expect Postfix to send to the SQL query?
The control file for my MySQL version is as follows: user = postfix password = ******* dbname = dbmail table = aliases hosts = 10.0.0.21 select_field = alias where_field = alias While I haven't checked, I assume that Postfix uses this to do the following: select alias from dbmail.aliases where alias='[EMAIL PROTECTED]'; Postfix assumes that, if any rows are returned, that the address is deliverable, and accepts the mail. If no rows are returned, it refuses the message. -- Best regards, Jeff mailto:[EMAIL PROTECTED]