Dealing with Duplicate emails in Postfix
By Jamsi • May 16th, 2008 • Category: LinuxIf you’re receiving duplicate emails on your postfix engine, check the mailq and you will probably see error messages which relate to “trace service failed”. It most likely means that your Postfix engine is using an older config file.
Give the following a whirl.
postfix upgrade-configuration
then
/etc/init.d/postfix restart

