Brian Evans - Postfix List: > It may be platform dependent, but my minimal research found the > (message|mailbox)_size_limit parameters are a signed 32-bit integer.
Postfix message size parameters are type "long", which is 64-bit
on LP64 UNIX systems. Given the wide availability of 64-bit hardware,
there is no need to complicate Postfix internals with types that
require customized code for string<->number conversion.
Wietse
