Re: [Dovecot] location of temporary files in deliver

2009-02-20 Thread Timo Sirainen
On Wed, 2009-02-04 at 01:24 +, Stuart Henderson wrote: > /* After buffer grows larger than this, create a temporary file to /tmp >where to read the mail. */ .. > Would it be appropriate to make this a configurable option instead? No, but what would make sense is for deliver to write it und

[Dovecot] location of temporary files in deliver

2009-02-03 Thread Stuart Henderson
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(