Gnus development mailing list
 help / color / mirror / Atom feed
From: ice.cube@gmx.com (aurelien@hipatia.net)
To: ding@gnus.org
Subject: setup a news mail box
Date: Sun, 04 Sep 2011 18:35:49 +0200	[thread overview]
Message-ID: <87vct85kpm.fsf@bob.home> (raw)


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



             reply	other threads:[~2011-09-04 16:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-04 16:35 aurelien@hipatia.net [this message]
2011-09-04 19:07 ` Adam Sjøgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vct85kpm.fsf@bob.home \
    --to=ice.cube@gmx.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).