Gnus development mailing list
 help / color / mirror / Atom feed
* rgnus0.72+unix+popmail
@ 1996-12-05 14:25 Andreas Kaempf
  1996-12-05 19:25 ` rgnus0.72+unix+popmail Lars Magne Ingebrigtsen
  1996-12-05 20:05 ` rgnus0.72+unix+popmail Michael Lamoureux
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Kaempf @ 1996-12-05 14:25 UTC (permalink / raw)



hi all...

well i have things working on my nt box but i am not able to get my
pop mail via my sun solaris platform...

when i enter my password i get the following error:


movemail: No such file or directory for po:scc-ak...

i copied my .emacs and my .gnus over which works on the nt side but
run into this movemail error... can someone tell me what i am
lacking...

below are the parts of my .emacs and .gnus for reading pop mail...

thanks in advance for any help offered...
andreas

.emacs------

(setenv "MAILHOST" "mail.mv.net")
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "mail.mv.net")
(setq smtpmail-smtp-service "smtp")
(setq smtpmail-local-domain "sccon.com")
(setq smtpmail-debug-info t)
(load-library "smtpmail")
(setq smtpmail-code-conv-from nil)
(setq user-full-name "Andreas Kaempf")

.gnus------

;;  read pop mail 
(setq gnus-secondary-select-methods '((nnml "private")))
(setq nnmail-spool-file "po:scc-ak")
(setq nnmail-pop-password-required t)

;; remember POP password once given at startup

(autoload 'ange-ftp-read-passwd "ange-ftp")
(autoload 'nnmail-read-passwd "nnmail")
(require 'cl)
(unless (and (boundp 'nnmail-pop-password)
	nnmail-pop-password)
(setq nnmail-pop-password
	(nnmail-read-passwd "Enter POP password: ")))


















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

* Re: rgnus0.72+unix+popmail
  1996-12-05 14:25 rgnus0.72+unix+popmail Andreas Kaempf
@ 1996-12-05 19:25 ` Lars Magne Ingebrigtsen
  1996-12-05 20:05 ` rgnus0.72+unix+popmail Michael Lamoureux
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-12-05 19:25 UTC (permalink / raw)


Andreas Kaempf <andreas@iacnet.com> writes:

> when i enter my password i get the following error:
> 
> movemail: No such file or directory for po:scc-ak...

Is your movemail compiled with POP support?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

* Re: rgnus0.72+unix+popmail
  1996-12-05 14:25 rgnus0.72+unix+popmail Andreas Kaempf
  1996-12-05 19:25 ` rgnus0.72+unix+popmail Lars Magne Ingebrigtsen
@ 1996-12-05 20:05 ` Michael Lamoureux
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Lamoureux @ 1996-12-05 20:05 UTC (permalink / raw)
  Cc: ding

 "andreas" == Andreas Kaempf <andreas@iacnet.com> writes:

andreas> when i enter my password i get the following error:
andreas> movemail: No such file or directory for po:scc-ak...

I'd guess that your movemail was compiled without POP support.  Read
the comments in movemail.c to figure out what you need to do to turn
it on.


IMHO,
Michael


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

end of thread, other threads:[~1996-12-05 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-12-05 14:25 rgnus0.72+unix+popmail Andreas Kaempf
1996-12-05 19:25 ` rgnus0.72+unix+popmail Lars Magne Ingebrigtsen
1996-12-05 20:05 ` rgnus0.72+unix+popmail Michael Lamoureux

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