On Thu, Feb 12, 2009 at 06:51:20AM -0700, Curtis wrote: > So, on a box that I know has nothing else feeding into the maildrop > queue, it would be safe to skip the step of dropping it in the idle > queue of a second instance (on the same filesystem) and running > "postsuper -s" to get a properly named queue file? I would, of > course, use a queue file name that would never be used by postfix.
The queue file should be created mode 0600, owner $mail_owner, and changed to 0700 once the contents are fully copied into the file. The file-name must be alphanumeric. Postfix queue-ids only use [0-9A-F], so in the maildrop directory you can avoid collisions by prefixing the original filename with "X". -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.