Software :: Using Fetchmail To Store In Files Only?

Jan 30, 2010

I need to transfer some email off of an IMAP server. But there will not be an MTA available to make the transfer to at the time I need to do it. I'm looking for an option to configure fetchmail so that it merely stores each piece of email into a separate file in a designated directory.

If it wants to make a complex path of more than one directory layer, that's OK. Or all the mail can be in one directory.

If a different program other than fetchmail would be better for this kind of purpose, that, too, is OK ... provided that program has the option to keep all mail on the IMAP server it fetches from.

View 2 Replies


ADVERTISEMENT

Software :: Configuration Files For: MUTT + GMAIL + MSMTP + IMAP + FETCHMAIL + SENDMAIL?

May 29, 2010

I found this page to have the configuration of : but I have to adapt and get always errors. [URL] What are the minimum configurations so that one can do : echo test | mutt me and it sends it via msmtp and mutt one can read his emails using hte imap enabled on the account?

View 1 Replies View Related

General :: Where Does ITunes Store Its Stuff - Copy Its Data Store To An External Drive

Dec 8, 2009

I have two students whose windows laptops are riddled with malware and not working properly. They want me to help them install Linux (which we use in school), but they are concerned about their iTunes.

Having avoided iPods as "defective by design", I know nothing about iTunes whatsoever. However I remember reading about DRM locking and such problems that have me concerned that I won't be able to do it.

Where does iTunes store its stuff?

Can I copy its data store to an external drive, and then into a linux home?

Then will it work on wine, or can another manager (rhythmbox etc) access the itunes data?

Alternatively, if I partition the drive and install linux, can rythmbox/wine/something access itunes data on the win partition?

Supposing they are buying music through iTunes, what will happen to that account?

Finally, one of them has an iphone. Does that work with linux?

Ironic that an apple application is blocking migration away from windows.

View 9 Replies View Related

Fedora :: Can Store And Backup Files Online

Mar 12, 2010

How is it possible to store and backup our files online? I don�t know that how this concept actually works. is there any kind of device needed while storing data at another location

View 2 Replies View Related

Ubuntu :: Where Is Minecraft Store Save Files In 10.10

Dec 21, 2010

I downloaded an old save that i used when I used to use windows, i switched over to ubuntu and i want to use it again, but i have no clue where Minecraft stores its saves, i know in windows it was the "appdata" folder.

View 3 Replies View Related

Programming :: How To Store Video Files In NAS Server

Apr 13, 2009

I am working in DM355 board. CPU is armv5t. I am asked to record the video thats coming from camera using rtsp. I can record the video file in avi format on /opt directory on dm355 target board. Now I have to store this avi file in nas server. My nas server ip is 192.168.1.250. Linux pc,DM355 target board and NAS server on same network. How to write the program to store avi files from DM355 to NAS server.

View 2 Replies View Related

Ubuntu One :: Downloaded Music Store Files Stored?

Apr 25, 2010

Does anyone know where the files downloaded from the Ubuntu One Music Store are stored?They are not in the Music folder or anywhere else in my home folder that I can determine, yet Rhythmbox sees them. I noticed that in the Rhythmbox preferences I can no longer specify one specific folder as a watch folder (it defaults back to "Multiple Locations Set"). I'd like to transfer the files I bought to a flash drive, but cannot find them.

View 9 Replies View Related

Ubuntu :: Dropbox To Store Local Configuration Files?

Jan 14, 2011

I work on several computers throughout the day or week and make extensive use of Dropbox to sync my files between them.

One of the things that bugged me, was that bash/ssh/screen and other settings weren't synchronised between those new computers. And that I had to go through the hassle of having to recreate all those files when using a new computer. So I decided to start using Dropbox for this as well.

Code:
#!/bin/bash
# This folder contains my personal prefferences that I want to be able everywhere
# Basically, I keep my personal configuration for a few files stored on my Dropbox
# and create symlinks to the required files

[Code]...

View 1 Replies View Related

Ubuntu :: Unable To Find Partition Where All Files Are Store

Feb 28, 2011

I recently installed Ubuntu 10.10 on my computer from Windows 7. Originally my Hard Drive was Split into two separate partitions. One was for the OS and the other was basically a storage drive. During the install of Ubuntu I deleted the OS Partition, Installed Ubuntu in that Partition, and used my Storage partition as a Swap.

After the install was complete Ubuntu loaded great and works just fine, the only issue is I can't find the other Partition where all my files were stored. Is there any way to locate this partition and access it as you would with Windows Computer>D:>etc or is there some other way to go about this?

View 9 Replies View Related

Ubuntu :: New Laptop Partitions And 64 Bit - Store All Of My Files On The NTFS

Jun 15, 2011

I recently got a new laptop and I'm trying to figure out how to divide up its partitions. I was thinking that I would install Ubuntu on a relatively small partition and store all of my files on the NTFS parition, linking them back to Ubuntu.

