From: Alex M. <al3...@gm...> - 2006-01-25 21:01:01
|
Hi all, First of all, excuse me if i ask some repetitive question. I´ve been loking on internet for the solution or a similar problem with no luck. I´m trying to use fetchmail with a pop account. I´ve tried this conf: alex@trantor:~$ cat .fetchmailrc #set syslog poll localhost with proto POP3 user ale...@mo... there to alex here alex@trantor:~$ and it seems that works, it connects and i can see on the shell some messages... until i try to read with mutt. fetchmail is not writing the mails or at least i don´t know where is it writing them. I´m running debian stable and fetchmail 6.2.5.4-1. I attach you some more information of fetchmail -V ------------------------------------------------ alex@trantor:~$ fetchmail -V This is fetchmail release 6.2.5.4+NTLM+SDPS+SSL+NLS Fallback MDA: (none) Linux trantor 2.4.27-2-386 #1 Mon May 16 16:47:51 JST 2005 i686 GNU/Linux Taking options from command line and /home/alex/.fetchmailrc Idfile is /home/alex/.fetchids Fetchmail will show progress dots even in logfiles. Fetchmail will forward misaddressed multidrop messages to alex. Options for retrieving from ale...@mo...@localhost: True name of server is localhost. Password will be prompted for. Protocol is POP3. All available authentication methods will be tried. Server nonresponse timeout is 300 seconds (default). Default mailbox selected. Only new messages will be retrieved (--all off). Fetched messages will not be kept on the server (--keep off). Old messages will not be flushed before message retrieval (--flush off). Rewrite of server-local addresses is enabled (--norewrite off). Carriage-return stripping is disabled (stripcr off). Carriage-return forcing is disabled (forcecr off). Interpretation of Content-Transfer-Encoding is enabled (pass8bits off). MIME decoding is disabled (mimedecode off). Idle after poll is disabled (idle off). Nonempty Status lines will be kept (dropstatus off) Delivered-To lines will be kept (dropdelivered off) Fetch message size limit is 100 (--fetchsizelimit 100). Do binary search of UIDs during 9 out of 10 polls (--fastuidl 10). Messages will be SMTP-forwarded to: localhost (default) Single-drop mode: 1 local name(s) recognized. No UIDs saved from this host. alex@trantor:~$ ------------------------------------------------ Any help or link would be appreciated. Thanks a lot |