Re: Multiple pop accounts

1999-01-25 Thread Remco van de Meent
Ries van Twisk wrote:
 Witch program do I need to pop multiple accounts from my ISP? I use
 sendmail as my MTA, and use qpopper so my windows users can read there
 e-mail (correct?)

fetchmail will do the trick.

HTH,
 -Remco


Re: Multiple pop accounts

1999-01-25 Thread Raoul Boenisch
On Mon, 25 Jan 1999, Ries van Twisk wrote:

 Hai,
 
 Witch program do I need to pop multiple accounts from my ISP?
 I use sendmail as my MTA, and use qpopper so my windows users can
 read there e-mail (correct?)

If you use fetchmail you can simply add multiple poll lines to your
.fetchmailrc

--
Raoul Boenisch, Winkhauser Talweg 165, 45473 Muelheim an der Ruhr, Germany
homepage: http://www.raoul.home.pages.de/   home phone: +49 208 764257



Re: Multiple pop accounts

1999-01-25 Thread homega
Raoul Boenisch dixit:
 On Mon, 25 Jan 1999, Ries van Twisk wrote:
  
  Witch program do I need to pop multiple accounts from my ISP?
  I use sendmail as my MTA, and use qpopper so my windows users can
  read there e-mail (correct?)
 
 If you use fetchmail you can simply add multiple poll lines to your
 .fetchmailrc

That's ok so far as downloading mail from your mailbox (in fact, with the
same ISP and different email accounts I do:
fetchmail -u the_account_ID
and I get asked for that account's password) but, how about sending messages
from different addresses?

-- 
Un saludo,

Horacio
[EMAIL PROTECTED]

--
Quis custodiet ipsos custodet?
--


Re: Multiple pop accounts

1999-01-25 Thread Mark Brown
On Mon, Jan 25, 1999 at 12:19:50PM +0100, [EMAIL PROTECTED] wrote:

 That's ok so far as downloading mail from your mailbox (in fact, with the
 same ISP and different email accounts I do:
 fetchmail -u the_account_ID
 and I get asked for that account's password) but, how about sending messages
 from different addresses?

Your mail client should allow you to set the From: address as you
please.  Some, like mutt, provide mechanisms for setting this based upon
features of the message being sent.  Which client are you using?

-- 
Mark Brown  mailto:[EMAIL PROTECTED]   (Trying to avoid grumpiness)
http://www.tardis.ed.ac.uk/~broonie/
EUFShttp://www.eusa.ed.ac.uk/societies/filmsoc/


Re: Multiple pop accounts

1999-01-25 Thread homega
Mark Brown dixit:
 On Mon, Jan 25, 1999 at 12:19:50PM +0100, [EMAIL PROTECTED] wrote:
 
  That's ok so far as downloading mail from your mailbox (in fact, with the
  same ISP and different email accounts I do:
  fetchmail -u the_account_ID
  and I get asked for that account's password) but, how about sending messages
  from different addresses?
 
 Your mail client should allow you to set the From: address as you
 please.  Some, like mutt, provide mechanisms for setting this based upon
 features of the message being sent.  Which client are you using?

Actually, I'm using mutt... how would I do that?  and also, how do I set the
colours so that different headers, signatures, quoted lines, etc in a
message are seen in different colours?  I think I have most colour options
in my .muttrc file activated:

- /home/user/.muttrc -

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# ME's personal .muttrc (Mutt 0.92.5)

# Note: $folder should be set _before_ any other path vars where `+' or `='
# is used because paths are expanded when parsed
#
set folder=~/Mail   # where i keep my mailboxes

