Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Help with gnus with gmx account
@ 2007-07-23 17:15 someusernamehere
  2007-07-23 20:59 ` Exal de Jesus Garcia Carrillo
  0 siblings, 1 reply; 3+ messages in thread
From: someusernamehere @ 2007-07-23 17:15 UTC (permalink / raw)
  To: info-gnus-english

Hey, can anyone who has @gmx accouts show me your .gnus, I dont known
how to configure this for send mail, I have something like this:

;; use smtpmail-send-it as the email sending function
(setq send-mail-function 'smtpmail-send-it)
(setq smtpmail-queue-mail t)
(setq message-send-mail-function 'smtpmail-send-it)

(setq smtpmail-auth-login-username "username@gmx.net")
(setq smtpmail-auth-credentials '(("mail.gmx.net" "username@gmx.net"
                                   "PASSWD")))

(setq smtpmail-local-domain "gmx.de")
(setq user-mail-address "username@gmx.net")
(setq smtpmail-queue-dir "~/mail/queued-mail/")

(setq smtpmail-default-smtp-server "mail.gmx.net")
(setq smtpmail-smtp-server "mail.gmx.net")
(setq smtpmail-debug-info t)



thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Help with gnus with gmx account
  2007-07-23 17:15 Help with gnus with gmx account someusernamehere
@ 2007-07-23 20:59 ` Exal de Jesus Garcia Carrillo
  2007-07-24  7:10   ` Tassilo Horn
  0 siblings, 1 reply; 3+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2007-07-23 20:59 UTC (permalink / raw)
  To: info-gnus-english

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

someusernamehere <someusernamehere@gmail.com> writes:

> Hey, can anyone who has @gmx accouts show me your .gnus


Hey, this works for me:

;; SMTP for GMX
(setq smtpmail-local-domain nil
      smtpmail-default-smtp-server "mail.gmx.net"
      smtpmail-debug-info t
      smtpmail-debug-verb t
      smtpmail-starttls-credentials
      '(("mail.gmx.net" 25 nil nil)))


- -- 
Spam protection: 
In my e-mail remplace the words `no-spam' with `exal'.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iD8DBQFGpRbIoZmxoVJRtGIRAg53AJ9gV8JVn28Gis6FO8KN6bCvMvm0KgCgkhHx
MUdUKzMASwUVj2ALWVTXF/s=
=7V7A
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Help with gnus with gmx account
  2007-07-23 20:59 ` Exal de Jesus Garcia Carrillo
@ 2007-07-24  7:10   ` Tassilo Horn
  0 siblings, 0 replies; 3+ messages in thread
From: Tassilo Horn @ 2007-07-24  7:10 UTC (permalink / raw)
  To: info-gnus-english

Exal de Jesus Garcia Carrillo <no-spam@gnu.org> writes:

Hi Exal,

> Hey, this works for me:
>
> ;; SMTP for GMX
> (setq smtpmail-local-domain nil
>       smtpmail-default-smtp-server "mail.gmx.net"
>       smtpmail-debug-info t
>       smtpmail-debug-verb t
>       smtpmail-starttls-credentials
>       '(("mail.gmx.net" 25 nil nil)))

Ok, now we can send mail with gmx, but I guess the OP would like to
receive mail, too.

,----[ Receiving mails from GMX via POP3 ]
| (add-to-list 'gnus-secondary-select-methods '(nnml ""))
| (setq mail-sources `((pop :server "pop.gmx.de"
|                           :user "tassilo.horn@gmx.de"
|                           :password ,th-gnus-gmx-password)
`----

Bye,
Tassilo
-- 
     My software never has bugs. It just develops random features.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-07-24  7:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-23 17:15 Help with gnus with gmx account someusernamehere
2007-07-23 20:59 ` Exal de Jesus Garcia Carrillo
2007-07-24  7:10   ` Tassilo Horn

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).