| |||||||||||||||||||||||||||||||
|
proxymap. I'm trying to convert them to use the newer query parameter format. The lookups work after switching, but I get relay access denied messages for mail sent to valid addresses in those domains from external mail servers. Any ideas what I could be overlooking ? user = postfix password = password dbname = email table = virtdoms select_field = destemail where_field = srcemail additional_conditions = AND domain = 'XYZ.arizona.edu' hosts = db The above works, switching it to: user = postfix password = password dbname = email hosts = db query = SELECT destemail FROM virtdoms WHERE domain = '%d' AND srcemail = '%s' works for domains that are allowed to relay, but returns a 550 relay denied for non-relay domains. I'm able to run postmap -q for the address that fails and it returns the expected value. Thanks, Todd
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com