#set abort_unmodified=yes   # automatically abort replies if I don't
# change the message
set alias_file=~/.mail_aliases  # where I keep my aliases
set allow_8bit  # never do Q-P encoding on legal 8-bit chars
#set arrow_cursor   # use - instead of hiliting the whole line
#set ascii_chars# use ASCII instead of ACS chars for threads
#set askbcc
set askcc
set attribution=%n dixit:
set autoedit# go to the editor right away when composing
#set auto_tag   # always operate on tagged messages
set charset=iso-8859-1# character set for your terminal
set noconfirmappend # don't ask me if i want to append to mailboxes
set confirmcreate   # prompt when creating new files
set copy=no # always save a copy of outgoing messages
set delete=yes  # purge deleted messages without asking
#set edit_headers   # let me edit the message header when composing
set editor=/usr/bin/jstar
#set fast_reply # skip initial prompts when replying
#set fcc_attach # keep attachments in copies of sent messages?
#set force_name # fcc by recipient, create if mailbox doesn't 
exist
#set forward_decode # weed and MIME decode forwaded messages
#set forward_format=[%a: %s]  # subject to use when forwarding messages
set forward_quote   # quote the header and body of forward msgs
#set hdr_format=%4C %Z %{%m/%d} [%2N] %-15.15F (%4c) %s
set hdr_format=%4C %Z %{%m/%d} %-15.15F (%4c) %s # format of the index
#set hdrs   # include `my_hdr' lines in outgoing messages
#set header # include message header when replying
set help# show the help lines
#set history=20 # number of lines of history to remember
set hostname=vlc.servicom.es  # my DNS domain
set include # always include messages when replying
set indent_string=   # how to quote replied text
#set locale=C # locale to use for printing time
#set mailcap_path=~/.mailcap:/usr/local/share/mailcap
set nomark_old  # i don't care about whether a message is old
set mail_check=10   # how often to poll for new mail
set mbox=+mbox  # where to store read messages
#set menu_scroll# no implicit next-page/prev-page
#set metoo  # remove my address when replying
set mime_forward# use message/rfc822 type to forward messages
set move=no # don't ask about moving messages, just do it
set pager=less  # some people prefer an external pager
#set pager_context=3# no. of lines of context to give when scrolling
#set pager_format=-%S- %-20.20f %s# format of the pager status bar
set pager_index_lines=6 # how many index lines to show in the pager
#set pager_stop # don't move to the next message on next-page
#set pgp_strict_enc # use Q-P encoding when needed for PGP
set postponed=+postponed# mailbox to store postponed messages in
#set post_indent_string='---end quoted text---'
#set print=ask-yes  # ask me if I really want to print messages
set print_command=/bin/false# how to print things (I like to save trees)
set noprompt_after  # ask me for a command after the external pager exits
#set quote_regexp=^ *[a-zA-Z]*[:#}]  # how to catch quoted text
set read_inc=25 # show progress when reading a mailbox
#set recall # prompt to recall postponed messages
set record=+outbox  # default location to save outgoing mail
set reply_to# always use reply-to if 

Re: Multiple pop accounts

1999-01-25 Thread Mark Brown
On Mon, Jan 25, 1999 at 06:43:56PM +0100, [EMAIL PROTECTED] wrote:
 Mark Brown dixit:

   and I get asked for that account's password) but, how about sending 
   messages
   from different addresses?

  Your mail client should allow you to set the From: address as you
  please.  Some, like mutt, provide mechanisms for setting this based upon
  features of the message being sent.  Which client are you using?

 Actually, I'm using mutt... how would I do that?  and also, how do I set the

From my .muttrc:

  send-hook . my_hdr From: Mark Brown [EMAIL PROTECTED]
  send-hook bugs.debian.org 'my_hdr From: Mark Brown [EMAIL PROTECTED]'

The first rule is the default, and ensures that the setting doesn't
stick around longer than I want.  You can specify any .muttrc option,
not just my_hdr.  Check out the manual in /usr/doc/mutt for the full
scoop - there's a fair number of examples.

 colours so that different headers, signatures, quoted lines, etc in a
 message are seen in different colours?  I think I have most colour options
 in my .muttrc file activated:

I'm just using the defaults - half the time I'm using a green screen or
mono xterm.

-- 
Mark Brown  mailto:[EMAIL PROTECTED]   (Trying to avoid grumpiness)
http://www.tardis.ed.ac.uk/~broonie/
EUFShttp://www.eusa.ed.ac.uk/societies/filmsoc/


pgpeI3s0LBlk0.pgp
Description: PGP signature