all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* mail beyond NIS
@ 2007-09-04  4:31 Girish Kulkarni
  2007-09-04 14:10 ` Girish Kulkarni
  2007-09-05  1:00 ` Xavier Maillard
  0 siblings, 2 replies; 3+ messages in thread
From: Girish Kulkarni @ 2007-09-04  4:31 UTC (permalink / raw)
  To: help-gnu-emacs

I've been given a machine here that does not participate in the NIS
domain that I use for my primary email and does not directly collect
mail. Moreover I do not have root access to it. The way I use email
usually is to ssh some machine in the NIS domain and use some text
based MUA like Pine.  Is there any way I can send and receive email
via the NIS domain from this machine using GNU Emacs Rmail?

I discovered rmail-extras.el from the EmacsWiki that gets me my mail
by ftping some machine in the NIS domain. But I couldn't figure out
how to send mail. Could someone help?

--
Girish Kulkarni - Allahabad, India - http://girish.50webs.com

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

* Re: mail beyond NIS
  2007-09-04  4:31 mail beyond NIS Girish Kulkarni
@ 2007-09-04 14:10 ` Girish Kulkarni
  2007-09-05  1:00 ` Xavier Maillard
  1 sibling, 0 replies; 3+ messages in thread
From: Girish Kulkarni @ 2007-09-04 14:10 UTC (permalink / raw)
  To: help-gnu-emacs

On Sep 4, 9:31 am, Girish Kulkarni <gee...@gmail.com> wrote:
> I've been given a machine here that does not participate in the NIS
> domain that I use for my primary email and does not directly collect
> mail. Moreover I do not have root access to it. The way I use email
> usually is to ssh some machine in the NIS domain and use some text
> based MUA like Pine.  Is there any way I can send and receive email
> via the NIS domain from this machine using GNU Emacs Rmail?

Well, I managed to sort this out. Sorry. I used fetchmail to get my
mails and set the suitable smtp server in Rmail to send mails. Pretty
elementary.

--
Girish Kulkarni - Allahabad, India - http://girish.50webs.com

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

* Re: mail beyond NIS
  2007-09-04  4:31 mail beyond NIS Girish Kulkarni
  2007-09-04 14:10 ` Girish Kulkarni
@ 2007-09-05  1:00 ` Xavier Maillard
  1 sibling, 0 replies; 3+ messages in thread
From: Xavier Maillard @ 2007-09-05  1:00 UTC (permalink / raw)
  To: Girish Kulkarni; +Cc: help-gnu-emacs

Hi,

   I discovered rmail-extras.el from the EmacsWiki that gets me my mail
   by ftping some machine in the NIS domain. But I couldn't figure out
   how to send mail. Could someone help?

I guess you could write your own routine wrapping a call to
`sendmail-send-it' or you could also use smtpmail.el and use an
external SMTP server.

Here I am using my own sendmail-send function which stores all
sent mail in a queue. Then a cron job just send the queue by UUCP
once a day. This is a workaround to a simple problem I could not
fix easily (roaming and SMTP connections refused by my IST).

	Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org

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

end of thread, other threads:[~2007-09-05  1:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-04  4:31 mail beyond NIS Girish Kulkarni
2007-09-04 14:10 ` Girish Kulkarni
2007-09-05  1:00 ` Xavier Maillard

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.