PGNet Dev: > i've set up two postfix instances on 2 separate machines > > frontend > backend > > 'backend' gets user data via postfixadmin/sqlite3 DB > > i've setup address verification between the instances > > on mail receipt @ 'frontend', a verify probe is sent to 'backend'. > if 'exists', then mail is sent frontend->backend; otherwise, rejected. > > it works as intended. > > except -- updates to user DBs at backend aren't being made available promptly. > > if I add a mail alias at backend, via postfix admin, and immediately try to > send to 'frontend' @ that address, it fails the verify probe. > > restarting/reloading the 'backend' postfix doesn't fix the probe fail.
postconf | grep address_verify_negative Wietse