> I don't think that disabling quota checks will get you any real speed > improvement. The real speed issues here are in the starting of the > dbmail-smtp process, setting up database connection etc. > > As Paul indicated, we can get better performance if we enable > dbmail-smtp to receive several messages in a row, which would get rid > of the slow startup for each message. > > Ilja
Could you not run an smtp local daemon which could accept data via a unix socket from an dmail-smtp client? Then could have persistent db connections on the daemon which might help speed things up a bit? Simon