Am 2015-01-22 10:26, schrieb hyndavirap...@bel.co.in:
I have enabled enable_long_queue_id = yes

Now my doubt is how long, queueids will be unique, for 150 mails/min mail
flow?

The id is build from the time and the file-id within the filesystem.
So each queue_id should be locally unique.
The long queueid will not repeat within a UNIX epoch.
The default queueid will not repeat within a second.

The code for generating the queue_id:

https://github.com/vdukhovni/postfix/blob/master/postfix/src/global/mail_queue.c#L393

The encoding is defined in:

https://github.com/vdukhovni/postfix/blob/master/postfix/src/global/mail_queue.h#L80


Markus

--
Markus Benning, https://markusbenning.de/

Reply via email to