Stefan Foerster: > Due to hardware problems, I had to move our "graveyard mailout" to > another server. So I copied the relevant configuration files and then > moved the mailqueue to the new server using rsync. After that, I > executed > > postmulti -i postfix-gy -x postsuper -s > > I expected a change of queue IDs, but this didn't happen, not even > for a single mail. The filesystem is a standard ext3, both servers are > running CentOS 5.5 x86_64 and Postfix 2.7.1. The output of > > postmulti -i postfix-gy -x postconf -n
Works here just fine. # cp /var/spool/postfix/hold/BC584547B1F /var/spool/postfix-test/hold/BC584547B1F # postmulti -i postfix-test -x postsuper # postsuper: Renamed to match inode number: 1 message # postsuper: warning: QUEUE FILE NAMES WERE CHANGED TO MATCH INODE NUMBERS Wietse