From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45580 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Sending via smtp-mail slow Date: Mon, 08 Jul 2002 18:37:51 +0200 Organization: http://purl.org/harder/ Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026146539 6684 127.0.0.1 (8 Jul 2002 16:42:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2002 16:42:19 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Rbad-0001ja-00 for ; Mon, 08 Jul 2002 18:42:19 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17Rba8-0005cP-00; Mon, 08 Jul 2002 11:41:48 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 08 Jul 2002 11:42:11 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA22184 for ; Mon, 8 Jul 2002 11:42:00 -0500 (CDT) Original-Received: (qmail 16280 invoked by alias); 8 Jul 2002 16:41:32 -0000 Original-Received: (qmail 16275 invoked from network); 8 Jul 2002 16:41:32 -0000 Original-Received: from pfepa.post.tele.dk (193.162.153.2) by gnus.org with SMTP; 8 Jul 2002 16:41:32 -0000 Original-Received: from defun.localdomain (0xc3d7e0b2.esnxr4.ras.tele.dk [195.215.224.178]) by pfepa.post.tele.dk (Postfix) with ESMTP id F1FAB480848 for ; Mon, 8 Jul 2002 18:41:17 +0200 (CEST) Original-To: ding@gnus.org X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; (Frank Schmitt's message of "Fri, 28 Jun 2002 12:06:03 +0200") Original-Lines: 20 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45580 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45580 Frank Schmitt writes: > Since some time, sending mails via smtp is very slow. Any chance to tune > it? My config: > > __^__ __^__ > ( ___ )---------------------------------------------------------------( ___ ) > | / | (setq send-mail-function 'smtpmail-send-it) ;; not for Gnus | \ | > | / | (setq message-send-mail-function 'smtpmail-send-it) ;; for Gnus | \ | > | / | (setq smtpmail-default-smtp-server "127.0.0.1") ;;smtp-Server | \ | > | / | (setq smtpmail-local-domain "Frank-Schmitt.net") ;;FQDN | \ | > |___| (setq mail-default-reply-to "usenet@Frank-Schmitt.net") |___| > (_____)---------------------------------------------------------------(_____) What's your value of `message-interactive'? Setting it to nil could speed up things a bit. Also, I have found that using nnml for my mail-archive group makes sending mail much faster than nnfolder (the default).