how to config /etc/fetchmailrc

2010-08-03 Thread 郭家华
I wander how to config /etc/fetchmailrc
I configed it as below:

--
set postmaster xyz
set bouncemail
set no spambounce
set properties 
poll imap.gmail.com with proto IMAP user X pass X ssl fetchall
--
my debian username is xyz

but all the mails is fetched to /var/mail/fetchmail, not /var/mail/xyz
I wander why and how to let all mails be fetched into /var/mail/xyz

BTW, I found all mails have been fetched is no longer in the INBOX, for my
gmail. I wander can I make mails stay in the INBOX.


Re: how to config /etc/fetchmailrc

2010-08-03 Thread Paul Cartwright
On Tue August 3 2010, 郭家华 wrote:
 poll imap.gmail.com with proto IMAP user X pass X is xyz here ssl 
fetchall
  --
 my debian username is xyz

 but all the mails is fetched to /var/mail/fetchmail, not /var/mail/xyz
 I wander why and how to let all mails be fetched into /var/mail/xyz

try this:
poll imap.gmail.com with proto IMAP user X pass X is xyz here ssl 
fetchall
-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201008031343.29839.deb...@pcartwright.com



Re: how to config /etc/fetchmailrc

2010-08-03 Thread Paul Cartwright
On Tue August 3 2010, 郭家华 wrote:
 poll imap.gmail.com with proto IMAP user X pass X ssl fetchall
  --
 my debian username is xyz

 but all the mails is fetched to /var/mail/fetchmail, not /var/mail/xyz
 I wander why and how to let all mails be fetched into /var/mail/xyz

 BTW, I found all mails have been fetched is no longer in the INBOX, for my
 gmail. I wander can I make mails stay in the INBOX.

don't use fetchall, use keep.

 poll imap.gmail.com with proto IMAP user X pass X is user xyz ssl 
keep
-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201008031345.24413.deb...@pcartwright.com