On Thu, Feb 12, 2009 at 7:13 AM, Victor Duchovni <victor.ducho...@morganstanley.com> wrote: > 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".
Perfect. Does the pickup command have a trigger like qmgr that I can use with postkick to get the queue file picked up from the maildrop queue immediately? I'm guessing not since there's no mention of it in the man page, but I thought I'd check anyway. Or is there another way to make this happen? Curtis