On Sat, 18 Jun 2011, Damian Kohlfeld wrote:

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

Here is my ~/.fetchmailrc
> set postmaster "hennebry"
> set bouncemail
> set no spambounce
> set softbounce
> set properties ""
> set no showdots
> 
> poll imap.ndsu.nodak.edu with proto IMAP
>   user 'Michael.Hennebry' there is 'hennebry' here
>   options keep fetchall ssl mda "formail -c >> /home/hennebry/inbox"
>   folder INBOX
> 
> #poll imap.ndsu.nodak.edu with proto IMAP
> #  user 'Michael.Hennebry' there is 'hennebry' here
> #  options keep fetchall ssl mda "formail -c >> /home/hennebry/sent"
> #  folder INBOX.Sent

Here is the result:
> [hennebry@localhost grease]$ fetchmail
> Enter password for michael.henne...@imap.ndsu.nodak.edu: 
> fetchmail: Authorization failure on michael.henne...@imap.ndsu.nodak.edu
> fetchmail: Query status=3 (AUTHFAIL)

Now what?
michael.henne...@imap.ndsu.nodak.edu is not my e-mail address.

-- 
Michael   henne...@web.cs.ndsu.nodak.edu
"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@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to