I'm looking to move the postfix directory from /var/spool/postfix to another array. When I specify the setting in main.cf as:
queue_directory = /opt/postfix I reload and postfix will no longer send mail. All the subfolders are created underneath the /opt/postfix directory with the proper permissions and ownership, but it's not actively working. After relocating, I tried: /etc/postfix/post-install create-missing but still didn't work. I got a public/maildrop missing or something. It seems there should be an easy way to do this. So what is the easiest way to relocate the queue directory?
