Displaying 1 result from an estimated 1 matches for "30116edc".
2009 Feb 04
1
location of temporary files in deliver
deliver has the following:
-- -- --
/* After buffer grows larger than this, create a temporary file to /tmp
where to read the mail. */
#define MAIL_MAX_MEMORY_BUFFER (1024*128)
...
static struct istream *create_raw_stream(int fd, time_t *mtime_r)
...
input = i_stream_create_seekable(input_list, MAIL_MAX_MEMORY_BUFFER,