perl.qpsmtpd...Re: qpsmtpd Decisions, Decisions by Matt Sergeant- July 7, 2008 On Mon, 7 Jul 2008 22:30:50 +0000 (UTC), a-rope.net-sub-q8729029873pevsmail.com wrote:> Looking at the wiki deployment page, it looks like I could be considering> the apache or prefork versions. I&39;m leaning towards prefork - the page> says it&39;s faster, but there&39;s no comparison between it and the apache> version. Are there any substantial, meaningful differences between> forkserver, apache, and prefork I should be able to run either of the> three, so how do I...http://www.nntp.perl.org/group/perl.qpsmtpd/2008/07/msg8120.html qpsmtpd Decisions, Decisions by a-rope.net-sub-q8729029873p- July 7, 2008 New server, new version of qpsmtpd. First server used stock qpsmtpd - Idon&39;t even know if there was more than one way to deploy it. Second(current) server is forkserver 0.32. I&39;m not sure which way to go fromhere. Third (next) server is ready to go, so what deployment should I useLooking at the wiki deployment page, it looks like I could be consideringthe apache or prefork versions. I&39;m leaning towards prefork - the pagesays it&39;s faster, but there&39;s no comparison between it and...http://www.nntp.perl.org/group/perl.qpsmtpd/2008/07/msg8119.html Re: Release tweak suggestion. by m. allan noah- July 4, 2008 yes, please on the first two. i would leave the last one LOGALERT, butthat case does not happen that often for me...allanOn 7408, Chris Lewis <clewisnortel.com> wrote:> Can we please, pretty please, downgrade these messages:>> $self->log(LOGALERT, "from email address : $from");> $self->log(LOGALERT, "to email address : $rcpt");> $self->log(LOGALERT, "Message too big: size: $size (max size: $max_size)");>> in libQpsmtpdSMTP.pm.http://www.nntp.perl.org/group/perl.qpsmtpd/2008/07/msg8118.html Release tweak suggestion. by Chris Lewis- July 4, 2008 Can we please, pretty please, downgrade these messages:$self->log(LOGALERT, "from email address : $from");$self->log(LOGALERT, "to email address : $rcpt");$self->log(LOGALERT, "Message too big: size: $size (max size: $max_size)");in libQpsmtpdSMTP.pm to below LOGWARN Especially the first two. A global change in that file of LOGALERT to LOGINFO or LOGDEBUG would do the trick.Someone trying to parse the logs is going to do something with logterse and get...http://www.nntp.perl.org/group/perl.qpsmtpd/2008/07/msg8117.html Re: Problem with number of concurrent outbound sessions by Filippo Carletti- July 2, 2008 > I am not a user of qpsmtpd, but one of customers is (they use smeserver> which I think I am right in saying using qpsmtpd). They are a PR company> and so every now and then need to send out mailshots to journalists etc.smeserver uses qmail for outbound mail.qpsmtpd is for inbound mail.> So my question is whether there is a way to configure qpsmtpd to limit> the number of concurrent outbound sessions.varqmailcontrolconcurrencyremote (default is 20)-- Ciao,Filippohttp://www.nntp.perl.org/group/perl.qpsmtpd/2008/07/msg8116.html Problem with number of concurrent outbound sessions by David Goodenough- July 2, 2008 Hi,I am not a user of qpsmtpd, but one of customers is (they use smeserverwhich I think I am right in saying using qpsmtpd). They are a PR companyand so every now and then need to send out mailshots to journalists etc.When they do so qpsmtpd starts a very large number of parallel sessionsrather than doing them one (or some small number) at a time. This cripples their network and while the traffic is being dispatched they haveto stop using the web as performance is just dire.So my question is..http://www.nntp.perl.org/group/perl.qpsmtpd/2008/07/msg8115.html |