/etc/dpm-postgres/dpm.logrotate is in dpm-server-postgres 1.10.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 | #
# $Id: dpm.logrotate,v 1.2 2006/01/30 09:05:41 slemaitr Exp $
#
# @(#)$RCSfile: dpm.logrotate,v $ $Revision: 1.2 $ $Date: 2006/01/30 09:05:41 $ CERN/IT/GD/CT Jean-Philippe Baud
#
/var/log/dpm/log {
    compress
    daily
    delaycompress
    missingok
    rotate 90
}
 |