What's a comfortable size for an Ubuntu parition?

Also, I've tested 64-bit Ubuntu and it doesn't seem to have any major problems. Though I might upgrade, I only have 4 GB of ram right now. Should I install 64- or 32- bit?

View 9 Replies View Related

General :: Windows - Linux: Can't Overwrite Files On Samba Store

Jun 10, 2010

I'm using CentOS 5.5 with smbclient 3.0.33-3.28-el5 (latest version in repo), and I can't overwrite files in my Samba store. I am not the admin for the Windows server that hosts the share, so there isn't anything I can do server side. But I do have write permission to the server. I know the server runs Windows XP or Server 2003; I don't know which. I can delete the file, and then copy the new version over, but I can't overwrite it. Using the cp command I'll get this error:

[jonescb@localhost ~]$ cp foo.txt /mnt/si_storage/foo.txt
cp: cannot create regular file `/mnt/si_storage/foo.txt': No such file or directory`

And if I edit a file on the server using vim, I can save it once, but if I save it again I get this: "/mnt/si_storage/foo.txt" E212: Can't open file for writing This is my /etc/fstab entry for the samba server: //192.168.1.2/SI_STORAGE /mnt/si_storage cifs username=myuser,password=mypass 0 0 I can overwrite files just fine on my XP machine. The CentOS box is the only one having problems.

View 1 Replies View Related

General :: In What Files In The Home Dir Does Xfce Store The User Config Data?

Aug 20, 2010

In what files/dirs in the home dir does xfce store the user config data?

Or if you like.

What files do I need to restore from backup in order to restore my xfce desktop with all the different settings I made?

Edit: All user config files is usually stored somewhere in /home/$USER/. And since all the programs, kde, xfce and gnome stores their config there, this question is about what files belong to the xfce desktop.

This is my guess of what files belong to the xfce desktop:

.config/Thunar/
.config/xfce4/
.config/xfce4-session/
.config/user-dirs.dirs

[Code]....

View 1 Replies View Related

General :: How To Store Files / Directories In Different Different Directories?

Mar 23, 2011

I am writing a script, in that my requirement is, if all the fill types stored in one directory from that we need to separate different different directories based on the file types.

for example in a directory(anish). 5 different types files
1- directory
2- .txt files
2- .sh files

like that and my requirement is the (1- directory is moved to one new directory(dir) which we are given in the script)and (2 .txt files are moved to another new directory(test) which we are given in the script)and ( 2 .sh files are moved to another new directory(bash) which we are given in the scrip)finally the directory anish should be empty..using bash script.how it is possible !!

View 7 Replies View Related

Ubuntu Multimedia :: One Music Store / Message "Connecting You To One Music Store"?

Jun 24, 2010

I added a song to my basket and when I click Checkout....it just stays on this message "Connecting you to the Ubuntu One Music Store..." and does nothing.

How can I fix this so I can buy music?

View 2 Replies View Related

Debian :: Share Home Among Distributions - Store Files All In "/home" Folder Of Extended Ubuntu Partition

May 1, 2011

Installed Ubuntu along with Debian on my Notebook and use Grub Manager to choose between them on startup. Since i like Debian now a lot (in past days it was a very hard system to handle, but there has been some progress i noticed), i have to change some things (want Debian as main system now) For Ubuntu i have: (was meant to be main system on Notebook) "/", "/home" and a "swap" partition, but since i am now going to use mainly Debian, i wanted to store my files all in the "/home"-folder of my extended Ubuntu partition (has much more space available) not in the "/home" folder of the Debian system. So i want both (Debian and Ubuntu) to use the same extended partition ("/home") which i created for Ubuntu to save their files like downloads, videos, and so on.

View 14 Replies View Related

Fedora :: How To Start Installed Fetchmail

May 13, 2011

I install Fetchmail but how can I start Fetchmail ?

View 8 Replies View Related

Fedora :: Setting Up Postfix And Fetchmail For RR?

Jun 2, 2011

I have a fresh install of FC14 and I am looking for information on what I have to do to get postfix and fetchmail set up to use my roadrunner e-mail.

View 4 Replies View Related

General :: Fetchmail Stops And Does Not Work?

May 2, 2011

I am using fetchmail for fetching mail from server by using this command:

Quote:

fetchmail -d10 -F -K pop.gmail.com

it work fine but it stops working after a while or does not fetching emails every 10 sec it receives randomly one time 1 min one time 2 min one time 30 sec and so on.

View 3 Replies View Related

Server :: Fetchmail Configuration In REHL 5.5

Feb 11, 2011

How to configure fetchmail in RHEL 5.5

View 2 Replies View Related

Server :: How To Fetchmail In Centos Using Qmail As MTA

Apr 28, 2011

iam using centos 5.4 with qmail as MTA.now i need to fetchmail form my mail server to my backup server pc.so how i can fetch mail to my pc.

View 1 Replies View Related

