Postfix refuses to restart when I attempt to relocate the queue_directory. I have copied the entire directory structure to the new location and I have also tried to do so with an empty target directory.
Here's the command I used to move the queue (which is empty and clear): cp -a /var/spool/postfix/* /tmpfs/postfix/ Here's the error: postfix/postfix-script: fatal: the Postfix mail system is not running Here's the directive I put into main.cf: queue_directory=/tmpfs/postfix Has anyone experienced this? The permissions on the target directory match those of the default queue directory.
