From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79819 Path: news.gmane.org!not-for-mail From: ice.cube@gmx.com (aurelien@hipatia.net) Newsgroups: gmane.emacs.gnus.general Subject: setup a news mail box Date: Sun, 04 Sep 2011 18:35:49 +0200 Message-ID: <87vct85kpm.fsf@bob.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1315162641 11890 80.91.229.12 (4 Sep 2011 18:57:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 4 Sep 2011 18:57:21 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28113@lists.math.uh.edu Sun Sep 04 20:57:15 2011 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.69) (envelope-from ) id 1R0HsZ-0003GP-01 for ding-account@gmane.org; Sun, 04 Sep 2011 20:57:15 +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 1R0HrJ-00024W-FE; Sun, 04 Sep 2011 13:55:57 -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 1R0Fau-0001Tx-Cj for ding@lists.math.uh.edu; Sun, 04 Sep 2011 11:30:52 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R0Fas-0002uQ-UF for ding@lists.math.uh.edu; Sun, 04 Sep 2011 11:30:52 -0500 Original-Received: from mailout-eu.gmx.com ([213.165.64.43]) by quimby.gnus.org with smtp (Exim 4.72) (envelope-from ) id 1R0Far-0002Jm-5t for ding@gnus.org; Sun, 04 Sep 2011 18:30:49 +0200 Original-Received: (qmail invoked by alias); 04 Sep 2011 16:29:51 -0000 Original-Received: from AMarseille-157-1-81-159.w90-37.abo.wanadoo.fr (EHLO bob.home.hipatia.net) [90.37.88.159] by mail.gmx.com (mp-eu002) with SMTP; 04 Sep 2011 18:29:51 +0200 X-Authenticated: #58299291 X-Provags-ID: V01U2FsdGVkX199cxcLqth9i/lkIjFUnl5bxGFOyyCZs1e+vGW0uT RQRb5bQPHLPQgs User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Y-GMX-Trusted: 0 X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79819 Archived-At: Hi, I have different trouble with Gnus ... let's start by this one. I have got a mail box from which i can receive ... but don't arrived to send. here is the .gnus.el :: (this file is complet and used like this) just after the recommendation of the postmaster Thanks for your help, thanks for Gnus! -- aurelien P.S. :: Why From: contain (aurelien@hipatia.net) ? ;; hipatia.net (setq gnus-select-method '(nnimap "hipatia" (nnimap-address "imaps.hipatia.net") (nnimap-server-port 993))) (setq mail-sources '((imap :server "imaps.hipatia.net" :port 993 :user "aurelien@hipatia.net" :stream ssl))) (load-library "starttls") (setq gnus-select-method '(nntp "news.gmane.org") gnus-secondary-select-methods '((nnml "")) message-send-mail-function 'smtpmail-send-it smtpmail-starttls-credentials '(("smtp.hipatia.net" 2728 nil nil)) smtpmail-auth-credentials '(("smtp.hipatia.net" 2728 "aurelien@hipatia.net" nil)) smtpmail-default-smtp-server "smtp.hipatia.net" smtpmail-smtp-server "smtp.hipatia.net" smtpmail-smtp-service 2728 user-mail-address "aurelien@hipatia.net") ;; Tell gnus which method to use for archives (nnfolder) (setq gnus-message-archive-method '(nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t))) ;; Tell gnus into which group to store messages (setq gnus-message-archive-group '((if (message-news-p) "misc-news" (concat "mail." (format-time-string "%Y-%m" (current-time)))))) ;; Postmaster Recommendations the server is 89.96.196.150 namrata.hipatia.net mail box is namrata.hipatia.net standard ports # ========================================================================== # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (100) # ========================================================================== smtp inet n - - - - smtpd 2728 inet n - - - - smtpd this is postfix # Protocols we want to be serving: imap imaps pop3 pop3s managesieve [02:48] # If you only want to use dovecot-auth, you can set this to "none". # protocols = imap imaps # protocols = imap imaps pop3 pop3s # protocol imap { # listen = *:10143 # ssl_listen = *:10943 # .. this is for dovecot imap2 143/tcp imap # Interim Mail Access P 2 and 4 imap2 143/udp imap imap3 220/tcp # Interactive Mail Access imap3 220/udp # Protocol v3 [02:49] imaps 993/tcp # IMAP over SSL imaps 993/udp