RE: How do I point a mail client at Microsoft outlook?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>From your subject line it looks like you want to open the files with an
email client.   I usually use fetchmail in perl to process my pop account
used for helpdesk management, but I found this which should help you, you
can use foremail which is from procmail to form the mbox type files which
you can open up with an email client.  In your fetchmail rc file, put in the
following config with these directions from another users suggestion, just
found this on a quick google, hope this helps.

Use the following fetchmail configuration as a template. Replace all
USERNAME with your unix user account name, all PASSWORD with the password
for that IMAP account, all IMAPUSER with the IMAP username, all MAILHOST
with the IMAP serverhostname and finally all MBOXPATH your mbox (absolute)
filenames.

--- BEGIN CONFIG ---

set postmaster "USERNAME"
set bouncemail
set no spambounce
set softbounce
set properties ""
set no showdots

poll MAILHOST with proto IMAP
  user 'IMAPUSER' there with password 'PASSWORD' is 'USERNAME' here
  options keep fetchall ssl mda "formail -c >> /MBOXPATH/inbox"
  folder INBOX

poll MAILHOST with proto IMAP
  user 'IMAPUSER' there with password 'PASSWORD' is 'USERNAME' here
  options keep fetchall ssl mda "formail -c >> /MBOXPATH/sent"
  folder INBOX.Sent

--- END CONFIG ---

Damian Kohlfeld

-----Original Message-----
From: users-bounces@xxxxxxxxxxxxxxxxxxxxxxx
[mailto:users-bounces@xxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Michael Hennebry
Sent: Saturday, June 18, 2011 11:46 PM
To: Community support for Fedora users
Subject: Re: How do I point a mail client at Microsoft outlook?

On Sat, 18 Jun 2011, Michael Hennebry wrote:

> Could someone translate the following information into a fetchmail
command?
>
>     * Account type: IMAP
>     * Incoming mail server: imap.ndsu.nodak.edu
>     * Incoming mail server encryption: SSL on port 993
>     * Outgoing mail server: smtp.ndsu.nodak.edu
>     * Outgoing mail server encryption: TLS on port 587
>     * Username: Your NDSU Electronic ID
>     * Password: Your NDSU Password
>
> If willing, please put --keep in the correct location.
> I did manage to get some information from the man page.

Would the command end with imap.ndsu.nodak.edu ?

fetchmail man page:
> fetchmail [option...] [mailserver...]

imap.ndsu.nodak.edu would be [mailserver...] ?

-- 
Michael   hennebry@xxxxxxxxxxxxxxxxxxxxx
"Pessimist: The glass is half empty.
Optimist:   The glass is half full.
Engineer:   The glass is twice as big as it needs to be."
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux