Hello, recently I inspected the sourcecode of the lmtp server. I searched for changes that would add return-path header. ( http://www.dovecot.org/list/dovecot/2010-February/046401.html ) But I found, that all mails are spooled via files in /tmp. ( dovecot2/srv/lmtp/commands.c ~line 695 ) has somebody experiences while delivering huge ammount of mail via dovecot2 lmtp service? - is it faster/slower/comaparable with deliver? - it's hard to believe, that nobody realy misses the return-path header Thanks, Andreas -- Andreas Schulze Internetdienste | P532 DATEV eG 90329 N?rnberg | Telefon +49 911 319-0 | Telefax +49 911 319-3196 E-Mail info @datev.de | Internet www.datev.de Sitz: 90429 N?rnberg, Paumgartnerstr. 6-14 | Registergericht N?rnberg, GenReg Nr.70 Vorstand Prof. Dieter Kempf (Vorsitzender) Dipl.-Kfm. Wolfgang Stegmann (stellvertretender Vorsitzender) Dipl.-Kfm. Michael Leistenschneider J?rg Rabe v. Pappenheim Dipl.-Vw. Eckhard Schwarzer Vorsitzender des Aufsichtsrates: Reinhard Verholen
Am 17.05.2010 16:14, schrieb Andreas Schulze:> Hello, > > recently I inspected the sourcecode of the lmtp server. I searched for changes > that would add return-path header. > ( http://www.dovecot.org/list/dovecot/2010-February/046401.html ) > > But I found, that all mails are spooled via files in /tmp. > ( dovecot2/srv/lmtp/commands.c ~line 695 ) > > has somebody experiences while delivering huge ammount of mail via > dovecot2 lmtp service? > - is it faster/slower/comaparable with deliver? > - it's hard to believe, that nobody realy misses the return-path header > > Thanks, > Andreas >not tested with much mail yet, all features ( quota etc ) working like deliver ( so far tested ) the most interesting thing for me with lmtp is that postfix bounces now overquota mails on smtp income stage with lmtp, no danger for backscatter anymore ( so far small tsts results ) anyway lmtp should have better perfomance a a local prog like deliver but thats what i guess not meassured -- Best Regards MfG Robert Schetterer Germany/Munich/Bavaria
On Mon, 2010-05-17 at 16:14 +0200, Andreas Schulze wrote:> recently I inspected the sourcecode of the lmtp server. I searched for changes > that would add return-path header. > ( http://www.dovecot.org/list/dovecot/2010-February/046401.html )This should make you happier: http://hg.dovecot.org/dovecot-2.0/rev/61c3124bba93> But I found, that all mails are spooled via files in /tmp. > ( dovecot2/srv/lmtp/commands.c ~line 695 )Not all mails. Only mails larger than CLIENT_MAIL_DATA_MAX_INMEMORY_SIZE (128 kB).