From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67317 Path: news.gmane.org!not-for-mail From: Eric Schulte Newsgroups: gmane.emacs.gnus.general Subject: Problem with imap authentication username@server Date: Tue, 02 Sep 2008 08:11:29 -0700 Message-ID: <87iqte8twe.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220368416 2144 80.91.229.12 (2 Sep 2008 15:13:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2008 15:13:36 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15768@lists.math.uh.edu Tue Sep 02 17:14:29 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 1KaXZd-0006pj-IE for ding-account@gmane.org; Tue, 02 Sep 2008 17:13:41 +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 1KaXXb-0006zH-19; Tue, 02 Sep 2008 10:11:35 -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 1KaXXZ-0006z4-NY for ding@lists.math.uh.edu; Tue, 02 Sep 2008 10:11:33 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KaXXW-0002P9-68 for ding@lists.math.uh.edu; Tue, 02 Sep 2008 10:11:33 -0500 Original-Received: from yx-out-2324.google.com ([74.125.44.30]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KaXXY-0007I7-00 for ; Tue, 02 Sep 2008 17:11:32 +0200 Original-Received: by yx-out-2324.google.com with SMTP id 8so1042648yxb.77 for ; Tue, 02 Sep 2008 08:11:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=XfT8qBRvtVgJQEF3mXmevPW3lXpb0SdwZp2K1g42v/A=; b=VkPpfp5TaxOx/n21qBk6JHBvZzHTyeTXa5ytp4kIypMuQOHSgrbnXfod1XW4oiWIrx 7kqFC2XDn4jJyGNY2tgK9HtcHFxg2blTQHulVE5GVcq3uCSP4SBOa0QKYLBuK9qVlNHY LlQ6wQKYd6oEHBFjzKG+gmiXvs4gAxTuN+TPA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=dTKEws1bNJrLYdPZ5dAIfB0lN9KHX1UV/iSOnykOUUkF33aXjzeXpn0NIvHg8MvhNA KtspepSt13PSVuBlvxxmVJvAcGb0bQelijVc2k2KsdBfuduJfQSvbriPZ5Cgk/AG8N5G NI8RO7AhumD7LIwgt5W3FgCGC/sSp94RjSVJ4= Original-Received: by 10.114.166.1 with SMTP id o1mr6378149wae.119.1220368287231; Tue, 02 Sep 2008 08:11:27 -0700 (PDT) Original-Received: from eschulte-work ( [98.203.235.80]) by mx.google.com with ESMTPS id l30sm10447841waf.25.2008.09.02.08.11.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Sep 2008 08:11:26 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67317 Archived-At: 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