Server :: Fetchmail - Fetching Email From ISP?

Aug 1, 2011

I have mail server (for example.com) locally configured in my office and one email address (e.g. mail@example.com) in my ISP will catch all email to a domain (e.g. example.com). How to fetch all email from my ISP (mail@example.com) and distribute to all email user of my office.

View 1 Replies View Related

Server :: Purpose Of Fetchmail And Postfix?

May 26, 2011

using these fetchmail and postfix for fetching mail and sending mail ...... Instead of using incoming and outgoing like smtp and pop3 in outlook , why we use fetchmail and postfix mail server in linux and forward this to local windows client Outlook ..

View 1 Replies View Related

Server :: Running Fetchmail As Root?

Apr 27, 2011

I run fetchmail to download all my emails from remote mail server to my linux server.

But every time when i run fetchmail -v i am getting a warning that " Running as root is discouraged"

I just want to know whether it is unsecure to run fetchmail as root user.

View 4 Replies View Related

Slackware :: Fetchmail - Sendmail - Aliases ?

Sep 8, 2010

Fetchmail +sendmail played nice together, until I installed hylafax, and added an alias it requires. I just ran the usual makemap command on aliases to make aliases.db, and that's there the trouble began. Fetchmail appeared to hang, at any email account that had email in it, at the RCPT stage. I finally read the warning at the top of /etc/mail/aliases that says to run newaliases.

View 1 Replies View Related

Fedora :: Fetchmail Can't Retrieve Email From Gmail

Dec 20, 2010

I use fedora 13 now. I want to try mutt, but I don't know how to make it work.so I search by Google, Then,I add a .fetchmailrc in my home directory as below:

set daemon 60
set logfile /home/kenifanying/.fetchlog
poll pop.gmail.com
protocol POP3
user "abc@gmail.com"
password "123456"
ssl
sslcertck
sslcertpath /home/kenifanying/.certs/

There are two files named gmail.pem and Equifax_Secure_CA.pem in ~/.certs/ I create these two files like this: First, I retrieve the Gmail certificate provided by the Gmail pop server: $ openssl s_client -connect pop.gmail.com:995 -showcerts

[Code]....

View 4 Replies View Related

General :: How To Deliver Mails Recieved By Fetchmail

Sep 30, 2010

I have one centOS 5.5 box recieving mails done by fetchmail service and it has a 5 client pc's,is there any way that the CentOS box able to deliver the mails to the 5 local network users that is using thunderbird as MUA.the mails is stuck in /var/spool/mail as I verified in the webmin sendmail settings

View 1 Replies View Related

General :: Fetching Each Mail In Its Own File With Fetchmail

Apr 3, 2011

I am using fetchmail for fetching mails from google to my local mail client with this command and config and it works fine and gather all my mail in my local root mail file and I can see them with mail command but I want to separate each fetched e-mail to different files with different names.How can I separate each email in separated files??

View 1 Replies View Related

General :: Fetchmail Stopped Working For Gmail

Mar 29, 2011

My fetchmail stopped working for gmail. These are the error messages:

Code:
Mar 29 15:31:17 cannabis fetchmail[8814]: pop.googlemail.com fingerprints do not match!
Mar 29 15:31:17 cannabis fetchmail[8814]: SSL connection failed.
Mar 29 15:31:17 cannabis fetchmail[8814]: socket error while fetching from xxxxxxxxxx@gmail.com@pop.googlemail.com
Mar 29 15:31:17 cannabis fetchmail[8814]: Query status=2 (SOCKET)
Mar 29 15:31:17 cannabis fetchmail[8814]: pop.googlemail.com fingerprints do not match!
Mar 29 15:31:17 cannabis fetchmail[8814]: SSL connection failed.
Mar 29 15:31:17 cannabis fetchmail[8814]: socket error while fetching from xxxxxxxx@gmail.com@pop.googlemail.com
Mar 29 15:31:17 cannabis fetchmail[8814]: Query status=2 (SOCKET)

View 1 Replies View Related

General :: Fetchmail - Downloading Emails From Exchange

Feb 4, 2010

I am using fetchmail to download e-mails from the exchange server in sendmail box Using Centos 5.4 with Sendmail. I can download mails from exchange but want to keep all mail there in Exchange server also, which option I should use to keep that mail there as well with the help of fetchmail? My config is here below , but unable to use "keep" option and getting in the logs error below.

Code:
cat /root/.fetchmailrc
set logfile "/root/fetch/fetchlog"
set postmaster "test@example.com"
set bouncemail
set no spambounce
set properties ""
set daemon 600 .....

View 2 Replies View Related

General :: Fetchmail Configuration - Mail And ISP Server

Jun 21, 2010

I am trying to configure the fetchmail and I have this line on the configuration file

poll other.mail.server interval 4
user "otherusername" there with password "otherpasswd"

How I do it? Is "mail.server" my isp server? and after configuration how do I fetch mail?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved