From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67318 Path: news.gmane.org!not-for-mail From: "Eric Schulte" Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with imap authentication username@server Date: Tue, 2 Sep 2008 09:17:14 -0700 Message-ID: References: <87iqte8twe.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220372303 16997 80.91.229.12 (2 Sep 2008 16:18:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2008 16:18:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15769@lists.math.uh.edu Tue Sep 02 18:19:09 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1KaYan-0003PS-H0 for ding-account@gmane.org; Tue, 02 Sep 2008 18:18:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1KaYZK-0007Iu-6l; Tue, 02 Sep 2008 11:17:26 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KaYZI-0007Ie-VW for ding@lists.math.uh.edu; Tue, 02 Sep 2008 11:17:24 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KaYZF-0003vE-0x for ding@lists.math.uh.edu; Tue, 02 Sep 2008 11:17:24 -0500 Original-Received: from rv-out-0506.google.com ([209.85.198.237]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KaYZH-0008SI-00 for ; Tue, 02 Sep 2008 18:17:23 +0200 Original-Received: by rv-out-0506.google.com with SMTP id k40so2284930rvb.17 for ; Tue, 02 Sep 2008 09:17:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=HwFhgOIz0wqloiqA6X0K58GctfQGtq/6tWdmptofwJs=; b=mfq+XIbdmpQ/qaktW+y2tAn38h/kWuHmOnKrocFJo/oK2etqxy94jD3rjE4ZpBB5S2 CQIbAVrV6BO8r99QfosRCROUOFqbgyVYcg0JSWTaPEANf85keUgsGygZha4tomw7AEbs AEAQgA8yyAGOvOW1SFpZMtonrlAo0zY3H/n8c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=aV5q9gtsnRwDVaHyNzDRBcPK/7IGmlVvVfD8RiPTkxoYw2CGnEmwhQLNAaHhz57pEM NPlrmwE7EiR/GKR53WdHbYy9gMB4AUGaDoqPFxwx1oKcO3jgXN0sIIn5arl+jZDOajgC 57Hv0Tmwe5mKaLMT0LAsMaeP2Ge3PuDZyHAoY= Original-Received: by 10.141.29.21 with SMTP id g21mr4257650rvj.248.1220372234774; Tue, 02 Sep 2008 09:17:14 -0700 (PDT) Original-Received: by 10.140.139.10 with HTTP; Tue, 2 Sep 2008 09:17:14 -0700 (PDT) In-Reply-To: <87iqte8twe.fsf@gmail.com> Content-Disposition: inline X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67318 Archived-At: please disregard, I'm stupid, I spelled my name wrong... On Tue, Sep 2, 2008 at 8:11 AM, Eric Schulte wrote: > Hi, > > I am having a problem using imap as a mail source. My situation may be > an edge case. My mail server is inside my corporation's firewall, so I > ssh into the protected area, and then port forward the mail server's > imap port to another port on my local machine. > > Using the following entry in my mail-sources > > (imap :server "localhost" > :port 1430 > :user "eshulte" > :stream starttls > :authentication login > :mailbox "inbox") > > I am able to connect to the server, however when I try to authenticate > my authentication is rejected. I believe this is because gnus is > appending "@localhost" to my login name. Is it possible to turn this > behavior off? > > Thanks -- Eric >