From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27068 Path: main.gmane.org!not-for-mail From: Mike Fabian Newsgroups: gmane.emacs.gnus.general Subject: Re: problem sending mail via pop Date: 18 Nov 1999 19:22:58 +0100 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164159 22676 80.91.224.250 (21 Oct 2002 01:35:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:35:59 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA03881 for ; Thu, 18 Nov 1999 13:25:21 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB06077; Thu, 18 Nov 1999 12:25:14 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 18 Nov 1999 12:25:03 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA23617 for ; Thu, 18 Nov 1999 12:24:38 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA03864 for ; Thu, 18 Nov 1999 13:24:04 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id TAA25377 for ding@gnus.org; Thu, 18 Nov 1999 19:26:10 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 28 Original-NNTP-Posting-Host: mungo.mpia-hd.mpg.de Original-X-Trace: quimby.gnus.org 942949569 3137 149.217.42.101 (18 Nov 1999 18:26:09 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 18 Nov 1999 18:26:09 GMT X-Face: "';oPz9V1+<,`}1ZuxRv~EiSusWq*{Yjr"Sdvbhq'?q=2R\\6Y9O/,SAE`{J|6I=|w/sQg< rW_N'E3IV6~f8?\l#Es`]S`mv',PY(`8{$$R?+gLu}Qv/Mn>)?uladFjJ@yl!_p_Jh;5QxlD6zL:?r IXe4FfK$C^mWhh$o`yt;.r.FLZLQOWBt> writes: > NT Emacs 20.4.1, pGnus 0.98. > > I'm able to receive email just fine via pop but > all of my sent emails just vanish into the ether. > > How do I make gnus send mail via pop? You don't send them to the pop-server but to an smtp-server. Add something like this to your .gnus: (setq smtpmail-default-smtp-server "solsrv.mpia-hd.mpg.de") (setq smtpmail-smtp-server "solsrv.mpia-hd.mpg.de") (setq smtpmail-local-domain nil) (setq send-mail-function 'smtpmail-send-it) ;; for `mail' (setq message-send-mail-function 'smtpmail-send-it) ;; for `message-mail' (setq smtpmail-debug-info t) (require 'smtpmail) replace "solsrv.mpia-hd.mpg.de" by an smtp-server accessible to you. Mike -- Mike Fabian Max-Planck-Institut fuer Astronomie, Koenigsstuhl 17, 69117 Heidelberg Telephone: +49(0)6221/528216