all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How can all incoming emails be retained and copies are forwarded to gmail ?...
@ 2008-03-06 11:44 Don Saklad
  2008-03-06 13:59 ` Bastien
  2008-03-06 19:34 ` Peter Dyballa
  0 siblings, 2 replies; 4+ messages in thread
From: Don Saklad @ 2008-03-06 11:44 UTC (permalink / raw)
  To: help-gnu-emacs, dsaklad

Thank you folks!  I'm grateful for the hints, tips and pointers.

What would be the more appropriate news groups or mailing lists for
more discussion of the now further ammended question... being

On a debian linux system how can all incoming emails be retained
and copies of all emails are forwarded to gmail ?... particulars
include

a.
How can the mail transfer agent be identified?... maybe exim?

b.
How would a nonprogrammer, dyslexic maybe, ADD maybe,
set it up on a debian linux system?...

c.
Ordinarily RMAIL in EMACS is used and from time to time mutt.

d.
Failed attempts at setting up an automatic file for spam that
can be looked over from time to time for any false positives.

e.
In emacs, difficulty filtering the spamassassin headers not being a
programmer. 

"Someday we'll have real computers and not have to know this stuff !"
--onr




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

* Re: How can all incoming emails be retained and copies are forwarded to gmail ?...
  2008-03-06 11:44 How can all incoming emails be retained and copies are forwarded to gmail ? Don Saklad
@ 2008-03-06 13:59 ` Bastien
  2008-03-06 19:34 ` Peter Dyballa
  1 sibling, 0 replies; 4+ messages in thread
From: Bastien @ 2008-03-06 13:59 UTC (permalink / raw)
  To: Don Saklad; +Cc: help-gnu-emacs

Hi Don,

Don Saklad <dsaklad@zurich.csail.mit.edu> writes:

> On a debian linux system how can all incoming emails be retained
> and copies of all emails are forwarded to gmail ?... particulars
> include

1. If you don't use fetchmail already, install it.  In a shell:

   ~$ sudo apt-get install fetchmail


2. If you don't use procmail already, install it.  In a shell:

   ~$ sudo apt-get install procmail


3. Setup fetchmail to fetch your emails and to filter them thru
   procmail.  Edit ~/.fetchmailrc like this:

   poll mail.server.org with proto POP3
      user 'your_address@gmail.com' there with password 'your_password' is your_username here fetchall
      mda "/usr/bin/procmail -d your_user_name"

   Of course you have to replace mail.server.org, your_user_name and
   your_password with relevant values.
   
4. Edit ~/.procmailrc with this minimal setup:

   :0 c
   ! your_address@gmail.com

That's it.  You have told fetchmail to fetch your emails, to filter them
through procmail and procmail will send a copy to your gmail account.

> How can the mail transfer agent be identified?... maybe exim?

You don't really need to know this.

> How would a nonprogrammer, dyslexic maybe, ADD maybe,
> set it up on a debian linux system?...

~$ man fetchmail
~$ man procmail
~$ man procmailex

... and good will. 

> In emacs, difficulty filtering the spamassassin headers not being a
> programmer.

First solve the first problems, then this one.  

> "Someday we'll have real computers and not have to know this stuff !"

Trying to put a computer in slavery is the best way to stay a computer's
slave.  Learn computers, they will cooperate.

HTH,

-- 
Bastien




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

* Re: How can all incoming emails be retained and copies are forwarded to gmail ?...
  2008-03-06 11:44 How can all incoming emails be retained and copies are forwarded to gmail ? Don Saklad
  2008-03-06 13:59 ` Bastien
@ 2008-03-06 19:34 ` Peter Dyballa
  2008-03-06 19:55   ` Bastien
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Dyballa @ 2008-03-06 19:34 UTC (permalink / raw)
  To: Don Saklad; +Cc: help-gnu-emacs


Am 06.03.2008 um 12:44 schrieb Don Saklad:

> a.
> How can the mail transfer agent be identified?


The header line "User-Agent" contains this information.

--
Greetings

   Pete

It's not the valleys in life I dread so much as the dips.
				– Garfield







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

* Re: How can all incoming emails be retained and copies are forwarded to gmail ?...
  2008-03-06 19:34 ` Peter Dyballa
@ 2008-03-06 19:55   ` Bastien
  0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2008-03-06 19:55 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: help-gnu-emacs

Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> Am 06.03.2008 um 12:44 schrieb Don Saklad:
>
>> How can the mail transfer agent be identified?
>
> The header line "User-Agent" contains this information.

No, User-agent tells you about the Mail user agent (MUA).  
The OP was asking about the Mail transfert agent (MTA) on his machine.  

-- 
Bastien




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

end of thread, other threads:[~2008-03-06 19:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-06 11:44 How can all incoming emails be retained and copies are forwarded to gmail ? Don Saklad
2008-03-06 13:59 ` Bastien
2008-03-06 19:34 ` Peter Dyballa
2008-03-06 19:55   ` Bastien

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.