Hi Jesse, > There was a recent change that reads the date from the database > server (it uses unix_timestamp() for mysql, and current_timestamp > for pgsql), but it should be in the same format as previously. > You're using mysql, iirc. What sql query are you using to check the > pbsp table (eg. from your mta)?
below is a cut from pbsp.cf (postfix 2 series) dbname = dbmail table = pbsp hosts = unix:/tmp/mysql.sock select_field = since where_field = ipnumber additional_conditions = and unix_timestamp() - unix_timestamp(since) <= 18000